/* ══ LOGIMAAX TECHNOLOGIES — service-maturite.css ══
   Généré depuis service-maturite.html
   ══════════════════════════════════════════════════ */

/* ══ VARIABLES — identiques à index.html ══ */
:root {
    --primary-dark: #0a1929;
    --primary-blue: #1e3a5f;
    --accent-blue: #2196F3;
    --light-blue: #4FC3F7;
    --text-dark: #1a1a1a;
    --text-light: #666666;
    --bg-light: #f5f7fa;
    --bg-white: #ffffff;
    --border-light: #e0e6ed;
    /* MAGIC dimension colours */
    --m-color: #1565C0;
    --a-color: #6a1b9a;
    --g-color: #2e7d32;
    --i-color: #e65100;
    --c-color: #880e4f;
}

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

body {
    font-family: 'Open Sans', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/* ══ HEADER — copie exacte index.html ══ */
.header {
    position: fixed; top: 0; width: 100%;
    background: rgba(255,255,255,0.98);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-light);
    z-index: 1000;
}
.header-container {
    max-width: 1400px; margin: 0 auto;
    padding: 1rem 3rem;
    display: flex; justify-content: space-between; align-items: center;
}
.badge {
    display: inline-flex; align-items: center; gap: 10px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.06);
    padding: 7px 12px; border-radius: 999px;
    font-size: 12px;
}
.nav-menu {
    display: flex; gap: 3rem; list-style: none; align-items: center;
}
.nav-menu a {
    color: var(--text-dark); text-decoration: none;
    font-weight: 500; font-size: 0.95rem; transition: color 0.3s ease;
}
.nav-menu a:hover, .nav-menu a.active-page { 
        color: var(--accent-blue); 
}

.lang-switcher {
    display: flex; gap: 0.3rem;
    margin-left: 2rem; padding-left: 2rem;
    border-left: 1px solid var(--border-light);
}
.lang-btn {
    padding: 0.4rem 0.9rem; border: 1px solid var(--border-light);
    background: transparent; cursor: pointer; font-weight: 600;
    font-size: 0.85rem; transition: all 0.3s ease; border-radius: 4px;
    color: var(--text-light);
}
.lang-btn.active { background: var(--accent-blue); color: white; border-color: var(--accent-blue); }

/* ══ LANG ══ */


/* ══ HERO PAGE DE SERVICE ══ */

       /* --------- .hero section ---------------- */

.hero{

position:relative;
width:100%;
height: 600px;
align-content: center;
vertical-align: top;
       margin-top: 73px; 
  background:
color(srgb red green rgb(72, 72, 166))
    radial-gradient(400px 600px at 20% 20%, rgba(70,194,255,.18), transparent 55%),
    radial-gradient(900px 500px at 70% 0%, rgba(82,255,168,.12), transparent 55%),
    linear-gradient(180deg, #071022, #0b1430); 
color: var(--text);
    overflow:hidden;
border-bottom: 1px solid rgba(255,255,255,.10);
background-image: 
linear-gradient(to right, rgba(5,10,20,0.30), rgba(5,10,20,0.4)),
 url("images/hero-people-tech.png") ;

background-size:
    cover,   /* overlay */
    cover,   /* image → pleine hauteur */
    auto,
    auto,
    auto;

background-position:
    center,
    right center,   /* ⭐ image alignée droite ⭐ */
    center,
    center,
    center;

background-repeat: no-repeat;
}
    
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 80% 50%, rgba(33, 150, 243, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 4rem 3rem;
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: 3.5rem;
    color: white;
    margin-bottom: 1.2rem;
    max-width: 800px;
}
     .hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg, var(--accent-blue), var(--light-blue));
    -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 650px;
    line-height: 1.8;
    margin-bottom: 2.5rem;
}

.hero-buttons {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 3rem;
}
 
    /* ------- Animated diagonal lines ------------- */
.hero-content { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }

.hero-line {
    position: absolute; height: 1px; width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.06), transparent);
    transform: rotate(-8deg);
}

.hero-eyebrow {
    display: inline-block;
    background: rgba(33,150,243,.25); border: 1px solid rgba(33,150,243,.4);
    color: var(--light-blue); padding: 0.35rem 1rem;
    border-radius: 20px; font-size: 0.8rem; font-weight: 700;
    letter-spacing: 0.5px; margin-bottom: 1.2rem;
    font-family: 'Montserrat', sans-serif;
}
      
  
.hero-cta-row {
    display: flex; gap: 1rem; flex-wrap: wrap;
}
.hero-points{
    margin-top: 18px;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    }
.point{
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    border-radius: 16px;
    padding: 12px;
    color: var(--muted);
    font-size: 13px;
    }
 .point b{display:block; color: var(--text); margin-bottom:4px; font-weight:650}

/*
.hero {
    margin-top: 73px;
    background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-blue) 60%, #0d3060 100%);
    padding: 5rem 3rem 4rem;
    position: relative; overflow: hidden;
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 85% 40%, rgba(33,150,243,.18) 0%, transparent 45%),
        radial-gradient(circle at 10% 70%, rgba(79,195,247,.10) 0%, transparent 40%);
    pointer-events: none;
}
  
.hero-inner {
    max-width: 1400px; margin: 0 auto; position: relative; z-index: 1;
}*/
/* ---------- FIN ---- .hero section ---------------*/

.breadcrumb {
    display: flex; gap: 0.5rem; align-items: center;
    margin-bottom: 2rem; flex-wrap: wrap;
}
.breadcrumb a {
    color: rgba(255,255,255,.6); text-decoration: none; font-size: 0.88rem;
    transition: color .2s;
}
.breadcrumb a:hover { color: var(--light-blue); }
.breadcrumb span { color: rgba(255,255,255,.35); font-size: 0.88rem; }
       

.btn {
    padding: 0.9rem 2rem; border: none; cursor: pointer;
    font-weight: 600; font-size: 0.95rem; text-decoration: none;
    display: inline-flex; align-items: center; gap: 0.5rem;
    border-radius: 6px; transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}
.btn-primary { background: var(--accent-blue); color: white; }
.btn-primary:hover { background: #1976D2; transform: translateY(-2px); }
.btn-secondary {
    background: transparent; color: white;
    border: 2px solid rgba(255,255,255,.4);
}
.btn-secondary:hover { background: rgba(255,255,255,.1); border-color: white; }
.hero-stats {
    display: flex; gap: 3rem; margin-top: 3rem;
    padding-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.12);
    flex-wrap: wrap;
}
.hstat { display: flex; flex-direction: column; gap: 0.2rem; }
.hstat-num {
    font-size: 2.2rem; font-weight: 700; color: var(--light-blue);
    font-family: 'Montserrat', sans-serif; line-height: 1;
}
.hstat-label { font-size: 0.85rem; color: rgba(255,255,255,.65); }

/* ══ INTRO STRIP ══ */
.intro-strip {
    background: white;
    border-bottom: 1px solid var(--border-light);
    padding: 3rem 3rem;
}
.intro-strip-inner {
    max-width: 1400px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.intro-text h2 {
    font-size: 2rem; color: var(--primary-dark); margin-bottom: 1rem;
}
.intro-text p {
    font-size: 1.0rem; color: var(--text-light); line-height: 1.9; margin-bottom: 1rem;
}
.intro-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.2rem; }
.intro-chip {
    padding: 0.35rem 0.9rem; border-radius: 20px;
    background: var(--bg-light); border: 1px solid var(--border-light);
    font-size: 0.82rem; color: var(--text-light);
    font-family: 'Montserrat', sans-serif; font-weight: 600;
}
.intro-visual {
    display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.icard {
    background: var(--bg-light); border-radius: 10px;
    padding: 1.4rem; border: 1px solid var(--border-light);
    transition: all .3s;
}
.icard:hover { background: white; box-shadow: 0 6px 20px rgba(0,0,0,.07); }
.icard-icon { font-size: 1.6rem; margin-bottom: 0.6rem; }
.icard-title {
    font-family: 'Montserrat', sans-serif; font-size: 0.88rem;
    font-weight: 700; color: var(--primary-dark); margin-bottom: 0.3rem;
}
.icard-desc { font-size: 0.82rem; color: var(--text-light); line-height: 1.55; }

/* ══ MAGIC DIMENSIONS ══ */
.magic-section {
    padding: 7rem 3rem; background: var(--bg-light);
}
.magic-inner { max-width: 1400px; margin: 0 auto; }
.section-header { text-align: center; margin-bottom: 4rem; }
.section-label {
    display: inline-block; font-size: 0.75rem; font-weight: 700;
    letter-spacing: 2px; text-transform: uppercase; color: var(--accent-blue);
    margin-bottom: 0.8rem; font-family: 'Montserrat', sans-serif;
}
.section-header h2 {
    font-size: 2.4rem; color: var(--primary-dark); margin-bottom: 0.8rem;
}
.section-header p { font-size: 1.05rem; color: var(--text-light); max-width: 680px; margin: 0 auto; }

/* MAGIC acronym display */
.magic-acronym {
    display: flex; justify-content: center; gap: 0; margin-bottom: 4rem;
    font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 700;
}
.magic-letter {
    width: 64px; height: 64px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: white; cursor: pointer; transition: all .3s;
    font-size: 1.8rem;
    margin: 0 3px;
}
.magic-letter:hover, .magic-letter.active {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 12px 30px rgba(0,0,0,.2);
}
.ml-m { background: var(--m-color); }
.ml-a { background: var(--a-color); }
.ml-g { background: var(--g-color); }
.ml-i { background: var(--i-color); }
.ml-c { background: var(--c-color); }

/* Dimension detail cards */
.dim-grid {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.2rem;
}
.dim-card {
    background: white; border-radius: 14px;
    border: 2px solid var(--border-light);
    padding: 2rem 1.5rem; transition: all .3s;
    cursor: default;
}
.dim-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0,0,0,.1);
}
.dim-card.dm { border-top: 4px solid var(--m-color); }
.dim-card.da { border-top: 4px solid var(--a-color); }
.dim-card.dg { border-top: 4px solid var(--g-color); }
.dim-card.di { border-top: 4px solid var(--i-color); }
.dim-card.dc { border-top: 4px solid var(--c-color); }

.dim-letter {
    width: 48px; height: 48px; border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; font-weight: 700; color: white;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1rem;
}
.dim-title {
    font-family: 'Montserrat', sans-serif; font-size: 1.1rem;
    font-weight: 700; color: var(--primary-dark); margin-bottom: 0.3rem;
}
.dim-subtitle {
    font-size: 0.78rem; font-weight: 600; margin-bottom: 0.9rem;
    text-transform: uppercase; letter-spacing: 0.5px;
}
.dim-desc {
    font-size: 0.88rem; color: var(--text-light); line-height: 1.7; margin-bottom: 1rem;
}
.dim-indicators { list-style: none; }
.dim-indicators li {
    font-size: 0.82rem; color: var(--text-light);
    padding: 0.3rem 0; border-bottom: 1px solid var(--bg-light);
    display: flex; align-items: center; gap: 0.5rem;
}
.dim-indicators li::before { content: '—'; color: var(--border-light); flex-shrink: 0; }

/* ══ ÉVALUATION PROCESS ══ */
.eval-section { padding: 7rem 3rem; background: white; }
.eval-inner { max-width: 1400px; margin: 0 auto; }
.process-steps {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
    margin-top: 3.5rem; position: relative;
}
.process-steps::before {
    content: '';
    position: absolute; top: 36px; left: 12%; right: 12%; height: 2px;
    background: linear-gradient(90deg, var(--accent-blue), var(--light-blue));
    z-index: 0;
}
.pstep {
    display: flex; flex-direction: column; align-items: center;
    text-align: center; padding: 0 1rem; position: relative; z-index: 1;
}
.pstep-circle {
    width: 72px; height: 72px; border-radius: 50%;
    background: white; border: 3px solid var(--accent-blue);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin-bottom: 1.4rem;
    box-shadow: 0 4px 16px rgba(33,150,243,.2);
    transition: all .3s;
}
.pstep:hover .pstep-circle {
    background: var(--accent-blue); transform: scale(1.08);
}
.pstep:hover .pstep-circle span { filter: brightness(0) invert(1); }
.pstep-num {
    position: absolute; top: -8px; right: calc(50% - 44px);
    background: var(--accent-blue); color: white;
    width: 22px; height: 22px; border-radius: 50%;
    font-size: 0.72rem; font-weight: 700; display: flex;
    align-items: center; justify-content: center;
    font-family: 'Montserrat', sans-serif;
}
.pstep-title {
    font-family: 'Montserrat', sans-serif; font-size: 1.0rem;
    font-weight: 700; color: var(--primary-dark); margin-bottom: 0.6rem;
}
.pstep-desc { font-size: 0.88rem; color: var(--text-light); line-height: 1.65; }
.pstep-duration {
    margin-top: 0.8rem; font-size: 0.78rem; font-weight: 700;
    color: var(--accent-blue); font-family: 'Montserrat', sans-serif;
}

/* ══ NIVEAUX DE MATURITÉ ══ */
.levels-section { padding: 7rem 3rem; background: var(--bg-light); }
.levels-inner { max-width: 1400px; margin: 0 auto; }
.levels-grid {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-top: 3.5rem;
}
.level-card {
    border-radius: 12px; padding: 1.8rem 1.4rem; position: relative;
    overflow: hidden; transition: all .3s;
}
.level-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.12); }
.level-card::after {
    content: attr(data-num);
    position: absolute; bottom: -10px; right: -10px;
    font-size: 5rem; font-weight: 700; opacity: .06;
    font-family: 'Montserrat', sans-serif; line-height: 1;
}
.lc1 { background: #fff5f5; border: 1.5px solid #fca5a5; }
.lc2 { background: #fff7ed; border: 1.5px solid #fdba74; }
.lc3 { background: #fefce8; border: 1.5px solid #fde047; }
.lc4 { background: #f0fdf4; border: 1.5px solid #86efac; }
.lc5 { background: #eff6ff; border: 1.5px solid #93c5fd; }
.level-num {
    font-family: 'Montserrat', sans-serif; font-size: 2rem; font-weight: 700;
    margin-bottom: 0.3rem; line-height: 1;
}
.ln1 { color: #dc2626; } .ln2 { color: #ea580c; }
.ln3 { color: #ca8a04; } .ln4 { color: #16a34a; } .ln5 { color: #1d4ed8; }
.level-name {
    font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 700;
    color: var(--primary-dark); margin-bottom: 0.8rem;
}
.level-desc { font-size: 0.84rem; color: var(--text-light); line-height: 1.65; }
.level-keywords {
    margin-top: 1rem; display: flex; flex-wrap: wrap; gap: 0.3rem;
}
.lkw {
    font-size: 0.72rem; padding: 0.2rem 0.55rem;
    border-radius: 4px; background: rgba(0,0,0,.05);
    color: var(--text-light); font-family: 'Montserrat', sans-serif; font-weight: 600;
}

/* ══ LIVRABLES ══ */
.livrables-section { padding: 7rem 3rem; background: white; }
.livrables-inner { max-width: 1400px; margin: 0 auto; }
.livrables-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3.5rem;
}
.livrable-card {
    background: var(--bg-light); border-radius: 14px;
    border: 1px solid var(--border-light); padding: 2rem;
    transition: all .3s;
}
.livrable-card:hover {
    background: white; box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border-color: var(--accent-blue);
}
.livrable-icon {
    width: 56px; height: 56px; border-radius: 12px;
    background: linear-gradient(135deg, rgba(33,150,243,.12), rgba(79,195,247,.12));
    display: flex; align-items: center; justify-content: center;
    font-size: 1.6rem; margin-bottom: 1.2rem;
}
.livrable-title {
    font-family: 'Montserrat', sans-serif; font-size: 1.1rem;
    font-weight: 700; color: var(--primary-dark); margin-bottom: 0.7rem;
}
.livrable-desc { font-size: 0.92rem; color: var(--text-light); line-height: 1.75; margin-bottom: 1rem; }
.livrable-list { list-style: none; }
.livrable-list li {
    font-size: 0.88rem; color: var(--text-light);
    padding: 0.35rem 0; border-bottom: 1px dashed var(--border-light);
    display: flex; align-items: flex-start; gap: 0.6rem;
}
.livrable-list li::before { content: '↳'; color: var(--accent-blue); flex-shrink: 0; margin-top: 1px; }

/* ══ PLANS D'AMÉLIORATION ══ */
.plans-section { padding: 7rem 3rem; background: var(--bg-light); }
.plans-inner { max-width: 1400px; margin: 0 auto; }
.plans-layout {
    display: grid; grid-template-columns: 1fr 1fr; gap: 5rem;
    align-items: start; margin-top: 3.5rem;
}
.plans-text h3 {
    font-size: 1.5rem; color: var(--primary-dark);
    margin-bottom: 1rem; margin-top: 2rem;
}
.plans-text h3:first-child { margin-top: 0; }
.plans-text p { font-size: 0.98rem; color: var(--text-light); line-height: 1.85; margin-bottom: 1rem; }
.horizon-list { list-style: none; margin-top: 1.2rem; }
.horizon-item {
    display: flex; gap: 1.2rem; align-items: flex-start;
    padding: 1.2rem; background: white; border-radius: 10px;
    border: 1px solid var(--border-light); margin-bottom: 0.8rem;
    transition: all .3s;
}
.horizon-item:hover { box-shadow: 0 6px 20px rgba(0,0,0,.07); border-color: var(--accent-blue); }
.horizon-badge {
    min-width: 80px; text-align: center; padding: 0.4rem 0.6rem;
    border-radius: 6px; font-size: 0.75rem; font-weight: 700;
    font-family: 'Montserrat', sans-serif; line-height: 1.3;
}
.hb-0 { background: #e8f4fd; color: #1565C0; }
.hb-1 { background: #e8f5e9; color: #2e7d32; }
.hb-2 { background: #f3e5f5; color: #6a1b9a; }
.horizon-content strong {
    display: block; font-size: 0.9rem; color: var(--primary-dark);
    font-family: 'Montserrat', sans-serif; margin-bottom: 0.2rem;
}
.horizon-content span { font-size: 0.84rem; color: var(--text-light); }
.plans-visual { position: sticky; top: 110px; }
.radar-box {
    background: white; border-radius: 16px; padding: 2rem;
    border: 1px solid var(--border-light);
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
}
.radar-title {
    font-family: 'Montserrat', sans-serif; font-size: 0.85rem; font-weight: 700;
    text-align: center; color: var(--text-light); margin-bottom: 1.5rem;
    letter-spacing: 0.5px; text-transform: uppercase;
}
.radar-legend { display: flex; flex-wrap: wrap; gap: 0.6rem; justify-content: center; margin-top: 1.5rem; }
.rl-item { display: flex; align-items: center; gap: 0.4rem; font-size: 0.8rem; color: var(--text-light); }
.rl-dot { width: 10px; height: 10px; border-radius: 50%; }

/* ══ ACCOMPAGNEMENT ══ */
.accomp-section {
    padding: 7rem 3rem;
    background: linear-gradient(135deg, var(--primary-dark), var(--primary-blue));
}
.accomp-inner { max-width: 1400px; margin: 0 auto; }
.accomp-inner .section-header h2 { color: white; }
.accomp-inner .section-header p { color: rgba(255,255,255,.75); }
.accomp-inner .section-label { color: var(--light-blue); }
.accomp-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3.5rem;
}
.accomp-card {
    background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px; padding: 2.2rem;
    transition: all .3s; backdrop-filter: blur(4px);
}
.accomp-card:hover { background: rgba(255,255,255,.12); transform: translateY(-4px); }
.accomp-icon { font-size: 2.2rem; margin-bottom: 1.2rem; }
.accomp-title {
    font-family: 'Montserrat', sans-serif; font-size: 1.1rem;
    font-weight: 700; color: white; margin-bottom: 0.8rem;
}
.accomp-desc { font-size: 0.92rem; color: rgba(255,255,255,.75); line-height: 1.75; }
.accomp-features { list-style: none; margin-top: 1.2rem; }
.accomp-features li {
    font-size: 0.85rem; color: rgba(255,255,255,.65);
    padding: 0.35rem 0; border-bottom: 1px solid rgba(255,255,255,.08);
    display: flex; align-items: center; gap: 0.5rem;
}
.accomp-features li::before { content: '✓'; color: var(--light-blue); font-weight: 700; flex-shrink: 0; }

/* ══ CTA ══ */
.cta-section { padding: 5rem 3rem; background: white; text-align: center; }
.cta-inner { max-width: 740px; margin: 0 auto; }
.cta-inner h2 { font-size: 2.2rem; color: var(--primary-dark); margin-bottom: 1rem; }
.cta-inner p { font-size: 1.05rem; color: var(--text-light); margin-bottom: 2.5rem; line-height: 1.85; }
.cta-buttons { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.btn-cta-main {
    background: var(--accent-blue); color: white;
    padding: 1rem 2.5rem; border-radius: 6px; font-weight: 700;
    font-size: 1rem; text-decoration: none; transition: all .3s;
    display: inline-block; font-family: 'Montserrat', sans-serif;
}
.btn-cta-main:hover { background: #1976D2; transform: translateY(-2px); }
.btn-cta-sec {
    background: transparent; color: var(--accent-blue);
    padding: 1rem 2.5rem; border-radius: 6px; font-weight: 700;
    font-size: 1rem; text-decoration: none; transition: all .3s;
    display: inline-block; font-family: 'Montserrat', sans-serif;
    border: 2px solid var(--accent-blue);
}
.btn-cta-sec:hover { background: var(--bg-light); }

/* ══ FOOTER — copie exacte index.html ══ */
.footer { background: var(--primary-dark); color: white; padding: 5rem 3rem 2rem; }
.footer-container { max-width: 1400px; margin: 0 auto; }
.footer-main {
    display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 4rem; margin-bottom: 3rem; padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer-brand p { color: rgba(255,255,255,.7); line-height: 1.8; font-size: 0.9rem; }
.footer-section h4 { font-size: 1.1rem; margin-bottom: 1.5rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.8rem; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: 0.9rem; }
.footer-links a:hover { color: var(--accent-blue); }
.footer-bottom {
    display: flex; align-items: center; padding-top: 2rem;
    color: rgba(255,255,255,.5); font-size: 0.85rem;
}
.newsletter-form { display: flex; gap: 0.5rem; margin-top: 1rem; }
.newsletter-input {
    flex: 1; padding: 0.9rem 1.2rem;
    border: 1px solid rgba(255,255,255,.2);
    background: rgba(255,255,255,.05); border-radius: 6px; color: white;
}
.newsletter-btn {
    padding: 0.9rem 1.5rem; background: var(--accent-blue);
    border: none; border-radius: 6px; color: white; font-weight: 600; cursor: pointer;
}

/* ══ ANIMATIONS ══ */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.hero-inner > * {
    animation: fadeInUp .65s ease both;
}
.hero-inner > *:nth-child(1) { animation-delay: .1s; }
.hero-inner > *:nth-child(2) { animation-delay: .2s; }
.hero-inner > *:nth-child(3) { animation-delay: .3s; }
.hero-inner > *:nth-child(4) { animation-delay: .4s; }
.hero-inner > *:nth-child(5) { animation-delay: .5s; }



/* ══ RESPONSIVE ══ */

/* ══ LANGUE HELPERS — déclarés en dernier pour toujours primer sur display des composants ══ */
.lang-content        { display: none; }
.lang-content.active { display: block; }
.lang-inline         { display: none; }
.lang-inline.active  { display: inline; }

/* ── Surcharges de spécificité ────────────────────────────────────────────────
   Sélecteurs composés (spécificité > 0,1,0) qui écrasent .lang-inline/.lang-content.
   Règle : pour chaque .COMPOSANT li ou .COMPOSANT h2 portant lang-inline/content,
   déclarer explicitement display:none et display:TYPE_ACTIF
   ─────────────────────────────────────────────────────────────────────────── */

/* .livrable-list li = (0,1,1) > (0,1,0) ── cause du bug section Livrables */
.livrable-list li.lang-inline        { display: none; }
.livrable-list li.lang-inline.active { display: flex; }

/* Autres li composés — même traitement préventif */
.dim-indicators li.lang-inline        { display: none; }
.dim-indicators li.lang-inline.active { display: flex; }
.accomp-features li.lang-inline        { display: none; }
.accomp-features li.lang-inline.active { display: flex; }

/* Surcharges inline-block / inline-flex */
.section-label.lang-inline.active  { display: inline-block; }
.hero-eyebrow.lang-inline.active   { display: inline-block; }
.btn.lang-content.active           { display: inline-flex; }
.btn-cta-main.lang-content.active  { display: inline-block; }
.btn-cta-sec.lang-content.active   { display: inline-block; }

@media (max-width: 1100px) {
    .dim-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
    .nav-menu { display: none; }
    .hero h1 { font-size: 2.2rem; }
    .intro-strip-inner { grid-template-columns: 1fr; gap: 2rem; }
    .intro-visual { grid-template-columns: repeat(2, 1fr); }
    .dim-grid { grid-template-columns: 1fr 1fr; }
    .process-steps { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .process-steps::before { display: none; }
    .levels-grid { grid-template-columns: 1fr 1fr; }
    .livrables-grid { grid-template-columns: 1fr; }
    .plans-layout { grid-template-columns: 1fr; }
    .plans-visual { position: static; }
    .accomp-grid { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 560px) {
    .dim-grid { grid-template-columns: 1fr; }
    .levels-grid { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr; }
    .hero-stats { gap: 1.5rem; }
    .hero { padding: 4rem 1.5rem 3rem; }
}