

/* Overrides strictement nécessaires pour WebSolution24 dans le thème FlaxSEO. */

:root {
    --ws24-accent-light-bg: #636F00;
}

.ws24-section-kicker {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #666666;
}

#home .app_iphone_02 {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
}

#home .app_iphone_02 img {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    transition: none !important;
    -webkit-transition: none !important;
}

/* Case Study Grid Styles */
.ws24-case-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.ws24-case-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ws24-case-thumb {
    display: block;
    overflow: hidden;
    height: 210px;
    background: #f2f3f5;
}

.ws24-case-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.ws24-case-card:hover .ws24-case-thumb img {
    transform: scale(1.04);
}

.ws24-case-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ws24-case-meta {
    display: block;
    color: var(--ws24-accent-light-bg);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.ws24-case-body h3 {
    font-size: 22px;
    margin: 0 0 12px;
    padding: 0;
    color: #121212;
}

.ws24-case-body p {
    margin: 0 0 16px;
    color: #767676;
}

.ws24-case-points {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.ws24-case-points li {
    margin-bottom: 8px;
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}

.ws24-case-points li:before {
    content: "✓";
    color: #bac63e;
    font-weight: 700;
    margin-right: 8px;
}

.ws24-case-link {
    margin-top: auto;
    display: inline-block;
    color: #121212;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
}

.ws24-case-link:hover {
    color: #bac63e;
}

@media (max-width: 767px) {
    .ws24-case-grid {
        grid-template-columns: 1fr;
    }

    .ws24-case-thumb {
        height: 220px;
    }
}

/* ============================================================
   WS24 — Sections homepage custom
   ============================================================ */

.ws24-accent { color: var(--ws24-accent-light-bg); }
.ws24-accent-text { color: #bac63e !important; }
.ws24-h-light { color: #fff !important; }
.ws24-p-light { color: #b0b0b0 !important; }

.first-section .ws24-accent,
.section.ws24-align .ws24-accent,
.ws24-faq .ws24-accent {
    color: #bac63e;
}

/* S1 : Cause à effets */
.ws24-cause { background: #fff; padding: 80px 0; }
.ws24-cause-row { margin-top: 40px; }
.ws24-cause-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 32px 24px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}
.ws24-cause-card:hover {
    border-color: #bac63e;
    box-shadow: 0 12px 40px rgba(0,0,0,0.06);
    transform: translateY(-4px);
}
.ws24-cause-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(186,198,62,0.12);
    color: #4d5800;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 22px;
}
.ws24-cause-card h4 {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 12px;
}
.ws24-cause-card p {
    font-size: 19px;
    color: #666;
    line-height: 1.65;
    margin: 0;
}

/* S2 : Ce qui bloque */
.ws24-bloque { background: #f7f7f5; padding: 80px 0; }
.ws24-bloque-row { margin-top: 40px; align-items: center; }
.ws24-bloque-list { list-style: none; padding: 0; margin: 0; }
.ws24-bloque-item {
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    gap: 14px;
    align-items: flex-start;
}
.ws24-bloque-item:last-child { border-bottom: 0; }
.ws24-bloque-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(186,198,62,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #bac63e;
}
.ws24-bloque-icon svg { width: 20px; height: 20px; }
.ws24-bloque-item strong {
    display: block;
    font-size: 21px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 4px;
    line-height: 1.3;
}
.ws24-bloque-item p {
    font-size: 18px;
    color: #666;
    line-height: 1.55;
    margin: 0;
}
.ws24-bloque-visual {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #f0f0f0;
}
.ws24-bloque-visual svg {
    width: 100%;
    height: auto;
    max-width: 280px;
    display: block;
    margin: 0 auto;
}
.ws24-bloque-conclusion {
    margin-top: 32px;
    padding: 20px;
    background: #1a1a1a;
    border-radius: 10px;
    text-align: center;
}
.ws24-bloque-conclusion p {
    font-size: 21px;
    font-style: italic;
    color: #bac63e;
    margin: 0;
    font-family: Georgia, serif;
    line-height: 1.4;
}

/* S3 : Alignement (noir) */
.ws24-align { background: #111; padding: 80px 0; }
.ws24-align-row { margin-top: 40px; }
.ws24-align-col {
    border-radius: 14px;
    padding: 32px 28px;
    height: 100%;
}
.ws24-align-good {
    background: rgba(186,198,62,0.06);
    border: 1px solid rgba(186,198,62,0.25);
}
.ws24-align-bad {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
}
.ws24-align-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    gap: 8px;
}
.ws24-align-good .ws24-align-label { color: #bac63e; }
.ws24-align-bad .ws24-align-label { color: #888; }
.ws24-align-label svg { width: 18px; height: 18px; }
.ws24-align-li {
    font-size: 20px;
    padding: 8px 0;
    display: flex;
    gap: 10px;
    line-height: 1.5;
}
.ws24-align-li::before {
    content: '';
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 7px;
}
.ws24-align-good .ws24-align-li { color: #d8d8d8; }
.ws24-align-good .ws24-align-li::before { background: #bac63e; }
.ws24-align-bad .ws24-align-li { color: #888; }
.ws24-align-bad .ws24-align-li::before { background: #666; }

/* S4 : Timeline PMO */
.ws24-pmo { background: #fff; padding: 80px 0; }
.ws24-pmo-timeline {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 8px;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 30px;
}
.ws24-pmo-step { text-align: center; padding: 0 8px; }
.ws24-pmo-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--ws24-accent-light-bg);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 800;
    margin: 0 auto 16px;
    box-shadow: 0 0 0 6px rgba(186,198,62,0.15);
}
.ws24-pmo-step h4 {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 8px;
}
.ws24-pmo-step p {
    font-size: 19px;
    color: #666;
    line-height: 1.55;
    margin: 0;
}
.ws24-pmo-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 22px;
    color: #bac63e;
}
.ws24-pmo-arrow svg { width: 28px; height: 20px; }
.ws24-pmo-conclusion {
    text-align: center;
    margin-top: 20px;
    padding: 22px;
    background: #f7f7f5;
    border-radius: 10px;
}
.ws24-pmo-conclusion p {
    font-size: 21px;
    font-style: italic;
    color: #1a1a1a;
    margin: 0;
    font-family: Georgia, serif;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .ws24-pmo-timeline { grid-template-columns: 1fr; gap: 16px; }
    .ws24-pmo-arrow { transform: rotate(90deg); padding-top: 0; }
}

/* Pricing 3 cards égales */
.ws24-pricing-row { margin-top: 40px; }
.ws24-price-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s ease;
}
.ws24-price-card:hover {
    border-color: #bac63e;
    box-shadow: 0 12px 32px rgba(0,0,0,0.06);
    transform: translateY(-3px);
}
.ws24-price-card h4 {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 6px;
}
.ws24-price-meta {
    font-size: 16px;
    color: #888;
    margin-bottom: 18px;
}
.ws24-price-for {
    font-size: 13px;
    color: var(--ws24-accent-light-bg);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 4px;
}
.ws24-price-text {
    font-size: 19px;
    color: #666;
    margin-bottom: 14px;
    line-height: 1.4;
}
.ws24-price-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.ws24-price-features li {
    font-size: 17px;
    color: #555;
    padding: 5px 0;
    display: flex;
    gap: 8px;
}
.ws24-price-features li::before {
    content: '✓';
    color: #bac63e;
    font-weight: 800;
}
.ws24-price-btn {
    display: block;
    text-align: center;
    background: transparent;
    color: #1a1a1a;
    padding: 11px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #ddd;
    text-decoration: none;
    transition: all 0.3s ease;
}
.ws24-price-btn:hover {
    background: #bac63e;
    color: #fff;
    border-color: #bac63e;
    text-decoration: none;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .ws24-cause-row,
    .ws24-bloque-row,
    .ws24-align-row,
    .ws24-pricing-row { gap: 16px; }
    .ws24-cause-card,
    .ws24-align-col,
    .ws24-price-card { margin-bottom: 16px; }
    .ws24-bloque-visual { margin-top: 24px; }
}

/* ============================================================
   FAQ — Accordéon avec pattern en fond
   ============================================================ */
.ws24-faq {
    background-color: #111;
    background-image: url('../images/pattern.png');
    background-size: 360px auto;
    background-repeat: repeat;
    background-position: center;
    padding: 80px 0;
    position: relative;
}
.ws24-faq::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.92);
    pointer-events: none;
}
.ws24-faq .container {
    position: relative;
    z-index: 1;
}
.ws24-faq .section-title small {
    color: #bac63e;
}

body.seo_version .section.wb .section-title small,
body.seo_version .section.lb .section-title small,
body.seo_version .section.wb .message-box h4,
body.seo_version .section.lb .message-box h4 {
    color: #666666;
}
.ws24-faq .section-title h3 {
    color: #fff;
}

.ws24-faq-list {
    max-width: 820px;
    margin: 40px auto 0;
}

.ws24-faq-item {
    background: rgba(30, 30, 30, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.ws24-faq-item[open] {
    border-color: rgba(186, 198, 62, 0.4);
    background: rgba(30, 30, 30, 0.95);
}

.ws24-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    list-style: none;
    padding: 22px 28px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    transition: color 0.2s ease;
}
.ws24-faq-question::-webkit-details-marker { display: none; }
.ws24-faq-question:hover { color: #bac63e; }
.ws24-faq-question::after {
    content: '+';
    font-size: 28px;
    font-weight: 300;
    color: #bac63e;
    flex-shrink: 0;
    margin-left: 18px;
    transition: transform 0.3s ease;
    line-height: 1;
}
.ws24-faq-item[open] .ws24-faq-question::after {
    content: '−';
}

.ws24-faq-answer {
    padding: 0 28px 24px;
    color: #b0b0b0;
}
.ws24-faq-answer p {
    font-size: 17px;
    line-height: 1.7;
    color: #b0b0b0;
    margin: 0;
}

@media (max-width: 768px) {
    .ws24-faq-question { font-size: 16px; padding: 18px 20px; }
    .ws24-faq-answer { padding: 0 20px 20px; }
    .ws24-faq-answer p { font-size: 15px; }
}

/* ============================================================
   Pré-cocon — Split alterné texte / visuel
   ============================================================ */
.ws24-precocon-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    padding: 56px 0;
    border-bottom: 1px solid #ebebeb;
}
.ws24-precocon-row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

/* Reverse: visuel à gauche, texte à droite */
.ws24-precocon-row--reverse .ws24-precocon-content { order: 2; }
.ws24-precocon-row--reverse .ws24-precocon-visual  { order: 1; }

/* Colonne contenu */
.ws24-precocon-num {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #bac63e;
    background: rgba(186, 198, 62, 0.1);
    border: 1px solid rgba(186, 198, 62, 0.3);
    border-radius: 4px;
    padding: 4px 10px;
    margin-bottom: 20px;
}
.ws24-precocon-content h2 {
    font-size: clamp(1.5rem, 2.4vw, 1.9rem);
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.25;
}
.ws24-precocon-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin: 0 0 24px;
}

/* Colonne visuel */
.ws24-precocon-visual {
    background: #f7f7f5;
    border-radius: 16px;
    padding: 44px;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ws24-precocon-visual img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Lien CTA texte */
.ws24-precocon-link {
    display: inline-block;
    color: #bac63e;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 2px solid rgba(186, 198, 62, 0.35);
    padding-bottom: 2px;
    transition: color 0.2s ease, border-color 0.2s ease;
}
.ws24-precocon-link:hover {
    color: #1a1a1a;
    border-bottom-color: #1a1a1a;
    text-decoration: none;
}

/* Mobile — empilement, contenu toujours en premier */
@media (max-width: 768px) {
    .ws24-precocon-row {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 40px 0;
    }
    .ws24-precocon-row--reverse .ws24-precocon-content { order: 1; }
    .ws24-precocon-row--reverse .ws24-precocon-visual  { order: 2; }
    .ws24-precocon-visual {
        padding: 32px 24px;
        min-height: auto;
    }
}

/* ============================================================
   Page Maintenance — ajustements ciblés
   ============================================================ */
.ws24-maintenance-page .big-tagline small {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ws24-maintenance-page .big-tagline h1,
.ws24-maintenance-page .big-tagline h2 {
    max-width: 780px;
}

.ws24-maintenance-page .big-tagline .btn {
    margin-right: 12px;
    margin-bottom: 12px;
}

.ws24-maintenance-page__wide-wrap {
    width: 100%;
    max-width: 1160px;
    margin-inline: auto;
    padding-inline: 14px;
}

.ws24-maintenance-page__hero-media {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.ws24-maintenance-page__hero-media img {
    margin: 0 auto;
}

.ws24-maintenance-page__problem-card,
.ws24-maintenance-page__pillar-card,
.ws24-maintenance-page__step-card {
    height: 100%;
}

.ws24-maintenance-page__critical-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.ws24-maintenance-page__compact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
}

.ws24-maintenance-page__pillar-grid,
.ws24-maintenance-page__step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.ws24-maintenance-page__align-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ws24-maintenance-page__problem-card {
    text-align: left;
    border-top: 3px solid #bac63e;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}

.ws24-maintenance-page__problem-card--critical {
    padding: 36px;
    min-height: 280px;
}

.ws24-maintenance-page__problem-card--compact {
    padding: 24px 22px;
    min-height: 240px;
}

.ws24-maintenance-page__problem-icon {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: rgba(186, 198, 62, 0.12);
    color: #bac63e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 18px;
}

.ws24-maintenance-page__problem-card h3 {
    font-size: 23px;
    line-height: 1.3 !important;
    margin-bottom: 12px;
}

.ws24-maintenance-page__problem-card p,
.ws24-maintenance-page__pillar-card p,
.ws24-maintenance-page__step-card p {
    font-size: 18px;
    line-height: 1.65;
}

.ws24-maintenance-page__diagnostic-note {
    max-width: 820px;
    margin: 30px auto 34px;
    padding: 28px 30px;
    background: #111;
    border-left: 4px solid #bac63e;
    border-radius: 14px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

.ws24-maintenance-page__diagnostic-note h4 {
    color: #fff;
    margin: 0 0 10px;
}

.ws24-maintenance-page__diagnostic-note p {
    color: #cfcfcf;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
}

.ws24-maintenance-page__problem-cta {
    max-width: 860px;
    margin: 34px auto 0;
    padding: 36px;
    text-align: center;
    background: #111;
    border-radius: 14px;
}

.ws24-maintenance-page__problem-cta--strong {
    border: 1px solid rgba(186, 198, 62, 0.22);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.ws24-maintenance-page__problem-cta .lead {
    color: #fff;
    margin-bottom: 22px;
}

.ws24-maintenance-page__pillar-card {
    border-bottom: 3px solid rgba(186, 198, 62, 0.25);
    padding: 32px 24px;
    margin-bottom: 0;
}

.ws24-maintenance-page__pillar-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    margin: 0 auto 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(186, 198, 62, 0.1);
    color: #bac63e;
    font-size: 28px;
    font-weight: 700;
}

.ws24-maintenance-page__step-card {
    text-align: left;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    padding: 30px 24px;
    margin-bottom: 0;
}

.ws24-maintenance-page__step-number {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #bac63e;
}

.ws24-maintenance-page__align-marker {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
}

.ws24-maintenance-page .ws24-align-good .ws24-maintenance-page__align-marker {
    background: rgba(186, 198, 62, 0.18);
    color: #bac63e;
}

.ws24-maintenance-page .ws24-align-bad .ws24-maintenance-page__align-marker {
    background: rgba(255, 255, 255, 0.08);
    color: #a0a0a0;
}

.ws24-maintenance-page__final-cta {
    padding: 90px 0;
}

@media (max-width: 768px) {
    .ws24-maintenance-page .big-tagline .btn {
        display: block;
        margin-right: 0;
    }

    .ws24-maintenance-page__hero-media {
        margin-top: 24px;
        padding: 18px;
    }

    .ws24-maintenance-page__problem-cta {
        padding: 28px 20px;
    }

    .ws24-maintenance-page__critical-grid,
    .ws24-maintenance-page__compact-grid,
    .ws24-maintenance-page__pillar-grid,
    .ws24-maintenance-page__step-grid,
    .ws24-maintenance-page__align-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ws24-maintenance-page__problem-card--critical,
    .ws24-maintenance-page__problem-card--compact {
        min-height: auto;
    }

    .ws24-maintenance-page__diagnostic-note {
        padding: 24px 20px;
    }

    .ws24-maintenance-page__final-cta {
        padding: 72px 0;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .ws24-maintenance-page__critical-grid,
    .ws24-maintenance-page__align-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws24-maintenance-page__pillar-grid,
    .ws24-maintenance-page__step-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* ============================================================
   Page Services — Cards 2x2 avec icônes SVG
   ============================================================ */
.ws24-svc-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.ws24-svc-grid::before,
.ws24-svc-grid::after {
    display: none;
    content: none;
}

.ws24-svc-grid__item {
    min-width: 0;
}

.ws24-svc-card {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    padding: 28px 24px;
    height: 100%;
    margin-bottom: 0;
    transition: all 0.3s ease;
}
.ws24-svc-card:hover {
    border-color: #bac63e;
    box-shadow: 0 10px 32px rgba(0,0,0,0.06);
    transform: translateY(-3px);
}
.ws24-svc-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: #f7f7f5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.ws24-svc-icon img {
    width: 100%;
    height: auto;
}
.ws24-svc-body {
    flex: 1;
}
.ws24-svc-quote {
    font-size: 14px;
    color: #888;
    margin: 0 0 8px;
}
.ws24-svc-card h4 {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 8px;
}
.ws24-svc-card p {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 10px;
}

@media (max-width: 768px) {
    .ws24-svc-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ws24-svc-card {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .ws24-svc-icon {
        width: 64px;
        height: 64px;
    }
}

/* ============================================================
   Fix hero — sous-titre lisible sur fond vert
   ============================================================ */
.parallax.first-section .ws24-accent,
.parallax.first-section .big-tagline h1 span,
.parallax.first-section .big-tagline h1 .ws24-accent {
    color: #fff;
    opacity: 0.85;
}

/* ============================================================
   Footer WS24 — respiration + compactage
   ============================================================ */
.ws24-footer {
    margin-top: 36px;
    padding: 42px 0 0;
    border-top: 1px solid #ececec;
}

.ws24-footer .widget {
    margin-bottom: 18px;
}

.ws24-footer .widget-title {
    margin-bottom: 18px;
}

.ws24-footer .widget-title h3 {
    color: #bac63e;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.ws24-footer p,
.ws24-footer a,
.ws24-footer .footer-links li {
    font-size: 15px;
    line-height: 1.7;
}

.ws24-footer p {
    margin-bottom: 0;
}

.ws24-footer .footer-links li {
    margin-bottom: 8px;
    padding-bottom: 0;
}

.ws24-footer .footer-links a {
    color: #999;
}

.ws24-footer a:hover {
    color: #bac63e;
    text-decoration: none;
}

.ws24-footer-bottom {
    margin-top: 18px;
    padding: 18px 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ws24-footer-bottom .footer-left {
    float: none;
}

.ws24-footer-legal {
    margin: 0;
    color: #7f7f7f;
    font-size: 13px;
    line-height: 1.6;
    white-space: nowrap;
}

.ws24-footer-legal a {
    color: #9a9a9a;
}

.ws24-footer-legal a:hover {
    color: #bac63e;
}

@media (max-width: 767px) {
    .ws24-footer {
        margin-top: 28px;
        padding-top: 34px;
    }

    .ws24-footer .widget {
        margin-bottom: 24px;
    }

    .ws24-footer-bottom {
        margin-top: 10px;
        padding: 16px 0 18px;
    }

    .ws24-footer-legal {
        white-space: normal;
    }
}

/* ============================================================
   Page Contact — structure et responsive
   ============================================================ */
.ws24-contact-page {
    overflow-x: hidden;
}

.ws24-contact-page .ws24-contact-page__hero {
    position: relative;
}

.ws24-contact-page .ws24-contact-page__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.58);
}

.ws24-contact-page .ws24-contact-page__hero .container {
    position: relative;
    z-index: 1;
    max-width: 860px;
}

.ws24-contact-page .ws24-contact-page__hero small {
    display: inline-block;
    margin-bottom: 14px;
    color: #bac63e;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ws24-contact-page .ws24-contact-page__hero h1 {
    margin-bottom: 18px;
}

.ws24-contact-page .ws24-contact-page__hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88);
    font-size: 21px;
    line-height: 1.7;
}

.ws24-contact-page .ws24-contact-page__grid {
    display: flex;
    align-items: stretch;
}

.ws24-contact-page .ws24-contact-page__reassurance,
.ws24-contact-page .ws24-contact-page__coords,
.ws24-contact-page .ws24-contact-page__step {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.ws24-contact-page .ws24-contact-page__reassurance {
    padding: 30px 28px;
    margin-bottom: 24px;
}

.ws24-contact-page .ws24-contact-page__reassurance ul {
    margin: 0;
    padding: 0;
}

.ws24-contact-page .ws24-contact-page__reassurance li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 16px;
    color: #555;
    font-size: 18px;
    line-height: 1.6;
}

.ws24-contact-page .ws24-contact-page__reassurance li:last-child {
    margin-bottom: 0;
}

.ws24-contact-page .ws24-contact-page__reassurance li::before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bac63e;
}

.ws24-contact-page .ws24-contact-page__coords {
    padding: 30px 28px;
}

.ws24-contact-page .ws24-contact-page__coords h4 {
    margin: 0 0 18px;
    padding: 0;
    font-size: 22px;
    color: #1a1a1a;
}

.ws24-contact-page .ws24-contact-page__coords p {
    margin: 0 0 14px;
    color: #666;
    font-size: 17px;
    line-height: 1.7;
}

.ws24-contact-page .ws24-contact-page__coords p:last-child {
    margin-bottom: 0;
}

.ws24-contact-page .ws24-contact-page__coords a {
    color: #1a1a1a;
}

.ws24-contact-page .ws24-contact-page__coords a:hover {
    color: #bac63e;
}

.ws24-contact-page .ws24-contact-page__form-card {
    height: 100%;
    padding: 34px 32px;
    border-radius: 14px;
}

.ws24-contact-page .ws24-contact-page__form-card .section-title {
    margin-bottom: 28px;
}

.ws24-contact-page .ws24-contact-page__form-card .section-title h3 {
    margin-bottom: 0;
}

.ws24-contact-page .ws24-contact-page__form-card p {
    margin: 18px 0 0;
    color: #777;
    font-size: 15px;
    line-height: 1.6;
}

.ws24-contact-page .ws24-contact-page__form-card .wpcf7-form p {
    margin: 0 0 18px;
}

.ws24-contact-page .ws24-contact-page__form-card .wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

.ws24-contact-page .ws24-contact-page__form-card .wpcf7-form-control-wrap {
    display: block;
}

.ws24-contact-page .ws24-contact-page__form-card .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    min-height: 55px;
    padding: 10px 25px;
    border: 1px solid #ebebeb;
    background: #ffffff;
    color: #666;
    font-size: 16px;
    box-shadow: none;
}

.ws24-contact-page .ws24-contact-page__form-card textarea.wpcf7-form-control {
    min-height: 160px;
    padding: 20px 25px;
    resize: vertical;
}

.ws24-contact-page .ws24-contact-page__form-card .wpcf7-submit {
    display: inline-block;
    padding: 13px 40px;
    border: 2px solid #bac63e !important;
    background: #bac63e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

.ws24-contact-page .ws24-contact-page__form-card .wpcf7-submit:hover {
    background: transparent;
    color: #bac63e;
}

.ws24-contact-page .ws24-contact-page__form-card .wpcf7-spinner {
    margin: 12px 0 0 12px;
}

.ws24-contact-page .ws24-contact-page__after {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ws24-contact-page .ws24-contact-page__steps {
    display: flex;
    align-items: stretch;
}

.ws24-contact-page .ws24-contact-page__step {
    height: 100%;
    padding: 32px 26px;
}

.ws24-contact-page .ws24-contact-page__step span {
    display: inline-block;
    margin-bottom: 18px;
    color: #bac63e;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.ws24-contact-page .ws24-contact-page__step h4 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 22px;
    color: #1a1a1a;
}

.ws24-contact-page .ws24-contact-page__step p {
    margin: 0;
    color: #666;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .ws24-contact-page .ws24-contact-page__grid,
    .ws24-contact-page .ws24-contact-page__steps {
        display: block;
    }

    .ws24-contact-page .ws24-contact-page__coords {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .ws24-contact-page .ws24-contact-page__hero {
        padding: 220px 0 90px;
    }

    .ws24-contact-page .ws24-contact-page__hero p {
        font-size: 18px;
    }

    .ws24-contact-page .ws24-contact-page__reassurance,
    .ws24-contact-page .ws24-contact-page__coords,
    .ws24-contact-page .ws24-contact-page__form-card,
    .ws24-contact-page .ws24-contact-page__step {
        padding: 24px 20px;
    }

    .ws24-contact-page .ws24-contact-page__step {
        margin-bottom: 18px;
    }

    .ws24-contact-page .ws24-contact-page__form-card .wpcf7-submit {
        width: 100%;
    }
}

/* ============================================================
   Page A propos — structure et palette
   ============================================================ */
.ws24-about-page {
    overflow-x: hidden;
}

.ws24-about-page .ws24-about-page__hero {
    position: relative;
}

.ws24-about-page .ws24-about-page__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.62);
}

.ws24-about-page .ws24-about-page__hero .container {
    position: relative;
    z-index: 1;
    max-width: 920px;
}

.ws24-about-page .ws24-about-page__hero small {
    display: inline-block;
    margin-bottom: 14px;
    color: #f5c518;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ws24-about-page .ws24-about-page__hero h1 {
    margin-bottom: 18px;
    color: #ffffff;
}

.ws24-about-page .ws24-about-page__hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 21px;
    line-height: 1.7;
}

.ws24-about-page .section-title small {
    color: #f5c518;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.ws24-about-page .ws24-about-page__story {
    background: #c8d5e2;
}

.ws24-about-page .message-box {
    padding: 0;
}

.ws24-about-page .message-box h4 {
    margin-bottom: 12px;
    padding: 0;
    color: #f5c518;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ws24-about-page .message-box h2 {
    margin-bottom: 22px;
    color: #111111;
}

.ws24-about-page .message-box p {
    margin-bottom: 18px;
    color: #444;
    font-size: 18px;
    line-height: 1.8;
}

.ws24-about-page .post-media {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 14px 36px rgba(17, 17, 17, 0.08);
}

.ws24-about-page .post-media img {
    width: 100%;
    display: block;
}

.ws24-about-page .ws24-about-page__cards-row {
    margin-top: 46px;
}

.ws24-about-page .ws24-about-page__card {
    height: 100%;
    padding: 32px 26px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.07);
}

.ws24-about-page .ws24-about-page__card span {
    display: inline-block;
    margin-bottom: 16px;
    color: #f5c518;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ws24-about-page .ws24-about-page__card h4 {
    margin: 0 0 14px;
    padding: 0;
    color: #111111;
    font-size: 24px;
}

.ws24-about-page .ws24-about-page__card p {
    margin: 0 0 16px;
    color: #555;
    font-size: 17px;
    line-height: 1.75;
}

.ws24-about-page .ws24-about-page__card p:last-child {
    margin-bottom: 0;
}

.ws24-about-page .ws24-about-page__card ul {
    margin: 0;
    padding: 0;
}

.ws24-about-page .ws24-about-page__card li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 22px;
    color: #555;
    font-size: 17px;
    line-height: 1.65;
}

.ws24-about-page .ws24-about-page__card li:last-child {
    margin-bottom: 0;
}

.ws24-about-page .ws24-about-page__card li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f5c518;
}

.ws24-about-page .ws24-about-page__proof {
    background: #111111;
}

.ws24-about-page .ws24-about-page__proof .section-title h3,
.ws24-about-page .ws24-about-page__proof .message-box p {
    color: #ffffff;
}

.ws24-about-page .ws24-about-page__proof .ws24-about-page__card {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.ws24-about-page .ws24-about-page__proof .ws24-about-page__card h4,
.ws24-about-page .ws24-about-page__proof .ws24-about-page__card p,
.ws24-about-page .ws24-about-page__proof .ws24-about-page__card li {
    color: #d6d6d6;
}

.ws24-about-page .ws24-about-page__transition {
    max-width: 820px;
    margin: 36px auto 0;
    text-align: center;
}

.ws24-about-page .lb {
    background: #c8d5e2;
}

.ws24-about-page .ws24-about-page__results-row .ws24-about-page__card {
    text-align: left;
}

.ws24-about-page .ws24-about-page__cta {
    padding: 90px 0;
}

.ws24-about-page .ws24-about-page__cta .big-tagline {
    max-width: 860px;
    margin: 0 auto;
}

.ws24-about-page .ws24-about-page__cta h2 {
    color: #ffffff;
}

.ws24-about-page .ws24-about-page__cta .lead {
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991px) {
    .ws24-about-page .post-media {
        margin-top: 28px;
    }

    .ws24-about-page .ws24-about-page__card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .ws24-about-page .ws24-about-page__hero {
        padding: 220px 0 90px;
    }

    .ws24-about-page .ws24-about-page__hero p {
        font-size: 18px;
    }

    .ws24-about-page .post-media,
    .ws24-about-page .ws24-about-page__card {
        padding: 24px 20px;
    }

    .ws24-about-page .ws24-about-page__cta {
        padding: 72px 0;
    }
}

/* ============================================================
   Page Mentions legales — structure et lisibilite
   ============================================================ */
.ws24-legal-page {
    overflow-x: hidden;
}

.ws24-legal-page .ws24-legal-page__hero {
    position: relative;
}

.ws24-legal-page .ws24-legal-page__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.64);
}

.ws24-legal-page .ws24-legal-page__hero .container {
    position: relative;
    z-index: 1;
    max-width: 940px;
}

.ws24-legal-page .ws24-legal-page__hero small,
.ws24-legal-page .section-title small,
.ws24-legal-page .ws24-legal-page__cta .big-tagline small {
    display: inline-block;
    margin-bottom: 14px;
    color: #f5c518;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ws24-legal-page .ws24-legal-page__hero h1,
.ws24-legal-page .ws24-legal-page__cta h2 {
    color: #ffffff;
}

.ws24-legal-page .ws24-legal-page__hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 1.7;
}

.ws24-legal-page .ws24-legal-page__hero-meta {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.ws24-legal-page .ws24-legal-page__hero-meta span {
    padding: 8px 14px;
    border: 1px solid rgba(245, 197, 24, 0.35);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
}

.ws24-legal-page .ws24-legal-page__hero-actions {
    margin-top: 28px;
}

.ws24-legal-page .ws24-legal-page__hero-actions .btn {
    margin: 0 8px 12px;
}

.ws24-legal-page .ws24-legal-page__intro,
.ws24-legal-page .section.lb {
    background: #c8d5e2;
}

.ws24-legal-page .ws24-legal-page__identity-grid {
    margin-top: 44px;
}

.ws24-legal-page .ws24-legal-page__identity-card,
.ws24-legal-page .ws24-legal-page__article {
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.07);
}

.ws24-legal-page .ws24-legal-page__identity-card {
    height: 100%;
    padding: 26px 22px;
    margin-bottom: 24px;
}

.ws24-legal-page .ws24-legal-page__identity-card h4 {
    margin: 0 0 10px;
    padding: 0;
    color: #111111;
    font-size: 20px;
}

.ws24-legal-page .ws24-legal-page__identity-card p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
}

.ws24-legal-page .ws24-legal-page__summary .ws24-legal-page__article {
    padding: 30px 32px;
}

.ws24-legal-page .ws24-legal-page__summary ul {
    margin: 0;
    padding: 0;
    columns: 2;
    column-gap: 40px;
}

.ws24-legal-page .ws24-legal-page__summary li {
    break-inside: avoid;
    margin-bottom: 14px;
}

.ws24-legal-page .ws24-legal-page__summary a {
    color: #111111;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
}

.ws24-legal-page .ws24-legal-page__summary a:hover {
    color: #f5c518;
}

.ws24-legal-page .ws24-legal-page__article {
    padding: 30px 32px;
    margin-bottom: 24px;
}

.ws24-legal-page .ws24-legal-page__article h3 {
    margin: 0 0 18px;
    padding: 0;
    color: #111111;
    font-size: 28px;
}

.ws24-legal-page .ws24-legal-page__article p {
    margin: 0 0 14px;
    color: #555;
    font-size: 17px;
    line-height: 1.75;
}

.ws24-legal-page .ws24-legal-page__article p:last-child {
    margin-bottom: 0;
}

.ws24-legal-page .ws24-legal-page__cta {
    padding: 90px 0;
}

.ws24-legal-page .ws24-legal-page__cta .big-tagline {
    max-width: 860px;
    margin: 0 auto;
}

.ws24-legal-page .ws24-legal-page__cta .lead {
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 991px) {
    .ws24-legal-page .ws24-legal-page__summary ul {
        columns: 1;
    }
}

@media (max-width: 767px) {
    .ws24-legal-page .ws24-legal-page__hero {
        padding: 220px 0 90px;
    }

    .ws24-legal-page .ws24-legal-page__hero p {
        font-size: 18px;
    }

    .ws24-legal-page .ws24-legal-page__hero-meta {
        gap: 10px;
    }

    .ws24-legal-page .ws24-legal-page__hero-actions .btn {
        display: block;
        margin: 0 0 12px;
    }

    .ws24-legal-page .ws24-legal-page__identity-card,
    .ws24-legal-page .ws24-legal-page__article {
        padding: 24px 20px;
    }

    .ws24-legal-page .ws24-legal-page__cta {
        padding: 72px 0;
    }
}

/* ============================================================
   Page Blog Strategie Marketing
   ============================================================ */
.ws24-blog-page {
    overflow-x: hidden;
}

.ws24-blog-page .ws24-blog-page__hero {
    position: relative;
}

.ws24-blog-page .ws24-blog-page__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.64);
}

.ws24-blog-page .ws24-blog-page__hero .container {
    position: relative;
    z-index: 1;
    max-width: 940px;
}

.ws24-blog-page .ws24-blog-page__hero small {
    display: inline-block;
    margin-bottom: 14px;
    color: #f5c518;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ws24-blog-page .ws24-blog-page__hero h1,
.ws24-blog-page .ws24-blog-page__cta h2 {
    color: #ffffff;
}

.ws24-blog-page .ws24-blog-page__hero p {
    max-width: 760px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: 1.7;
}

.ws24-blog-page .ws24-blog-page__hero-actions {
    margin-top: 28px;
}

.ws24-blog-page .ws24-blog-page__intro {
    background: #ffffff;
}

.ws24-blog-page .ws24-blog-page__listing {
    background: #c8d5e2;
}

.ws24-blog-page .ws24-blog-page__card,
.ws24-blog-page .ws24-blog-page__empty {
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.07);
    overflow: hidden;
    margin-bottom: 30px;
}

.ws24-blog-page .ws24-blog-page__media {
    display: block;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, #111111 0%, #2b3a47 100%);
}

.ws24-blog-page .ws24-blog-page__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ws24-blog-page .ws24-blog-page__fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #f5c518;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ws24-blog-page .ws24-blog-page__card-body,
.ws24-blog-page .ws24-blog-page__empty {
    padding: 26px 24px;
}

.ws24-blog-page .ws24-blog-page__meta {
    margin: 0 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: #6f7b86;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ws24-blog-page .ws24-blog-page__meta-sep {
    color: rgba(17, 17, 17, 0.32);
}

.ws24-blog-page .ws24-blog-page__title {
    margin: 0 0 16px;
    font-size: 28px;
    line-height: 1.25;
}

.ws24-blog-page .ws24-blog-page__title a,
.ws24-blog-page .ws24-blog-page__link {
    color: #111111;
}

.ws24-blog-page .ws24-blog-page__title a:hover,
.ws24-blog-page .ws24-blog-page__link:hover {
    color: #f5c518;
}

.ws24-blog-page .ws24-blog-page__excerpt {
    margin: 0 0 20px;
    color: #555555;
    font-size: 16px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ws24-blog-page .ws24-blog-page__link {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    font-weight: 700;
}

.ws24-blog-page .ws24-blog-page__pagination {
    margin-top: 12px;
    text-align: center;
}

.ws24-blog-page .ws24-blog-page__pagination .page-numbers {
    display: inline-block;
    min-width: 44px;
    margin: 0 5px 10px;
    padding: 11px 14px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 999px;
    color: #111111;
    font-weight: 700;
}

.ws24-blog-page .ws24-blog-page__pagination .page-numbers.current,
.ws24-blog-page .ws24-blog-page__pagination .page-numbers:hover {
    background: #f5c518;
    border-color: #f5c518;
    color: #111111;
}

.ws24-blog-page .ws24-blog-page__cta {
    padding: 90px 0;
}

.ws24-blog-page .ws24-blog-page__cta .big-tagline {
    max-width: 860px;
    margin: 0 auto;
}

.ws24-blog-page .ws24-blog-page__cta .lead {
    color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 767px) {
    .ws24-blog-page .ws24-blog-page__hero {
        padding: 220px 0 90px;
    }

    .ws24-blog-page .ws24-blog-page__hero p {
        font-size: 18px;
    }

    .ws24-blog-page .ws24-blog-page__card-body,
    .ws24-blog-page .ws24-blog-page__empty {
        padding: 24px 20px;
    }

    .ws24-blog-page .ws24-blog-page__title {
        font-size: 24px;
    }

    .ws24-blog-page .ws24-blog-page__cta {
        padding: 72px 0;
    }
}

/* ============================================================
   Single Post WebSolution24
   ============================================================ */
.ws24-post {
    background: #f7f6ef;
    color: #15201d;
    overflow-x: clip;
}

@supports not (overflow: clip) {
    .ws24-post {
        overflow-x: visible;
    }
}

.ws24-post .ws24-post__hero {
    position: relative;
    background:
        radial-gradient(circle at 80% 30%, rgba(186, 198, 62, 0.26), transparent 25%),
        linear-gradient(135deg, #07110f 0%, #101c18 58%, #222a13 100%);
}

.ws24-post .ws24-post__hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.18);
}

.ws24-post .ws24-post__hero::after {
    content: '';
    position: absolute;
    inset: auto -5% -20% -5%;
    height: 210px;
    background: #f7f6ef;
    transform: rotate(-3deg);
    transform-origin: left top;
}

.ws24-post .ws24-post__hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px);
    gap: clamp(24px, 4vw, 42px);
    align-items: center;
    padding: clamp(70px, 8vw, 110px) 26px clamp(90px, 9vw, 130px);
}

.ws24-post .ws24-post__hero-copy {
    max-width: 720px;
}

.ws24-post .ws24-post__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 9px 14px;
    border: 1px solid rgba(186, 198, 62, 0.36);
    border-radius: 999px;
    background: rgba(186, 198, 62, 0.12);
    color: #dce58a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ws24-post .ws24-post__badge::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bac63e;
    box-shadow: 0 0 18px #bac63e;
}

.ws24-post .ws24-post__title {
    margin: 0 0 26px;
    color: #ffffff;
    font-size: clamp(44px, 6vw, 76px);
    font-weight: 800;
    letter-spacing: -0.07em;
    line-height: 0.94 !important;
}

.ws24-post .ws24-post__excerpt {
    max-width: 660px;
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 20px;
    line-height: 1.65;
}

.ws24-post .ws24-post__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
    font-weight: 700;
}

.ws24-post .ws24-post__meta a {
    color: inherit;
}

.ws24-post .ws24-post__visual {
    width: 100%;
    max-width: 420px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(12px);
    justify-self: start;
    align-self: center;
}

.ws24-post .ws24-post__visual-media {
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
}

.ws24-post .ws24-post__visual-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.ws24-post .ws24-post__visual-media--placeholder {
    aspect-ratio: 1.1 / 0.9;
    display: grid;
    place-items: center;
    background:
        linear-gradient(135deg, rgba(186, 198, 62, 0.95), rgba(186, 198, 62, 0.14)),
        radial-gradient(circle at 30% 30%, #ffffff, transparent 18%),
        #17211d;
}

.ws24-post .ws24-post__visual-media--placeholder span {
    color: #07110f;
    font-size: 76px;
    font-weight: 1000;
    letter-spacing: -0.08em;
}

.ws24-post .ws24-post__visual small {
    display: block;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

.ws24-post .ws24-post__toc-mobile-wrap {
    display: none;
    padding-top: 0;
    background: #f7f6ef;
}

.ws24-post .ws24-post__main {
    position: relative;
    z-index: 2;
    margin-top: -42px;
    padding: 0 26px 80px;
    background: #f7f6ef;
    overflow: visible;
}

.ws24-post .ws24-post__layout {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: stretch;
    overflow: visible;
}

.ws24-post .ws24-post__article,
.ws24-post .ws24-post__toc,
.ws24-post .ws24-post__side-card,
.ws24-post .ws24-post__related-card {
    border: 1px solid rgba(7, 17, 15, 0.12);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(7, 17, 15, 0.12);
}

.ws24-post .ws24-post__article {
    min-width: 0;
    padding: 50px 54px;
}

.ws24-post .ws24-post__content {
    color: #3f4742;
    font-size: 18px;
    line-height: 1.75;
}

.ws24-post .ws24-post__content > *:first-child {
    margin-top: 0;
}

.ws24-post .ws24-post__content p {
    margin: 0 0 20px;
    color: #3f4742;
    font-size: 18px;
    line-height: 1.75;
}

.ws24-post .ws24-post__content h2,
.ws24-post .ws24-post__content h3,
.ws24-post .ws24-post__content h4 {
    color: #07110f;
    scroll-margin-top: 120px;
}

.ws24-post .ws24-post__content h2 {
    margin: 44px 0 16px;
    padding: 0;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.045em;
    line-height: 1.1 !important;
}

.ws24-post .ws24-post__content h3 {
    margin: 30px 0 12px;
    padding: 0;
    font-size: 24px;
    font-weight: 800;
}

.ws24-post .ws24-post__content h4 {
    margin: 26px 0 10px;
    padding: 0;
    font-size: 20px;
    font-weight: 800;
}

.ws24-post .ws24-post__content ul,
.ws24-post .ws24-post__content ol {
    margin: 0 0 26px;
    padding-left: 0;
}

.ws24-post .ws24-post__content ul {
    list-style: none;
}

.ws24-post .ws24-post__content ul li,
.ws24-post .ws24-post__content ol li {
    position: relative;
    margin: 10px 0;
    color: #3f4742;
    font-size: 17px;
    line-height: 1.7;
}

.ws24-post .ws24-post__content ul li {
    padding-left: 30px;
}

.ws24-post .ws24-post__content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #bac63e;
    font-weight: 1000;
}

.ws24-post .ws24-post__content ol {
    padding-left: 22px;
}

.ws24-post .ws24-post__content blockquote,
.ws24-post .ws24-post__content .ws24-post-quote {
    margin: 34px 0;
    padding: 28px 32px;
    border-left: 6px solid #bac63e;
    border-radius: 18px;
    background: #f3f5e5;
    color: #07110f;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.45;
}

.ws24-post .ws24-post__content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 28px auto;
    border-radius: 18px;
}

.ws24-post .ws24-post__content figure {
    margin: 30px 0;
}

.ws24-post .ws24-post-figure {
    margin: 24px 0 28px;
}

.ws24-post .ws24-post-figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
}

.ws24-post .ws24-post__content figcaption {
    margin-top: 10px;
    color: #6a7167;
    font-size: 14px;
    text-align: center;
}

.ws24-post .ws24-post__content a {
    color: #07110f;
    text-decoration: underline !important;
    text-decoration-color: rgba(186, 198, 62, 0.85) !important;
    text-underline-offset: 3px;
}

.ws24-post .ws24-post__content a:hover {
    color: #bac63e;
}

.ws24-post .ws24-post__content table {
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
    border: 1px solid rgba(7, 17, 15, 0.12);
    border-radius: 16px;
    background: #ffffff;
}

.ws24-post .ws24-post__content th,
.ws24-post .ws24-post__content td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(7, 17, 15, 0.1);
    color: #3f4742;
    font-size: 16px;
    text-align: left;
}

.ws24-post .ws24-post__content th {
    color: #07110f;
    background: #eef3dc;
    font-weight: 800;
}

.ws24-post .ws24-post__content pre,
.ws24-post .ws24-post__content code {
    font-family: Consolas, Monaco, monospace;
}

.ws24-post .ws24-post__content pre {
    overflow-x: auto;
    margin: 28px 0;
    padding: 22px;
    border-radius: 18px;
    background: #07110f;
    color: #f7f6ef;
    font-size: 15px;
    line-height: 1.7;
}

.ws24-post .ws24-post__content :not(pre) > code {
    padding: 2px 8px;
    border-radius: 999px;
    background: #eef3dc;
    color: #07110f;
    font-size: 0.9em;
}

.ws24-post .ws24-post__content .ws24-post-note,
.ws24-post .ws24-post__content .ws24-post-keypoints,
.ws24-post .ws24-post__content .ws24-post-gbp,
.ws24-post .ws24-post__content .ws24-post-cta {
    margin: 34px 0;
    padding: 24px 26px;
    border: 1px solid rgba(186, 198, 62, 0.38);
    border-radius: 20px;
    background: #eef3dc;
}

.ws24-post .ws24-post__content .ws24-post-note strong,
.ws24-post .ws24-post__content .ws24-post-keypoints strong,
.ws24-post .ws24-post__content .ws24-post-gbp strong,
.ws24-post .ws24-post__content .ws24-post-cta strong {
    color: #07110f;
}

.ws24-post .ws24-post__content .ws24-post-keypoints ul,
.ws24-post .ws24-post__content .ws24-post-gbp ul {
    margin-bottom: 0;
}

.ws24-post .ws24-post__sidebar {
    min-width: 0;
    align-self: stretch;
    overflow: visible;
}

.ws24-post .ws24-post__sidebar-sticky {
    position: sticky;
    top: 110px;
    align-self: start;
    display: grid;
    gap: 22px;
}

.ws24-post .ws24-post__toc,
.ws24-post .ws24-post__side-card {
    padding: 26px;
}

.ws24-post .ws24-post__toc h2,
.ws24-post .ws24-post__side-card h2 {
    margin: 0 0 18px;
    padding: 0;
    color: #07110f;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.ws24-post .ws24-post__toc-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 13px;
}

.ws24-post .ws24-post__toc-list li {
    margin: 0;
}

.ws24-post .ws24-post__toc-list a {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 12px;
    align-items: start;
    color: #3f4742;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.ws24-post .ws24-post__toc-list a span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(186, 198, 62, 0.5);
    border-radius: 50%;
    background: #eef3dc;
    color: #07110f;
    font-size: 12px;
    font-weight: 1000;
}

.ws24-post .ws24-post__toc-list a:hover,
.ws24-post .ws24-post__toc-list a.is-active {
    color: #07110f;
}

.ws24-post .ws24-post__toc-list a.is-active span,
.ws24-post .ws24-post__toc-list a:hover span {
    background: #bac63e;
    border-color: #bac63e;
}

.ws24-post .ws24-post__side-card p {
    margin: 0;
    color: #3f4742;
    font-size: 16px;
    line-height: 1.75;
}

.ws24-post .ws24-post__side-card .btn {
    margin-top: 16px;
}

.ws24-post .ws24-post__side-card--dark {
    background: #07110f;
    color: #ffffff;
}

.ws24-post .ws24-post__side-card--dark h2 {
    color: #ffffff;
}

.ws24-post .ws24-post__side-card--dark p {
    color: rgba(255, 255, 255, 0.68);
}

.ws24-post .ws24-post__side-card--dark .btn {
    background: #bac63e;
    border-color: #bac63e !important;
    color: #07110f !important;
}

.ws24-post .ws24-post__recent-list {
    display: grid;
    gap: 14px;
}

.ws24-post .ws24-post__recent-item {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 12px;
    align-items: center;
}

.ws24-post .ws24-post__recent-thumb {
    display: block;
    width: 58px;
    height: 46px;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg, #bac63e, #202b25);
}

.ws24-post .ws24-post__recent-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ws24-post .ws24-post__recent-thumb-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #07110f;
    font-size: 18px;
    font-weight: 1000;
    letter-spacing: -0.05em;
}

.ws24-post .ws24-post__recent-copy strong {
    display: block;
    color: #07110f;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.ws24-post .ws24-post__recent-copy small {
    display: block;
    margin-top: 4px;
    color: #6a7167;
    font-size: 12px;
    font-weight: 700;
}

.ws24-post .ws24-post__cta {
    margin: 0 auto 70px;
    padding: 0;
    background: #f7f6ef;
}

.ws24-post .ws24-post__cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    padding: 34px 38px;
    border-radius: 28px;
    background: #07110f;
    box-shadow: 0 24px 70px rgba(7, 17, 15, 0.12);
    color: #ffffff;
}

.ws24-post .ws24-post__cta-inner h2 {
    margin: 0 0 4px;
    padding: 0;
    color: #ffffff;
    letter-spacing: -0.04em;
}

.ws24-post .ws24-post__cta-inner p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
}

.ws24-post .ws24-post__cta-inner .btn {
    background: #bac63e;
    border-color: #bac63e !important;
    color: #07110f !important;
}

.ws24-post .ws24-post__related {
    padding-top: 0;
    padding-bottom: 90px;
    background: #f7f6ef;
}

.ws24-post .ws24-post__related .section-title {
    margin-bottom: 18px;
}

.ws24-post .ws24-post__related-card {
    overflow: hidden;
    height: 100%;
}

.ws24-post .ws24-post__related-media {
    display: block;
    height: 160px;
    background: linear-gradient(135deg, #bac63e, #16211d);
}

.ws24-post .ws24-post__related-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ws24-post .ws24-post__related-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #07110f;
    font-size: 20px;
    font-weight: 1000;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ws24-post .ws24-post__related-body {
    padding: 20px;
}

.ws24-post .ws24-post__related-date {
    margin: 0 0 8px;
    color: #6a7167;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.ws24-post .ws24-post__related-body h3 {
    margin: 0 0 10px;
    padding: 0;
    color: #07110f;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15 !important;
}

.ws24-post .ws24-post__related-body p {
    margin: 0;
    color: #6a7167;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .ws24-post .ws24-post__hero::after {
        bottom: -16%;
    }

    .ws24-post .ws24-post__hero-inner,
    .ws24-post .ws24-post__layout {
        grid-template-columns: 1fr;
    }

    .ws24-post .ws24-post__main {
        margin-top: 0;
        padding: 0 20px 64px;
    }

    .ws24-post .ws24-post__hero-inner {
        padding: 220px 22px 110px;
    }

    .ws24-post .ws24-post__toc-mobile-wrap {
        display: block;
    }

    .ws24-post .ws24-post__toc--desktop {
        display: none;
    }

    .ws24-post .ws24-post__sidebar {
        align-self: auto;
    }

    .ws24-post .ws24-post__sidebar-sticky {
        position: static;
        top: auto;
    }

    .ws24-post .ws24-post__cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .ws24-post .ws24-post__hero-inner {
        gap: 28px;
        padding: 220px 20px 110px;
    }

    .ws24-post .ws24-post__visual {
        max-width: none;
        justify-self: stretch;
    }

    .ws24-post .ws24-post__title {
        font-size: clamp(34px, 11vw, 52px);
    }

    .ws24-post .ws24-post__excerpt {
        font-size: 18px;
    }

    .ws24-post .ws24-post__visual,
    .ws24-post .ws24-post__article,
    .ws24-post .ws24-post__toc,
    .ws24-post .ws24-post__side-card {
        padding: 24px 20px;
    }

    .ws24-post .ws24-post__article {
        padding: 34px 24px;
    }

    .ws24-post .ws24-post__content h2 {
        font-size: 28px;
    }

    .ws24-post .ws24-post__content h3 {
        font-size: 22px;
    }

    .ws24-post .ws24-post__content blockquote,
    .ws24-post .ws24-post__content .ws24-post-quote {
        padding: 24px 22px;
        font-size: 20px;
    }

    .ws24-post .ws24-post__toc-list a {
        gap: 10px;
    }

    .ws24-post .ws24-post__cta {
        margin-bottom: 50px;
    }

.ws24-post .ws24-post__cta-inner {
        padding: 28px 24px;
    }

    .ws24-post .ws24-post__related {
        padding-bottom: 72px;
    }
}

/* ── Hero H1 vignette ── */
.ws24-hero-h1 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* ============================================================
   Header nav dropdown fix for WordPress sub-menus
   ============================================================ */
@media (min-width: 1001px) {
    .header_style_01 .navbar-default .menu-top > li:hover > a,
    .header_style_01 .navbar-default .menu-top > li:focus-within > a {
        background-color: #bac63e;
        color: #ffffff;
    }

    .header_style_01 .menu-top > li.menu-item-has-children {
        position: relative;
    }

    .header_style_01 .menu-top > li.menu-item-has-children > a {
        padding-right: 34px;
    }

    .header_style_01 .menu-top > li.menu-item-has-children > a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 14px;
        width: 7px;
        height: 7px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: translateY(-65%) rotate(45deg);
        transform-origin: center;
        pointer-events: none;
    }

    .header_style_01 .menu-top > li > .sub-menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 240px;
        margin: 0;
        padding: 10px 0;
        background: #ffffff;
        border-radius: 14px;
        box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        z-index: 9999;
    }

    .header_style_01 .menu-top > li > .sub-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -12px;
        height: 12px;
        background: transparent;
    }

    .header_style_01 .menu-top > li:hover > .sub-menu,
    .header_style_01 .menu-top > li:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header_style_01 .menu-top > li > .sub-menu > li {
        display: block;
        width: 100%;
        margin: 0;
    }

    .header_style_01 .navbar-default .menu-top > li > .sub-menu > li > a {
        display: block;
        width: 100%;
        padding: 11px 18px;
        border-radius: 0;
        background: transparent;
        color: #121212;
        line-height: 1.45;
        white-space: normal;
    }

    .header_style_01 .navbar-default .menu-top > li > .sub-menu > li:hover > a,
    .header_style_01 .navbar-default .menu-top > li > .sub-menu > li:focus-within > a {
        background: #f4f7df;
        color: #121212;
    }

    .header_style_01 .navbar-default .menu-top > li.menu-item-has-children:hover > a,
    .header_style_01 .navbar-default .menu-top > li.menu-item-has-children:focus-within > a {
        background-color: #bac63e;
        color: #ffffff;
    }
}

@media (max-width: 1000px) {
    .header_style_01 .menu-top > li > .sub-menu {
        display: block;
        position: static;
        min-width: 0;
        margin-top: 4px;
        padding-left: 18px;
        box-shadow: none;
        background: transparent;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header_style_01 .navbar-default .menu-top > li > .sub-menu > li > a {
        display: block;
        padding: 8px 20px 8px 12px;
        border-radius: 0;
        background: transparent;
        color: #121212;
        font-size: 14px;
    }
}

/* ============================================================
   Page UX/UI Design
   ============================================================ */
.ws24-ux-ui {
    background: #111111;
    color: #f7f7f5;
}

.ws24-ux-ui__wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 22px;
}

.ws24-ux-ui__section,
.ws24-ux-ui__cta {
    padding: 88px 0;
}

.ws24-ux-ui__section--light {
    background: #f7f7f5;
    color: #1a1a1a;
}

.ws24-ux-ui__section--black {
    background: #111111;
}

.ws24-ux-ui__section--soft-black {
    background: #171717;
}

.ws24-ux-ui__hero {
    padding: 118px 0 88px;
    background: #111111;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ws24-ux-ui__eyebrow {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(186, 198, 62, 0.3);
    background: rgba(186, 198, 62, 0.12);
    color: #d9e38f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ws24-ux-ui__eyebrow--dark {
    color: #6a7426;
    background: rgba(186, 198, 62, 0.12);
}

.ws24-ux-ui__h1,
.ws24-ux-ui__h2,
.ws24-ux-ui__card h3,
.ws24-ux-ui__def-card h3,
.ws24-ux-ui__mistake h3,
.ws24-ux-ui__cta-box h2 {
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.06 !important;
    margin: 0;
}

.ws24-ux-ui__h1 {
    max-width: 900px;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: clamp(40px, 5.8vw, 70px);
}

.ws24-ux-ui__h2 {
    margin-bottom: 20px;
    color: inherit;
    font-size: clamp(30px, 3.8vw, 48px);
}

.ws24-ux-ui__hero-kicker {
    max-width: 760px;
    margin: 0 0 16px;
    color: #f7f7f5;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.55;
}

.ws24-ux-ui__lead,
.ws24-ux-ui__text p,
.ws24-ux-ui__phone-note,
.ws24-ux-ui__cta-box p,
.ws24-ux-ui__note {
    font-size: 19px;
    line-height: 1.75;
}

.ws24-ux-ui__lead {
    max-width: 760px;
    margin: 0;
    color: #c1c1c1;
}

.ws24-ux-ui__section--light .ws24-ux-ui__lead,
.ws24-ux-ui__section--light .ws24-ux-ui__text p {
    color: #555555;
}

.ws24-ux-ui__text p {
    margin: 0 0 16px;
    color: #c1c1c1;
}

.ws24-ux-ui__btns {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.ws24-ux-ui__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 28px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ws24-ux-ui__btn:hover,
.ws24-ux-ui__btn:focus {
    transform: translateY(-2px);
    text-decoration: none !important;
}

.ws24-ux-ui__btn--primary {
    background: #bac63e;
    color: #0f0f0f !important;
    border: 1px solid #bac63e;
}

.ws24-ux-ui__hero-note,
.ws24-ux-ui__intro-grid,
.ws24-ux-ui__story-grid,
.ws24-ux-ui__method-grid {
    display: grid;
    gap: 28px;
}

.ws24-ux-ui__hero-note {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 40px;
}

.ws24-ux-ui__mini,
.ws24-ux-ui__def-card,
.ws24-ux-ui__card,
.ws24-ux-ui__phone-card,
.ws24-ux-ui__mistake,
.ws24-ux-ui__cta-box {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
}

.ws24-ux-ui__mini {
    padding: 22px;
    background: rgba(255, 255, 255, 0.04);
}

.ws24-ux-ui__mini strong,
.ws24-ux-ui__def-card h3,
.ws24-ux-ui__card h3,
.ws24-ux-ui__mistake h3 {
    display: block;
    margin-bottom: 10px;
    font-size: 23px;
    color: inherit;
}

.ws24-ux-ui__mini span {
    display: block;
    color: rgba(247, 247, 245, 0.78);
    font-size: 15px;
    line-height: 1.65;
}

.ws24-ux-ui__intro-grid,
.ws24-ux-ui__story-grid,
.ws24-ux-ui__method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
}

.ws24-ux-ui__definition,
.ws24-ux-ui__cards,
.ws24-ux-ui__mistakes,
.ws24-ux-ui__method-list {
    display: grid;
    gap: 22px;
}

.ws24-ux-ui__definition {
    grid-template-columns: 1fr;
}

.ws24-ux-ui__def-card {
    padding: 30px;
    background: #ffffff;
    border-color: rgba(15, 15, 15, 0.08);
    box-shadow: 0 10px 28px rgba(15, 15, 15, 0.05);
}

.ws24-ux-ui__def-card p {
    margin: 0;
    color: #5b5b5b;
    font-size: 17px;
    line-height: 1.7;
}

.ws24-ux-ui__quote {
    margin-top: 26px;
    padding: 24px 26px;
    border-left: 5px solid #bac63e;
    background: rgba(186, 198, 62, 0.08);
    color: #f7f7f5;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
}

.ws24-ux-ui__visual {
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.ws24-ux-ui__visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1.3 / 1;
    object-fit: cover;
}

.ws24-ux-ui__caption {
    padding: 16px 18px 18px;
    color: #c1c1c1;
    font-size: 14px;
    line-height: 1.65;
}

.ws24-ux-ui__caption strong {
    color: #f7f7f5;
}

.ws24-ux-ui__story-grid--reverse .ws24-ux-ui__visual {
    order: 1;
}

.ws24-ux-ui__story-grid--reverse > div:last-child {
    order: 2;
}

.ws24-ux-ui__phone-demo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 46px;
}

.ws24-ux-ui__phone-card {
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
}

.ws24-ux-ui__phone-card--bad {
    border-color: rgba(255, 255, 255, 0.08);
}

.ws24-ux-ui__phone-card--good {
    border-color: rgba(186, 198, 62, 0.3);
    background: rgba(186, 198, 62, 0.05);
}

.ws24-ux-ui__phone-label {
    display: inline-block;
    margin-bottom: 16px;
    color: #f7f7f5;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ws24-ux-ui__mobile-ui {
    padding: 16px;
    border-radius: 20px;
    background: #fbfbf8;
    border: 6px solid #111111;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.ws24-ux-ui__mobile-hero {
    padding: 18px;
    border-radius: 14px;
    background: #1b1f18;
}

.ws24-ux-ui__mobile-hero-badge,
.ws24-ux-ui__mobile-field-label,
.ws24-ux-ui__proof-pill {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.ws24-ux-ui__mobile-hero-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(186, 198, 62, 0.16);
    color: #dce58a;
}

.ws24-ux-ui__mobile-hero-title {
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.ws24-ux-ui__mobile-hero-sub {
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.55;
}

.ws24-ux-ui__mobile-title {
    height: 10px;
    margin-top: 14px;
    border-radius: 999px;
    background: rgba(15, 15, 15, 0.08);
}

.ws24-ux-ui__mobile-title--short {
    width: 58%;
}

.ws24-ux-ui__mobile-btn {
    margin-top: 14px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #bac63e;
    color: #0f0f0f;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}

.ws24-ux-ui__phone-card--bad .ws24-ux-ui__mobile-btn {
    background: #d6d7cb;
    color: #505050;
    text-transform: lowercase;
}

.ws24-ux-ui__mobile-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.ws24-ux-ui__mobile-field {
    margin-top: 10px;
    padding: 12px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.ws24-ux-ui__mobile-field-label {
    display: block;
    margin-bottom: 6px;
    color: #6d6d6d;
}

.ws24-ux-ui__mobile-field-value {
    display: block;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.ws24-ux-ui__mobile-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.ws24-ux-ui__proof-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef3dc;
    color: #465014;
}

.ws24-ux-ui__phone-card--bad .ws24-ux-ui__proof-pill {
    background: #f0f0f0;
    color: #767676;
}

.ws24-ux-ui__mobile-note-box {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #f4f2e8;
    color: #4a4a4a;
    font-size: 13px;
    line-height: 1.6;
}

.ws24-ux-ui__phone-card--good .ws24-ux-ui__mobile-note-box {
    background: #eef3dc;
    color: #39420f;
}

.ws24-ux-ui__phone-note {
    margin: 18px 0 0;
    color: #c1c1c1;
    font-size: 16px;
}

.ws24-ux-ui__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 32px;
}

.ws24-ux-ui__card {
    padding: 28px 26px;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.ws24-ux-ui__section--light .ws24-ux-ui__card {
    background: #ffffff;
    border-color: rgba(15, 15, 15, 0.08);
}

.ws24-ux-ui__card-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 14px;
    background: rgba(186, 198, 62, 0.14);
    color: #bac63e;
    font-size: 20px;
    font-weight: 800;
}

.ws24-ux-ui__card p {
    margin: 0;
    color: #c1c1c1;
    font-size: 16px;
    line-height: 1.7;
}

.ws24-ux-ui__section--light .ws24-ux-ui__card p {
    color: #5a5a5a;
}

.ws24-ux-ui__method-list {
    grid-template-columns: 1fr;
}

.ws24-ux-ui__mistakes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 30px;
}

.ws24-ux-ui__mistake {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
}

.ws24-ux-ui__mistake-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    background: rgba(186, 198, 62, 0.14);
    color: #bac63e;
    font-size: 28px;
    font-weight: 800;
}

.ws24-ux-ui__mistake p {
    margin: 0;
    color: #c1c1c1;
    font-size: 16px;
    line-height: 1.7;
}

.ws24-ux-ui__cta {
    background: #111111;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ws24-ux-ui__cta-box {
    max-width: 900px;
    margin: 0 auto;
    padding: 38px 34px;
    text-align: center;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(186, 198, 62, 0.24);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

.ws24-ux-ui__cta-box h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 48px);
}

.ws24-ux-ui__cta-box p {
    max-width: 720px;
    margin: 0 auto;
    color: #c1c1c1;
}

.ws24-ux-ui__note {
    margin-top: 20px;
    color: #909090;
    font-size: 15px;
}

@media (max-width: 1100px) {
    .ws24-ux-ui__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .ws24-ux-ui__hero {
        padding-top: 184px;
    }

    .ws24-ux-ui__hero-note,
    .ws24-ux-ui__intro-grid,
    .ws24-ux-ui__story-grid,
    .ws24-ux-ui__method-grid,
    .ws24-ux-ui__phone-demo,
    .ws24-ux-ui__mistakes {
        grid-template-columns: 1fr;
    }

    .ws24-ux-ui__story-grid--reverse .ws24-ux-ui__visual,
    .ws24-ux-ui__story-grid--reverse > div:last-child {
        order: initial;
    }

    .ws24-ux-ui__hero-note {
        margin-top: 34px;
    }
}

@media (max-width: 767px) {
    .ws24-ux-ui__wrap {
        padding: 0 18px;
    }

    .ws24-ux-ui__hero {
        padding: 174px 0 74px;
    }

    .ws24-ux-ui__section,
    .ws24-ux-ui__cta {
        padding: 64px 0;
    }

    .ws24-ux-ui__hero-kicker {
        font-size: 20px;
    }

    .ws24-ux-ui__lead,
    .ws24-ux-ui__text p {
        font-size: 17px;
    }

    .ws24-ux-ui__mini,
    .ws24-ux-ui__def-card,
    .ws24-ux-ui__card,
    .ws24-ux-ui__mistake,
    .ws24-ux-ui__phone-card,
    .ws24-ux-ui__cta-box {
        border-radius: 20px;
    }

    .ws24-ux-ui__def-card,
    .ws24-ux-ui__card,
    .ws24-ux-ui__mistake,
    .ws24-ux-ui__phone-card,
    .ws24-ux-ui__cta-box {
        padding: 22px;
    }

    .ws24-ux-ui__cards {
        grid-template-columns: 1fr;
    }

    .ws24-ux-ui__mobile-ui {
        padding: 12px;
        border-radius: 18px;
    }

    .ws24-ux-ui__mobile-hero-title {
        font-size: 21px;
    }

    .ws24-ux-ui__mobile-row {
        grid-template-columns: 1fr;
    }

    .ws24-ux-ui__mistake {
        grid-template-columns: 44px 1fr;
        gap: 14px;
    }

    .ws24-ux-ui__mistake-icon {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        font-size: 24px;
    }
}

/* ============================================================
   WS24 — Bloc lien contextuel vers UX/UI Design
   Préfixe : .ws24-ux-bridge
   ============================================================ */

.ws24-ux-bridge {
    background: #f7f7f5;
    padding: 64px 0;
}

.ws24-ux-bridge__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e7e9e2;
    border-left: 4px solid #bac63e;
    border-radius: 18px;
    padding: 34px 38px;
    box-shadow: 0 18px 45px rgba(15, 17, 19, .07);
}

.ws24-ux-bridge__eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 11px;
    border-radius: 999px;
    background: rgba(186, 198, 62, .14);
    color: #566000;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.ws24-ux-bridge__content h2 {
    margin: 0 0 12px;
    color: #141618;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 850;
    line-height: 1.12;
    letter-spacing: -.035em;
}

.ws24-ux-bridge__content p {
    max-width: 780px;
    margin: 0;
    color: #59636e;
    font-size: 17px;
    line-height: 1.7;
}

.ws24-ux-bridge__action {
    display: flex;
    justify-content: flex-end;
}

.ws24-ux-bridge__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 22px;
    border-radius: 999px;
    background: #bac63e;
    color: #050505 !important;
    font-size: 15px;
    font-weight: 850;
    white-space: nowrap;
    box-shadow: 0 14px 30px rgba(186, 198, 62, .22);
    transition: transform .2s ease, box-shadow .2s ease;
}

.ws24-ux-bridge__link:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(186, 198, 62, .30);
    text-decoration: none;
}

@media (max-width: 980px) {
    .ws24-ux-bridge__box {
        grid-template-columns: 1fr;
    }

    .ws24-ux-bridge__action {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .ws24-ux-bridge {
        padding: 48px 0;
    }

    .ws24-ux-bridge__box {
        padding: 26px 22px;
    }

    .ws24-ux-bridge__link {
        width: 100%;
        white-space: normal;
        text-align: center;
    }
}

/* ============================================================
   WS24 — Micro page loader
   ============================================================ */

.ws24-page-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f3;
    opacity: 1;
    visibility: visible;
    transition: opacity .28s ease, visibility .28s ease;
    animation: ws24LoaderFallback 3.5s ease forwards;
    animation-delay: 3.5s;
}

.ws24-page-loader__inner {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ws24-page-loader__mark {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #bac63e;
    box-shadow: 0 0 0 0 rgba(186, 198, 62, .45);
    animation: ws24LoaderPulse .9s ease-in-out infinite;
}

.ws24-page-loader__brand {
    color: #151719;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: -.03em;
}

body.ws24-loaded .ws24-page-loader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes ws24LoaderPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(186, 198, 62, .45);
    }
    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 14px rgba(186, 198, 62, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(186, 198, 62, 0);
    }
}

@keyframes ws24LoaderFallback {
    to {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ws24-page-loader,
    .ws24-page-loader__mark {
        animation: none;
    }
}

/* Accessibilité — corrections contraste Lighthouse home */

body.home #about p,
body.home #about li,
body.home #about .lead,
body.home .section.ws24-cause p,
body.home .section.ws24-cause li,
body.home .section.ws24-cause .lead,
body.home .section.ws24-bloque p,
body.home .section.ws24-bloque li,
body.home .section.ws24-bloque .lead,
body.home .section.ws24-pmo p,
body.home .section.ws24-pmo li,
body.home .section.ws24-pmo .lead,
body.home #services p,
body.home #services li,
body.home #services .lead,
body.home #case p,
body.home #case li,
body.home #case .lead,
body.home .service-widget p,
body.home .service-widget li {
    color: #555555;
}

body.home #about .section-title small,
body.home .section.ws24-cause .section-title small,
body.home .section.ws24-bloque .section-title small,
body.home .section.ws24-pmo .section-title small,
body.home #services .section-title small,
body.home #case .section-title small {
    color: #666666;
}

body.home .service-widget h3,
body.home .service-widget h4,
body.home #about h2,
body.home #about h3,
body.home #services h2,
body.home #services h3,
body.home #case h2,
body.home #case h3 {
    color: #111111;
}

body.home .parallax.section.lb h3,
body.home .parallax.section.lb p,
body.home .parallax.section.lb li {
    color: #111111;
}

body.home .ws24-footer,
body.home .ws24-footer p,
body.home .ws24-footer li,
body.home .ws24-footer a {
    color: #555555;
}

body.home .ws24-footer h3,
body.home .ws24-footer .widget-title {
    color: #111111;
}

body.home .ws24-footer a:hover,
body.home .ws24-footer a:focus {
    color: #000000;
}

/* ===================================================
   Accessibilité — corrections contrastes Lighthouse home
   Source : audit DevTools réel — 2026-05-08
   =================================================== */

body.home.seo_version .message-box .lead {
    color: #595959;
}

body.home.seo_version .section-title p {
    color: #595959;
}

body.home.seo_version .section-title small {
    color: #595959;
}

body.home.seo_version .parallax.section .stat-wrap h3 {
    color: #595959;
}

body.home.seo_version #about .message-box ul.list-unstyled li {
    color: #595959;
}

body.home.seo_version .section.wb p,
body.home.seo_version .section.wb li,
body.home.seo_version .section.lb p,
body.home.seo_version .section.lb li,
body.home.seo_version .section.ws24-cause p,
body.home.seo_version .section.ws24-cause li,
body.home.seo_version .section.ws24-pmo p,
body.home.seo_version .section.ws24-pmo li,
body.home.seo_version .section.ws24-bloque p,
body.home.seo_version .section.ws24-bloque li {
    color: #595959;
}

body.home.seo_version .section.lb .lead {
    color: #696969;
}

body.home.seo_version .section.lb .service-widget p,
body.home.seo_version .section.wb .service-widget p {
    color: #595959;
}

body.home.seo_version .ws24-footer .widget-title h3 {
    color: #555555;
}

body.home.seo_version .header_style_01 .navbar-default .navbar-nav > li a.btn-light.top-btn {
    background-color: #5a6800;
    border-color: #5a6800;
    color: #ffffff;
}

body.home.seo_version .header_style_01 .navbar-default .navbar-nav > li a.btn-light.top-btn:hover,
body.home.seo_version .header_style_01 .navbar-default .navbar-nav > li a.btn-light.top-btn:focus {
    background-color: #4d5800;
    border-color: #4d5800;
    color: #ffffff;
}

/* ==========================================================================
   #PAGE MON TRAVAIL
   ========================================================================== */

.ws24-work-page {
    background: #ffffff;
    color: #141414;
    font-family: inherit;
    padding-top: clamp(48px, 6vw, 72px);
}

.ws24-work-page *,
.ws24-work-page *::before,
.ws24-work-page *::after {
    box-sizing: border-box;
}

.ws24-work-page img {
    display: block;
    max-width: 100%;
}

.ws24-work-container {
    width: min(1200px, calc(100% - 48px));
    margin-inline: auto;
}

.ws24-work-hero {
    padding: 92px 0 84px;
}

.ws24-work-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 68px;
    align-items: center;
}

.ws24-work-eyebrow,
.ws24-work-section-kicker {
    margin: 0 0 12px;
    color: #5a6800;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ws24-work-hero__title {
    max-width: 560px;
    margin: 0;
    color: #111111;
    font-size: clamp(48px, 4.25vw, 60px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.02em;
}

.ws24-work-title-accent {
    display: block;
    width: 66px;
    height: 4px;
    margin: 24px 0 28px;
    background: #bac63e;
}

.ws24-work-hero__lead {
    max-width: 560px;
    margin: 0;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 1.65;
}

.ws24-work-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 26px;
    margin-top: 32px;
}

.ws24-work-btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 26px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.ws24-work-btn--primary {
    background: #bac63e;
    border-color: #bac63e;
    color: #111111;
}

.ws24-work-btn--primary:hover,
.ws24-work-btn--primary:focus {
    background: #a9b42f;
    border-color: #a9b42f;
    color: #111111;
    text-decoration: none;
}

.ws24-work-link-action,
.ws24-work-project__link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #111111;
    font-weight: 850;
    text-decoration: none;
}

.ws24-work-link-action:hover,
.ws24-work-link-action:focus,
.ws24-work-project__link:hover,
.ws24-work-project__link:focus {
    color: #5a6800;
    text-decoration: none;
}

.ws24-work-hero__visual {
    position: relative;
    min-height: 405px;
}

.ws24-work-shot {
    position: absolute;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 12px;
    background: #f4f4f1;
    box-shadow: 0 18px 42px rgba(0,0,0,0.18);
}

.ws24-work-shot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ws24-work-shot--back {
    top: 0;
    left: 0;
    z-index: 1;
    width: 46%;
    aspect-ratio: 1.55;
}

.ws24-work-shot--middle {
    top: 124px;
    left: 24%;
    z-index: 2;
    width: 54%;
    aspect-ratio: 1.6;
}

.ws24-work-shot--front {
    right: 0;
    bottom: 8px;
    z-index: 3;
    width: 44%;
    aspect-ratio: 1.48;
}

.ws24-work-method {
    padding: 54px 0;
    background: #f6f7f4;
}

.ws24-work-method__title {
    margin: 0 0 28px;
    color: #151515;
    font-size: 28px;
    font-weight: 850;
    line-height: 1.2;
    text-align: center;
}

.ws24-work-method__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ws24-work-method-card {
    min-height: 116px;
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid #e4e6df;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
}

.ws24-work-method-card__icon,
.ws24-work-proof-card__icon,
.ws24-work-final-cta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border: 1px solid rgba(186,198,62,0.45);
    border-radius: 50%;
    color: #8a981e;
    background: rgba(186,198,62,0.08);
    font-size: 28px;
    line-height: 1;
}

.ws24-work-method-card h3,
.ws24-work-proof-card h3 {
    margin: 0 0 6px;
    color: #151515;
    font-size: 18px;
    font-weight: 800;
}

.ws24-work-method-card p,
.ws24-work-proof-card p {
    margin: 0;
    color: #555555;
    font-size: 14px;
    line-height: 1.5;
}

.ws24-work-section {
    padding: 74px 0;
    background: #ffffff;
}

.ws24-work-section--alt {
    background: #fafafa;
}

.ws24-work-section-head {
    max-width: 720px;
    margin: 0 0 24px;
    text-align: left;
}

.ws24-work-section-head h2,
.ws24-work-proof h2 {
    margin: 0 0 8px;
    color: #151515;
    font-size: clamp(30px, 3vw, 38px);
    font-weight: 850;
    line-height: 1.12;
}

.ws24-work-section-head p:not(.ws24-work-section-kicker) {
    margin: 0;
    color: #555555;
    font-size: 16px;
    line-height: 1.55;
}

.ws24-work-project-list {
    display: grid;
    gap: 18px;
}

.ws24-work-project {
    display: grid;
    grid-template-columns: minmax(0, 0.45fr) minmax(0, 0.55fr);
    overflow: hidden;
    min-height: 324px;
    border: 1px solid #e2e2e2;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(0,0,0,0.045);
}

.ws24-work-project--image-right {
    grid-template-columns: minmax(0, 0.55fr) minmax(0, 0.45fr);
}

.ws24-work-project__media {
    margin: 0;
    overflow: hidden;
    background: #f1f2ef;
}

.ws24-work-project__media img {
    width: 100%;
    height: 100%;
    min-height: 324px;
    object-fit: cover;
}

.ws24-work-project__body {
    min-width: 0;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ws24-work-project__topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.ws24-work-project__topline h3 {
    margin: 0;
    color: #151515;
    font-size: clamp(24px, 2.4vw, 31px);
    font-weight: 850;
    line-height: 1.16;
}

.ws24-work-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 4px 12px;
    border: 1px solid rgba(186,198,62,0.55);
    border-radius: 4px;
    color: #5a6800;
    background: rgba(186,198,62,0.1);
    font-size: 12px;
    font-weight: 800;
}

.ws24-work-project__summary,
.ws24-work-project__details p {
    margin: 0;
    color: #4f4f4f;
    font-size: 15px;
    line-height: 1.55;
}

.ws24-work-project__details strong {
    color: #151515;
}

.ws24-work-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ws24-work-tags li {
    padding: 6px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background: #ffffff;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 700;
}

.ws24-work-project__link {
    width: fit-content;
    margin-top: auto;
}

.ws24-work-project__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: auto;
}

.ws24-work-proof {
    padding: 68px 0 58px;
    background: #ffffff;
}

.ws24-work-proof h2 {
    margin-bottom: 28px;
}

.ws24-work-proof__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.ws24-work-proof-card {
    min-height: 180px;
    padding: 24px 22px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.035);
}

.ws24-work-proof-card__icon {
    margin-bottom: 18px;
}

.ws24-work-final-cta {
    padding: 42px 0;
    background: #151614;
    color: #ffffff;
}

.ws24-work-final-cta__inner {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    gap: 28px;
    align-items: center;
}

.ws24-work-final-cta__icon {
    width: 64px;
    height: 64px;
    color: #dfe8a1;
    border-color: rgba(255,255,255,0.45);
    background: transparent;
}

.ws24-work-final-cta h2 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 850;
    line-height: 1.2;
}

.ws24-work-final-cta p {
    max-width: 680px;
    margin: 0;
    color: #dedede;
    font-size: 16px;
    line-height: 1.55;
}

.ws24-work-final-cta .ws24-work-btn {
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .ws24-work-hero {
        padding: 76px 0 68px;
    }

    .ws24-work-hero__grid {
        gap: 46px;
    }

    .ws24-work-hero__title {
        font-size: 44px;
    }

    .ws24-work-hero__visual {
        min-height: 350px;
    }
}

@media (max-width: 860px) {
    .ws24-work-hero__grid,
    .ws24-work-project,
    .ws24-work-project--image-right,
    .ws24-work-final-cta__inner {
        grid-template-columns: 1fr;
    }

    .ws24-work-hero__visual {
        min-height: 360px;
        order: 2;
    }

    .ws24-work-method__grid,
    .ws24-work-proof__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ws24-work-project--image-right .ws24-work-project__media {
        order: -1;
    }

    .ws24-work-final-cta__inner {
        text-align: left;
    }
}

@media (max-width: 560px) {
    .ws24-work-container {
        width: min(1200px, calc(100% - 36px));
    }

    .ws24-work-hero {
        padding: 56px 0 54px;
    }

    .ws24-work-hero__title {
        font-size: 36px;
    }

    .ws24-work-hero__visual {
        min-height: 270px;
    }

    .ws24-work-shot--back {
        width: 62%;
    }

    .ws24-work-shot--middle {
        top: 88px;
        left: 12%;
        width: 72%;
    }

    .ws24-work-shot--front {
        width: 58%;
    }

    .ws24-work-method__grid,
    .ws24-work-proof__grid {
        grid-template-columns: 1fr;
    }

    .ws24-work-section,
    .ws24-work-proof {
        padding: 54px 0;
    }

    .ws24-work-project__topline,
    .ws24-work-project__actions,
    .ws24-work-hero__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .ws24-work-project__body {
        padding: 24px 20px;
    }

    .ws24-work-project__media img {
        min-height: 220px;
    }

    .ws24-work-btn {
        width: 100%;
    }

    .ws24-work-final-cta__icon {
        display: none;
    }
}

body.home.seo_version .ws24-hero-h1 {
    color: #ffffff;
}

/* ===================================================
   Accessibilité — correction directe section about
   Validée dans Chrome DevTools — 2026-05-08
   =================================================== */

#about .message-box .lead {
    color: #3f3f3f;
    font-weight: 400;
}

#about .message-box ul.list-unstyled li {
    color: #3f3f3f;
    font-weight: 400;
}

#about .ws24-section-kicker {
    color: #555555;
}
