/* =====================================================
   MAACO INVEST — services-hub.css
   Page parente "Nos services" — design premium
   ===================================================== */

/* =====================================================
   Watermark commun
   ===================================================== */
.srv-hub-watermark {
    position: absolute;
    top: 40%;
    right: -2vw;
    transform: translateY(-50%);
    font-family: var(--font-display);
    font-weight: 900;
    font-size: clamp(160px, 22vw, 360px);
    line-height: 0.85;
    color: rgba(96, 57, 142, 0.05);
    pointer-events: none;
    z-index: 0;
    letter-spacing: -0.04em;
    user-select: none;
}

/* =====================================================
   1. HERO
   ===================================================== */
.srv-hub-hero {
    position: relative;
    min-height: 72vh;
    background:
        radial-gradient(ellipse at top right, rgba(122, 77, 176, 0.18) 0%, transparent 55%),
        radial-gradient(ellipse at bottom left, rgba(232, 61, 77, 0.10) 0%, transparent 55%),
        linear-gradient(180deg, var(--beige-50) 0%, var(--beige-100) 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 100px 0 80px;
}
.srv-hub-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: 0.4;
    mix-blend-mode: overlay;
}
.srv-hub-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    z-index: 0;
    pointer-events: none;
}
.srv-hub-hero-orb-1 {
    top: 12%; right: -120px;
    width: 440px; height: 440px;
    background: radial-gradient(circle, rgba(122, 77, 176, 0.45), transparent 70%);
}
.srv-hub-hero-orb-2 {
    bottom: 8%; left: -100px;
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(232, 61, 77, 0.3), transparent 70%);
}
.srv-hub-hero-sticker {
    position: absolute;
    color: var(--violet-300);
    font-size: 28px;
    opacity: 0.5;
    pointer-events: none;
    animation: stickerFloat 8s infinite ease-in-out;
}
.srv-hub-hero-sticker-1 { top: 22%; left: 12%; font-size: 30px; animation-delay: 0s; }
.srv-hub-hero-sticker-2 { bottom: 28%; right: 14%; font-size: 24px; animation-delay: -4s; color: var(--rouge); opacity: 0.4; }
@keyframes stickerFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    33% { transform: translate(8px, -10px) rotate(15deg); }
    66% { transform: translate(-6px, 6px) rotate(-10deg); }
}
@media (max-width: 700px) { .srv-hub-hero-sticker { display: none; } }

.srv-hub-hero-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}

.srv-hub-hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid var(--violet-200);
    border-radius: var(--radius-full);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--violet-700);
    margin-bottom: var(--space-5);
}
.srv-hub-hero-eyebrow .pulse-dot {
    width: 8px;
    height: 8px;
    background: var(--vert);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2);
    animation: pulseDot 2s infinite;
}
@keyframes pulseDot {
    0%, 100% { box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.2); }
    50% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
}

.srv-hub-hero-title {
    font-size: clamp(40px, 6.5vw, 78px);
    line-height: 1.02;
    letter-spacing: -0.035em;
    font-weight: 800;
    margin-bottom: var(--space-5);
}
.srv-hub-hero-title .gradient-text {
    background: linear-gradient(135deg, #60398e 0%, #7a4db0 50%, #e83d4d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}
.srv-hub-hero-title .script {
    font-family: var(--font-script);
    font-weight: 700;
    color: var(--violet-700);
    font-size: 1.05em;
}

.srv-hub-hero-tagline {
    font-size: clamp(16px, 1.5vw, 19px);
    line-height: 1.65;
    color: var(--gris-700);
    max-width: 760px;
    margin: 0 auto var(--space-6);
}
.srv-hub-hero-tagline strong { color: var(--noir); }

.srv-hub-hero-marker {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--violet-700);
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(96, 57, 142, 0.2);
    border-radius: var(--radius-full);
}
.srv-hub-hero-marker-line {
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--violet-700), transparent);
}

@media (max-width: 700px) {
    .srv-hub-hero { min-height: auto; padding: 70px 0 50px; }
}

/* =====================================================
   2. EXPERTISES (3 cards asymétriques)
   ===================================================== */
.srv-hub-expertises {
    background: var(--beige-50);
    padding: var(--space-10) 0 var(--space-9);
    position: relative;
    overflow: hidden;
}
.srv-hub-expertises .container { position: relative; z-index: 1; }

.srv-hub-expertises-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: var(--space-5);
    margin-top: var(--space-7);
}
@media (max-width: 1000px) {
    .srv-hub-expertises-grid { grid-template-columns: 1fr 1fr; }
    .srv-hub-card-featured { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
    .srv-hub-expertises-grid { grid-template-columns: 1fr; }
    .srv-hub-card-featured { grid-column: auto; }
}

.srv-hub-card {
    position: relative;
    background: white;
    border-radius: var(--radius-xl);
    padding: var(--space-7);
    border: 1px solid var(--beige-300);
    text-decoration: none;
    color: var(--noir);
    transition: all var(--transition-smooth);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.srv-hub-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-violet);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}
.srv-hub-card:hover::before { transform: scaleX(1); }
.srv-hub-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-xl);
    border-color: var(--violet-300);
    color: var(--noir);
}

/* Card featured (Solutions Digitales) — fond dark */
.srv-hub-card-featured {
    background: linear-gradient(135deg, var(--noir) 0%, var(--violet-900) 100%);
    color: white;
    border-color: transparent;
}
.srv-hub-card-featured:hover { color: white; }
.srv-hub-card-featured::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 60%;
    height: 200%;
    background: radial-gradient(circle, rgba(122, 77, 176, 0.4), transparent 60%);
    filter: blur(40px);
    z-index: 0;
}

.srv-hub-card-num {
    position: absolute;
    top: var(--space-5);
    right: var(--space-5);
    font-family: var(--font-num);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 2px;
    color: var(--violet-700);
    background: var(--violet-100);
    padding: 4px 12px;
    border-radius: var(--radius-full);
    z-index: 2;
}
.srv-hub-card-featured .srv-hub-card-num {
    color: white;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.srv-hub-card-icon {
    width: 68px;
    height: 68px;
    border-radius: var(--radius-md);
    background: var(--violet-100);
    color: var(--violet-700);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-5);
    transition: transform var(--transition-smooth);
    position: relative;
    z-index: 1;
}
.srv-hub-card-featured .srv-hub-card-icon {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.srv-hub-card-icon svg { width: 34px; height: 34px; }
.srv-hub-card:hover .srv-hub-card-icon {
    transform: rotate(-6deg) scale(1.05);
}

.srv-hub-card-content {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.srv-hub-card-tag {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--violet-700);
    margin-bottom: var(--space-3);
}
.srv-hub-card-featured .srv-hub-card-tag {
    color: var(--violet-300);
}

.srv-hub-card h3 {
    font-size: 26px;
    margin-bottom: var(--space-3);
    letter-spacing: -0.02em;
    line-height: 1.15;
}
.srv-hub-card-featured h3 { color: white; }

.srv-hub-card-lead {
    font-size: 14px;
    color: var(--gris-700);
    line-height: 1.65;
    margin-bottom: var(--space-5);
}
.srv-hub-card-featured .srv-hub-card-lead { color: rgba(255, 255, 255, 0.8); }

.srv-hub-card-list {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--space-6);
    flex: 1;
}
.srv-hub-card-list li {
    position: relative;
    padding: 8px 0 8px 22px;
    font-size: 13px;
    line-height: 1.5;
    color: var(--gris-700);
    border-bottom: 1px dashed var(--beige-200);
}
.srv-hub-card-list li:last-child { border-bottom: none; }
.srv-hub-card-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--violet-700);
    font-weight: 700;
}
.srv-hub-card-featured .srv-hub-card-list li {
    color: rgba(255, 255, 255, 0.78);
    border-bottom-color: rgba(255, 255, 255, 0.08);
}
.srv-hub-card-featured .srv-hub-card-list li::before {
    color: var(--violet-300);
}

.srv-hub-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--violet-700);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 14px;
    margin-top: auto;
    transition: gap var(--transition-base);
}
.srv-hub-card-cta svg { width: 16px; height: 16px; }
.srv-hub-card:hover .srv-hub-card-cta { gap: 14px; }
.srv-hub-card-featured .srv-hub-card-cta { color: var(--violet-300); }

.srv-hub-expertises-footer {
    margin-top: var(--space-7);
    text-align: center;
    font-size: 15px;
    color: var(--gris-700);
    padding: var(--space-5);
    background: white;
    border-radius: var(--radius-lg);
    border: 1px dashed var(--violet-300);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.srv-hub-expertises-footer a {
    color: var(--violet-700);
    text-decoration: underline;
    font-weight: 700;
    margin-left: 6px;
}

/* =====================================================
   3. POUR QUI ON TRAVAILLE
   ===================================================== */
.srv-hub-clients {
    background: var(--beige-100);
    padding: var(--space-10) 0;
    position: relative;
    overflow: hidden;
}
.srv-hub-clients .container { position: relative; z-index: 1; }

.srv-hub-clients-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-5);
    margin-top: var(--space-7);
}
@media (max-width: 900px) { .srv-hub-clients-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 500px) { .srv-hub-clients-grid { grid-template-columns: 1fr; } }

.srv-hub-client-card {
    background: white;
    border-radius: var(--radius-lg);
    padding: var(--space-6);
    border: 1px solid var(--beige-300);
    transition: all var(--transition-smooth);
    position: relative;
    overflow: hidden;
}
.srv-hub-client-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
    border-color: var(--violet-300);
}
.srv-hub-client-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--violet-100);
    color: var(--violet-700);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-4);
}
.srv-hub-client-icon svg { width: 26px; height: 26px; }
.srv-hub-client-card h4 {
    font-size: 18px;
    margin-bottom: var(--space-3);
    letter-spacing: -0.01em;
}
.srv-hub-client-card p {
    font-size: 13px;
    color: var(--gris-700);
    line-height: 1.6;
    margin-bottom: var(--space-4);
}
.srv-hub-client-tag {
    display: inline-block;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--violet-700);
    background: var(--violet-100);
    padding: 4px 12px;
    border-radius: var(--radius-full);
}

/* =====================================================
   4. PROCESS (rappel)
   ===================================================== */
.srv-hub-process {
    background:
        radial-gradient(ellipse at 20% 30%, rgba(122, 77, 176, 0.3) 0%, transparent 50%),
        radial-gradient(ellipse at 80% 70%, rgba(232, 61, 77, 0.15) 0%, transparent 50%),
        linear-gradient(180deg, var(--noir) 0%, #14101c 100%);
    color: white;
    padding: var(--space-10) 0;
    position: relative;
    overflow: hidden;
}
.srv-hub-process-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-8);
    align-items: center;
}
@media (max-width: 900px) {
    .srv-hub-process-inner { grid-template-columns: 1fr; gap: var(--space-5); }
}

.srv-hub-process-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-3);
}
.srv-hub-process-step {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-md);
    padding: var(--space-4) var(--space-5);
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    color: white;
    transition: all var(--transition-smooth);
    display: flex;
    align-items: center;
    gap: 12px;
}
.srv-hub-process-step:hover {
    background: rgba(122, 77, 176, 0.2);
    border-color: var(--violet-300);
    transform: translateX(4px);
}
.srv-hub-process-step strong {
    font-family: var(--font-num);
    font-weight: 700;
    font-size: 13px;
    color: var(--violet-300);
    letter-spacing: 1px;
}

/* Bouton outline pour fond dark */
.btn-outline-light {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 12px 26px;
    border-radius: var(--radius-full);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 14px;
    transition: all var(--transition-base);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--violet-300);
    color: white;
}

/* =====================================================
   5. FAQ (accordion)
   ===================================================== */
.srv-hub-faq {
    background: var(--beige-50);
    padding: var(--space-10) 0;
    position: relative;
    overflow: hidden;
}
.srv-hub-faq .container { position: relative; z-index: 1; }

.srv-hub-faq-list {
    max-width: 880px;
    margin: var(--space-7) auto 0;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.srv-hub-faq-item {
    background: white;
    border: 1px solid var(--beige-300);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: all var(--transition-smooth);
}
.srv-hub-faq-item:hover {
    border-color: var(--violet-300);
    box-shadow: var(--shadow-sm);
}
.srv-hub-faq-item[open] {
    border-color: var(--violet-700);
    box-shadow: 0 8px 24px rgba(96, 57, 142, 0.1);
}

.srv-hub-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: var(--space-5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-4);
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 17px;
    color: var(--noir);
    letter-spacing: -0.01em;
    transition: color var(--transition-base);
}
.srv-hub-faq-item summary::-webkit-details-marker { display: none; }
.srv-hub-faq-item summary:hover { color: var(--violet-700); }

.srv-hub-faq-toggle {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--violet-100);
    color: var(--violet-700);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 20px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.srv-hub-faq-item[open] .srv-hub-faq-toggle {
    background: var(--violet-700);
    color: white;
    transform: rotate(45deg);
}

.srv-hub-faq-answer {
    padding: 0 var(--space-5) var(--space-5);
    color: var(--gris-700);
    font-size: 15px;
    line-height: 1.7;
    border-top: 1px solid var(--beige-200);
    padding-top: var(--space-5);
}
.srv-hub-faq-answer p {
    margin-bottom: var(--space-3);
}
.srv-hub-faq-answer p:last-child { margin-bottom: 0; }
.srv-hub-faq-answer a {
    color: var(--violet-700);
    text-decoration: underline;
    font-weight: 600;
}
.srv-hub-faq-answer strong { color: var(--noir); }

/* =====================================================
   6. CTA FINAL
   ===================================================== */
.srv-hub-cta {
    background: var(--noir);
    padding: var(--space-10) 0;
    position: relative;
    overflow: hidden;
}
.srv-hub-cta::before {
    content: '';
    position: absolute;
    top: -180px;
    left: -180px;
    width: 540px;
    height: 540px;
    background: radial-gradient(circle, rgba(122, 77, 176, 0.45), transparent 70%);
    border-radius: 50%;
    animation: srvCtaFloatA 12s infinite ease-in-out;
}
.srv-hub-cta::after {
    content: '';
    position: absolute;
    bottom: -180px;
    right: -180px;
    width: 480px;
    height: 480px;
    background: radial-gradient(circle, rgba(232, 61, 77, 0.35), transparent 70%);
    border-radius: 50%;
    animation: srvCtaFloatB 15s infinite ease-in-out;
}
@keyframes srvCtaFloatA {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(40px, 30px); }
}
@keyframes srvCtaFloatB {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-40px, -40px); }
}
.srv-hub-cta-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
    max-width: 780px;
    margin: 0 auto;
}
.srv-hub-cta-inner h2 {
    color: white;
    font-size: clamp(36px, 5.5vw, 64px);
    line-height: 1.05;
    letter-spacing: -0.03em;
    margin: var(--space-4) 0 var(--space-5);
}
.srv-hub-cta-inner h2 .script-word {
    font-family: var(--font-script);
    color: var(--violet-300);
    font-size: 1.1em;
}
.srv-hub-cta-inner p {
    font-size: 17px;
    color: var(--gris-300);
    line-height: 1.65;
    margin-bottom: var(--space-7);
}
.srv-hub-cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: var(--space-7);
}
.srv-hub-cta-signature {
    font-family: var(--font-script);
    font-size: 26px;
    color: var(--violet-300);
    margin: 0 !important;
}

/* =====================================================
   LIGHT THEME — HUB SERVICES · charte (calé sur les pages services)
   A) blanc · C) cartes violettes · D) showcase image · B) Méthode + CTA violets
   ===================================================== */

/* ---- Fonds blancs ---- */
.srv-hub-hero,
.srv-hub-expertises,
.srv-hub-clients,
.srv-hub-faq { background: #FFFFFF; }
.srv-hub-expertises,
.srv-hub-clients,
.srv-hub-faq { border-top: 1px solid rgba(27,23,38,0.08); }
.srv-hub-watermark { color: rgba(27,23,38,0.03); }

/* ===================== HERO (A) ===================== */
.srv-hub-hero { min-height: auto; padding: 120px 0 90px; }
.srv-hub-hero::after { display: none; }
.srv-hub-hero-orb-1 { background: radial-gradient(circle, rgba(97,57,143,0.10), transparent 70%); }
.srv-hub-hero-orb-2 { display: none; }
.srv-hub-hero-eyebrow { background: rgba(97,57,143,0.07); border-color: rgba(97,57,143,0.20); color: var(--violet); }
.srv-hub-hero-title { color: #1B1726; }
.srv-hub-hero-accent { color: var(--violet); }
.srv-hub-hero-tagline { color: #56525F; font-size: clamp(15px,1.5vw,18px); line-height: 1.7; max-width: 700px; margin-left: auto; margin-right: auto; }
.srv-hub-hero-tagline strong { color: #1B1726; }
.srv-hub-hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: var(--space-6); }

/* ===================== SHOWCASE (D) — image pleine largeur ===================== */
.srv-hub-showcase { background: #FFFFFF; line-height: 0; position: relative; }
.srv-hub-showcase-wrap { position: relative; width: 100%; aspect-ratio: 21 / 9; overflow: hidden; }
.srv-hub-showcase-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 8s ease; }
.srv-hub-showcase-wrap:hover .srv-hub-showcase-img { transform: scale(1.03); }
.srv-hub-showcase-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(2,2,2,0.20) 0%, transparent 35%, transparent 60%, rgba(2,2,2,0.45) 100%); pointer-events: none; }
@media (max-width: 700px) { .srv-hub-showcase-wrap { aspect-ratio: 4/3; } }

/* ===================== 01 EXPERTISES (A + cartes C) ===================== */
.srv-hub-expertises .section-eyebrow { color: var(--violet); }
.srv-hub-expertises .section-title { color: #1B1726; }
.srv-hub-expertises .section-title .accent { color: var(--violet); }
.srv-hub-expertises .section-subtitle { color: #56525F; }
.srv-hub-card { background: #61398F; border-color: rgba(255,255,255,0.12); color: #F0EEEE; box-shadow: 0 4px 20px rgba(97,57,143,0.15); }
.srv-hub-card-featured { background: #6B3F9E; }
.srv-hub-card::before { display: none; }
.srv-hub-card:hover { border-color: rgba(255,255,255,0.28); box-shadow: 0 18px 44px rgba(97,57,143,0.30); color: #F0EEEE; }
.srv-hub-card-featured:hover { color: #F0EEEE; }
.srv-hub-card-num,
.srv-hub-card-featured .srv-hub-card-num { background: rgba(255,255,255,0.12); color: #F0EEEE; }
.srv-hub-card-icon,
.srv-hub-card-featured .srv-hub-card-icon { background: rgba(255,255,255,0.14); color: #F0EEEE; }
.srv-hub-card:hover .srv-hub-card-icon { background: rgba(255,255,255,0.22); }
.srv-hub-card h3,
.srv-hub-card-featured h3 { color: #F0EEEE; }
.srv-hub-card-tag,
.srv-hub-card-featured .srv-hub-card-tag { color: #D4BFEC; }
.srv-hub-card-lead,
.srv-hub-card-featured .srv-hub-card-lead { color: rgba(240,238,238,0.78); }
.srv-hub-card-list li,
.srv-hub-card-featured .srv-hub-card-list li { color: rgba(240,238,238,0.80); border-bottom-color: rgba(255,255,255,0.10); }
.srv-hub-card-list li::before,
.srv-hub-card-featured .srv-hub-card-list li::before { color: #D4BFEC; }
.srv-hub-card-cta,
.srv-hub-card-featured .srv-hub-card-cta { color: #F0EEEE; }
.srv-hub-expertises-footer { color: #56525F; }
.srv-hub-expertises-footer strong { color: #1B1726; }
.srv-hub-expertises-footer a { color: var(--violet); }

/* ===================== 02 POUR QUI (A + cartes C) ===================== */
.srv-hub-clients .section-eyebrow { color: var(--violet); }
.srv-hub-clients .section-title { color: #1B1726; }
.srv-hub-clients .section-title .script {
    font-family: var(--font-display); font-weight: 800; font-size: 1em; letter-spacing: -0.02em; color: var(--violet);
}
.srv-hub-clients .section-subtitle { color: #56525F; }
.srv-hub-client-card { background: #61398F; border-color: rgba(255,255,255,0.12); }
.srv-hub-client-card:hover { border-color: rgba(255,255,255,0.28); box-shadow: 0 18px 44px rgba(97,57,143,0.30); }
.srv-hub-client-icon { background: rgba(255,255,255,0.14); color: #F0EEEE; }
.srv-hub-client-card h4 { color: #F0EEEE; }
.srv-hub-client-card p { color: rgba(240,238,238,0.72); }
.srv-hub-client-tag { color: #D4BFEC; background: rgba(255,255,255,0.12); }

/* ===================== 03 MÉTHODE (B — violet emphase) ===================== */
.srv-hub-process { background: linear-gradient(160deg, #6A3F9C 0%, #4A2C72 100%); }
.srv-hub-process-step { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.14); color: #F0EEEE; }
.srv-hub-process-step strong { color: #D4BFEC; }

/* ===================== 04 FAQ (A — panneaux blancs) ===================== */
.srv-hub-faq .section-eyebrow { color: var(--violet); }
.srv-hub-faq .section-title { color: #1B1726; }
.srv-hub-faq .section-title .accent { color: var(--violet); }
.srv-hub-faq .section-subtitle { color: #56525F; }
.srv-hub-faq-item { background: #FFFFFF; border-color: rgba(27,23,38,0.08); }
.srv-hub-faq-item summary { color: #1B1726; }
.srv-hub-faq-answer { color: #56525F; }
.srv-hub-faq-answer strong { color: #1B1726; }
.srv-hub-faq-answer a { color: var(--violet); }

/* ===================== 05 CTA FINAL — 3 cartes (format pages services) ===================== */
.home-cta-final {
    background: linear-gradient(160deg, #6A3F9C 0%, #4A2C72 100%);
    padding: var(--space-9) 0;
    position: relative; overflow: hidden;
}
.cta-bg-orb { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(80px); opacity: .35; }
.cta-bg-orb--1 { width: 500px; height: 500px; background: radial-gradient(circle, #7c3aed 0%, transparent 70%); top: -150px; left: -100px; }
.cta-bg-orb--2 { width: 400px; height: 400px; background: radial-gradient(circle, #a855f7 0%, transparent 70%); bottom: -120px; right: -80px; }
.cta-header { text-align: center; margin-bottom: var(--space-7); position: relative; z-index: 1; }
.cta-title { font-family: var(--font-display); font-size: clamp(34px, 5vw, 58px); font-weight: 800; color: #fff; line-height: 1.15; margin: var(--space-3) 0 var(--space-4); }
.cta-title .script-word { font-family: var(--font-display); font-weight: 800; font-size: 1em; letter-spacing: -0.02em; color: #D4BFEC; }
.cta-subtitle { font-size: clamp(15px,1.6vw,18px); color: rgba(255,255,255,.65); max-width: 560px; margin: 0 auto; line-height: 1.7; }
.cta-subtitle strong { color: rgba(255,255,255,.9); }
.cta-cards { display: grid; grid-template-columns: 1fr 1.08fr 1fr; gap: 16px; position: relative; z-index: 1; margin-bottom: var(--space-6); }
@media (max-width: 860px) { .cta-cards { grid-template-columns: 1fr; max-width: 480px; margin-left: auto; margin-right: auto; } }
.cta-card { display: flex; flex-direction: column; gap: var(--space-4); padding: 28px 24px 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-xl); text-decoration: none; color: #fff; position: relative; overflow: hidden; transition: transform .25s ease, background .25s ease, border-color .25s ease, box-shadow .25s ease; backdrop-filter: blur(6px); }
.cta-card:hover { transform: translateY(-6px); background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.28); box-shadow: 0 24px 56px rgba(0,0,0,.35); }
.cta-card-badge { position: absolute; top: 14px; right: 14px; background: #fff; color: var(--violet); font-family: var(--font-display); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 3px 10px; border-radius: var(--radius-full); }
.cta-card--featured { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.3); box-shadow: 0 0 0 1px rgba(255,255,255,.15), 0 16px 48px rgba(0,0,0,.3); }
.cta-card--featured:hover { background: rgba(255,255,255,.18); }
.cta-card-icon { width: 52px; height: 52px; flex-shrink: 0; }
.cta-card-icon svg { width: 52px; height: 52px; display: block; }
.cta-card--message { border-color: rgba(37,211,102,.25); }
.cta-card--message:hover { border-color: rgba(37,211,102,.5); }
.cta-card-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(255,255,255,.5); margin: 0 0 6px; }
.cta-card-title { font-family: var(--font-display); font-size: 20px; font-weight: 800; color: #fff; margin: 0 0 8px; line-height: 1.2; }
.cta-card-desc { font-size: 13px; color: rgba(255,255,255,.65); line-height: 1.6; margin: 0; flex: 1; }
.cta-card-arrow { font-size: 20px; color: rgba(255,255,255,.35); align-self: flex-end; transition: transform .2s ease, color .2s; }
.cta-card:hover .cta-card-arrow { transform: translateX(5px); color: rgba(255,255,255,.8); }
.cta-reassurance { display: flex; justify-content: center; gap: var(--space-6); flex-wrap: wrap; position: relative; z-index: 1; }
.cta-reassurance span { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.5); letter-spacing: .3px; }
@media (max-width: 560px) { .cta-reassurance { gap: var(--space-3); flex-direction: column; align-items: center; } }
