    :root{
      --bg:#0B1F3B;
      --bg2:#071326;
      --gold:#C8A75E;
      --gold2:#E4CF92;
      --text:#F2F2F2;
      --muted:#A8B3C7;
      --line:rgba(200,167,94,0.28);
      --glass:rgba(255,255,255,0.06);
      --glass2:rgba(255,255,255,0.10);
    }

    *{box-sizing:border-box}

    body{
      margin:0;
      background:
        radial-gradient(1200px 600px at 60% 30%, rgba(58,160,255,.10), transparent 60%),
        radial-gradient(900px 500px at 20% 70%, rgba(200,167,94,.10), transparent 55%),
        linear-gradient(180deg, var(--bg2), var(--bg));
      font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
      color:var(--text);
      min-height:100vh;
      overflow-x:hidden;
    }

    .container.page{
      max-width:1120px;
      margin:auto;
      padding:84px 20px 60px;
    }

    .navbar{
      padding-top:0;
      padding-bottom:0;
    }

    .header{
      text-align:center;
      margin-bottom:46px;
    }

    .kicker{
      display:inline-flex;
      gap:10px;
      align-items:center;
      padding:8px 14px;
      border:1px solid var(--line);
      background:rgba(255,255,255,0.04);
      border-radius:999px;
      color:var(--muted);
      font-size:13px;
      letter-spacing:.08em;
      text-transform:uppercase;
    }

    .kicker .dot{
      width:8px;
      height:8px;
      border-radius:50%;
      background:linear-gradient(180deg, var(--gold2), var(--gold));
      box-shadow:0 0 18px rgba(200,167,94,.35);
    }

    h1{
      margin:16px 0 10px;
      font-family: ui-serif, Georgia, "Times New Roman", serif;
      font-size:46px;
      line-height:1.05;
      letter-spacing:.02em;
      color:var(--gold2);
      text-shadow:0 6px 22px rgba(0,0,0,.35);
    }

    .subtitle{
      margin:0 auto;
      max-width:780px;
      color:var(--muted);
      font-size:16px;
      line-height:1.6;
    }

    .grid{
      display:grid;
      grid-template-columns:1.25fr .75fr;
      gap:26px;
      margin-top:34px;
    }

    @media (max-width: 920px){
      .grid{grid-template-columns:1fr}
      h1{font-size:38px}
    }

    .card{
      position:relative;
      border:1px solid var(--line);
      background:linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
      border-radius:20px;
      padding:34px;
      box-shadow:0 18px 60px rgba(0,0,0,.45);
      backdrop-filter:blur(10px);
      -webkit-backdrop-filter:blur(10px);
      overflow:hidden;
    }

    .card::before{
      content:"";
      position:absolute;
      inset:-2px;
      background:
        radial-gradient(700px 260px at 20% 10%, rgba(200,167,94,.22), transparent 60%),
        radial-gradient(700px 260px at 80% 30%, rgba(58,160,255,.18), transparent 55%);
      pointer-events:none;
      filter:blur(10px);
      opacity:.8;
    }

    .card > *{
      position:relative;
    }

    .card h2{
      margin:0 0 12px;
      font-family: ui-serif, Georgia, "Times New Roman", serif;
      font-size:26px;
      color:var(--gold2);
    }

    .card p{
      margin:0;
      color:var(--muted);
      line-height:1.7;
      font-size:15px;
    }

    .badges{
      margin-top:16px;
      display:flex;
      flex-wrap:wrap;
      gap:10px;
    }

    .badgex{
      font-size:12px;
      color:#EDEDED;
      border:1px solid rgba(255,255,255,.14);
      background:rgba(0,0,0,.20);
      padding:8px 10px;
      border-radius:999px;
    }

    .badgex strong{
      color:var(--gold2);
      font-weight:700;
    }

    .actions{
      margin-top:22px;
      display:flex;
      flex-wrap:wrap;
      gap:12px;
    }

    .btnx{
      display:inline-flex;
      align-items:center;
      gap:10px;
      padding:12px 16px;
      border-radius:12px;
      text-decoration:none;
      font-weight:650;
      letter-spacing:.01em;
      border:1px solid var(--line);
      transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
      user-select:none;
    }

    .btnx.primary{
      color:#0B1F3B;
      background:linear-gradient(180deg, var(--gold2), var(--gold));
      box-shadow:0 12px 30px rgba(200,167,94,.22);
    }

    .btnx.ghost{
      color:var(--gold2);
      background:rgba(255,255,255,0.04);
    }

    .btnx:hover{
      transform:translateY(-1px);
      box-shadow:0 14px 40px rgba(0,0,0,.35);
    }

    .side{
      display:flex;
      flex-direction:column;
      gap:18px;
    }

    .panel{
      border:1px solid rgba(255,255,255,0.10);
      background:rgba(255,255,255,0.04);
      border-radius:18px;
      padding:18px;
      box-shadow:0 16px 44px rgba(0,0,0,.35);
      backdrop-filter:blur(10px);
      -webkit-backdrop-filter:blur(10px);
    }

    .panel h3{
      margin:0 0 10px;
      font-size:14px;
      letter-spacing:.08em;
      text-transform:uppercase;
      color:var(--muted);
    }

    .counterBox{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:14px;
      padding:12px;
      border-radius:14px;
      border:1px solid rgba(200,167,94,0.22);
      background:rgba(0,0,0,0.18);
    }

    .counterValue{
      font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono","Courier New", monospace;
      font-size:22px;
      color:var(--gold2);
    }

    .small{
      font-size:12px;
      color:var(--muted);
      line-height:1.5;
    }

    .footer{
      text-align:center;
      margin-top:54px;
      color:var(--muted);
      font-size:13px;
      line-height:1.55;
    }

    .hr{
      height:1px;
      background:linear-gradient(90deg, transparent, rgba(200,167,94,.38), transparent);
      margin:26px 0 18px;
      opacity:.9;
    }
    
    /* =========================
   TITRES MENU
   ========================= */

.titre-smart{ color:#1d4ed8; font-weight:700; }
.titre-main{ color:#1d4ed8; font-weight:700; }
.titre-stat{ color:#d97706; font-weight:700; }
.titre-scale{ color:#4f46e5; font-weight:700; }
.titre-indus{ color:#4b5563; font-weight:700; }
.titre-resil{ color:#c2410c; font-weight:700; }
.titre-raptor{ color:#dc2626; font-weight:700; }
.titre-eco{ color:#16a34a; font-weight:700; }
.titre-doc{ color:#1f8a8a; font-weight:700; }
.titre-badge{ color:#A8B3C7; font-weight: 700;}

/* =========================
   IMAGE BADGE
   ========================= */

.eco-icon-center{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:20px 0;
}

.eco-icon-center img{
  width:90px;
  height:90px;
  object-fit:contain;
  display:block;
  background:#ffffff;
  border-radius:50%;
  padding:10px;
  border:4px solid var(--title-color);
  box-shadow:0 10px 25px rgba(0,0,0,0.18);
}

img.img-fluid{
  display:block;
  max-width:100%;
  height:auto;
}

.logo-menu{
  width:72px;
  height:72px;
  object-fit:contain;
}

/* =========================
   FOOTER
   ========================= */

footer{
  text-align:center;
  padding:24px;
  font-size:14px;
  color:#A8B3C7;
  border-top:1px solid #d9d9d9;
  margin-top:40px;
}

footer a{
  color:var(--main-color) !important;
  text-decoration:none;
  font-weight:500;
}

footer a:hover{
  opacity:.8;
}