/* =========================================================
   STRATEONLAB — THEME GLOBAL
   Dark · Glassmorphism · Apple-like · Compact Responsive
   ========================================================= */

/* ============================================
   MENU HEADER — VERSION PLUS GROSSE & PREMIUM
============================================ */

/* Style des liens */
#ast-hf-menu-1 .menu-link,
.main-header-menu .menu-link {
    font-weight: 700;            /* plus gras */
    font-size: 1.15rem;          /* plus grand */
    padding: 8px 12px;
    letter-spacing: 0.3px;

    background: linear-gradient(135deg, #00d4ff 0%, #00ffa2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    transition: all 0.25s ease-out;
    text-decoration: none !important;
}

/* Effet hover : glow + soulignement optionnel */
#ast-hf-menu-1 .menu-link:hover,
.main-header-menu .menu-link:hover {
    filter: brightness(1.4);
    transform: translateY(-2px);

    text-shadow: 0 0 8px rgba(0, 255, 180, 0.5),
                 0 0 14px rgba(0, 220, 255, 0.35);
}

/* État actif */
#ast-hf-menu-1 .current-menu-item > .menu-link,
#ast-hf-menu-1 .current_page_item > .menu-link {
    filter: brightness(1.55);
    text-shadow: 0 0 10px rgba(0,255,180,0.55);
    position: relative;
}

/* Underline lumineux actif */
#ast-hf-menu-1 .current-menu-item > .menu-link::after,
#ast-hf-menu-1 .current_page_item > .menu-link::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 4px;
    background: linear-gradient(135deg, #00d4ff, #00ffa2);
    opacity: 0.95;
}

/* Espacement entre les items */
#ast-hf-menu-1 li {
    margin: 0 10px;
}

/* =====================================
   MENU MOBILE — FOND GLASS STRATEONLAB
===================================== */

/* Conteneur mobile menu */
#ast-hf-mobile-menu {
    background: rgba(15, 20, 30, 0.80) !important;  /* glass noir bleuté */
    backdrop-filter: blur(18px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(18px) saturate(180%) !important;

    border-radius: 18px;
    padding: 20px;
    margin-top: 12px;
}

/* =====================================
   LIENS DU MENU MOBILE
===================================== */

#ast-hf-mobile-menu .menu-link {
    font-size: 1.2rem;              /* plus lisible */
    font-weight: 600;
    padding: 12px 6px;
    display: block;

    /* Texte blanc pour la lisibilité sur mobile */
    color: #ffffff !important;
    text-decoration: none !important;

    transition: all 0.25s ease;
}

/* Hover lisible */
#ast-hf-mobile-menu .menu-link:hover {
    color: #8dfcff !important;
    padding-left: 10px;             /* petit effet slide */
}

/* =====================================
   ITEM ACTIF
===================================== */
#ast-hf-mobile-menu .current-menu-item > .menu-link {
    color: #00ffa2 !important;
    font-weight: 700;
    position: relative;
}

/* Trait actif sous le lien */
#ast-hf-mobile-menu .current-menu-item > .menu-link::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 40%;
    height: 3px;
    background: linear-gradient(135deg, #00d4ff, #00ffa2);
    border-radius: 6px;
}


/* =====================================
   ESPACEMENT ENTRE ITEMS
===================================== */
#ast-hf-mobile-menu li {
    margin-bottom: 12px;
}

/* =======================================================
   MENU MOBILE — TEXTE EN DÉGRADÉ BLEU/VERT (VERSION FINALE)
======================================================= */

#ast-hf-mobile-menu .menu-link,
#ast-mobile-header .menu-link,
.ast-mobile-popup-drawer .menu-link {
    font-weight: 700;
    font-size: 1.25rem;
    text-decoration: none !important;

    /* Dégradé bleu-vert identique desktop */
    background: linear-gradient(135deg, #00d4ff 0%, #00ffa2 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

    /* Empêche Astra de remettre du noir */
    color: transparent !important;

    transition: all 0.25s ease-out;
}

/* Hover mobile */
#ast-hf-mobile-menu .menu-link:hover {
    filter: brightness(1.35);
    padding-left: 6px;
    text-shadow: 0 0 8px rgba(0, 255, 180, 0.4);
}

/* Item actif en bleu-vert lumineux */
#ast-hf-mobile-menu .current-menu-item > .menu-link {
    filter: brightness(1.5);
    text-shadow: 0 0 10px rgba(0,255,180,0.55);
}

/* Underline actif */
#ast-hf-mobile-menu .current-menu-item > .menu-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 45%;
    height: 3px;
    background: linear-gradient(135deg, #00d4ff, #00ffa2);
    border-radius: 6px;
}


/* ========================= */
/* RESET & BASE TYPO         */
/* ========================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "SF Pro Display", "Inter", system-ui, sans-serif;
  background: radial-gradient(circle at top,
    #181e29 0%,
    #060711 55%,
    #02030a 100%);
  color: #f9fafb;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

main {
  position: relative;
  z-index: 2;
}


/* ========================= */
/* BLOBS GLOBAUX DE FOND     */
/* ========================= */

.bg-blob {
  position: fixed;
  border-radius: 50%;
  filter: blur(45px);
  opacity: 0.85;
  z-index: 0;
  pointer-events: none;
}

.bg-blob-top-blue {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, #426dff 0%, #2440ff 55%, transparent 70%);
  top: -80px;
  left: 18%;
}

.bg-blob-middle-purple {
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, #a855ff 0%, #7c3aed 55%, transparent 70%);
  top: 45%;
  right: 8%;
}

.bg-blob-bottom-orange {
  width: 320px;
  height: 300px;
  background: radial-gradient(circle, #3ed6a8 0%, #38bdf8 60%, transparent 70%);
  bottom: -180px;
  left: 12%;
}


/* ========================= */
/* TITRES & TEXTES GLOBAUX   */
/* ========================= */

section {
  position: relative;
  z-index: 3;
}

section h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 25px;
  color: #f9fafb;
  text-align: center;
  text-transform: uppercase;
}

.section-eyebrow {
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9ca3c9;
  margin-bottom: 12px;
}

.section-desc {
  max-width: 780px;
  margin: 0 auto 45px auto;
  font-size: 1.05rem;
  opacity: 0.9;
  line-height: 1.7;
  color: #e5e7f5;
  text-align: center;
}


/* ========================= */
/* UTILITAIRES               */
/* ========================= */

.container-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.glass-card {
  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(0, 0, 0, 0.60)
  );
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.80),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition: all 0.25s ease;
}

.glass-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.90),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}


/* =========================================================
   HERO
   ========================================================= */

.hero {
  width: 100%;
  padding: 70px 30px 40px;
  position: relative;
  z-index: 1;
}

.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Spotlight derrière le titre */
.hero-spotlight {
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(120,170,255,0.20), rgba(0,0,0,0));
  filter: blur(90px);
  animation: heroGlow 9s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes heroGlow {
  0% { transform: translateX(-50%) scale(1); opacity: 0.8; }
  50% { transform: translateX(-50%) scale(1.07); opacity: 1; }
  100% { transform: translateX(-50%) scale(1); opacity: 0.8; }
}

/* Layout hero */
.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
  z-index: 2;
}

.hero-left {
  position: relative;
}

.hero-content {
  padding: 40px 40px 36px;
  position: relative;
  max-width: 100%;

  backdrop-filter: blur(30px) saturate(150%);
  -webkit-backdrop-filter: blur(30px) saturate(150%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.08),
    rgba(0, 0, 0, 0.70)
  );
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

/* Liseré clair haut */
.hero-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  opacity: 0.9;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.55);
  background: rgba(15, 23, 42, 0.9);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #cbd5f5;
  margin-bottom: 14px;
}

.hero-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(120deg, #22c55e, #38bdf8);
  box-shadow: 0 0 14px rgba(56, 189, 248, 0.9);
}

.hero-title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 10px 0 12px;
  color: #ffffff;
  text-transform: uppercase;
}

.hero-title span {
  background: linear-gradient(135deg, #22c55e, #38bdf8, #a855ff);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 1.05rem;
  font-weight: 300;
  color: #dce3ff;
  opacity: 0.9;
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 520px;
}

.hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 26px;
  font-size: 0.88rem;
}

.hero-metric {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.5);
  background: rgba(15, 23, 42, 0.9);
  color: #e5e7f5;
}

.hero-metric strong {
  font-weight: 600;
  margin-right: 6px;
}

/* Boutons hero */

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.btn {
  padding: 14px 30px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.btn-main {
  background: linear-gradient(135deg, #22c55e, #38bdf8, #4a7dff);
  color: #0b1120;
  box-shadow: 0 12px 28px rgba(56, 189, 248, 0.6);
}

.btn-main:hover {
  background: linear-gradient(135deg, #1fb46a, #2f84ff);
  transform: translateY(-1px) scale(1.01);
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.7);
}

.glass-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #f9fafb;
}

.glass-btn:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

/* HERO RIGHT – bulles / logos DeFi */

.hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
}

.hero-right-decoration {
  position: absolute;
  inset: 8% 4%;
  border-radius: 32px;
  border: 1px dashed rgba(148, 163, 184, 0.25);
  opacity: 0.4;
  pointer-events: none;
  mask-image: radial-gradient(circle at center, #fff 0, transparent 70%);
}

/* Zone pour les bulles */
.floating-zone {
  position: relative;
  width: 360px;
  height: 360px;
  overflow: hidden;
  border-radius: 28px;
  background: transparent;
  z-index: 3;
}

.bubble-logo {
  position: absolute;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  backdrop-filter: blur(18px) saturate(220%);
  -webkit-backdrop-filter: blur(18px) saturate(220%);
  background: radial-gradient(circle at 30% 20%, rgba(255,255,255,0.32), rgba(15,23,42,0.90));
  border: 1px solid rgba(255,255,255,0.25);
  box-shadow:
    0 0 24px rgba(56,189,248,0.35),
    0 14px 32px rgba(0,0,0,0.85);
  transition: transform 0.25s ease, filter 0.25s ease;
  cursor: pointer;
}

.bubble-logo img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  pointer-events: none;
}

.bubble-logo:hover {
  transform: scale(1.15);
  filter: brightness(1.35);
}

/* Blobs locaux hero */

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  z-index: 0;
}

.hero::before {
  top: 10%;
  right: -20%;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(80,150,255,0.25), transparent);
  animation: blobMove 16s ease-in-out infinite;
}

.hero::after {
  bottom: -10%;
  left: -25%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(30,170,255,0.20), transparent);
  animation: blobMove2 22s ease-in-out infinite;
}

@keyframes blobMove {
  0% { transform: translate(0,0) scale(1); }
  40% { transform: translate(-30px,20px) scale(1.05); }
  70% { transform: translate(20px,-25px) scale(0.97); }
  100% { transform: translate(0,0) scale(1); }
}

@keyframes blobMove2 {
  0% { transform: translate(0,0) scale(1); }
  50% { transform: translate(35px,-20px) scale(1.08); }
  100% { transform: translate(0,0) scale(1); }
}


/* HERO CARDS sous le bloc principal */

.hero-cards {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}

.hero-cards .card {
  padding: 24px 28px;
  border-radius: 24px;

  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(0, 0, 0, 0.60)
  );
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.80),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition: all 0.25s ease;
}

.hero-cards .card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.90),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.hero-cards h3 {
  margin: 0 0 10px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #ffffff;
}

.hero-cards p {
  opacity: 0.85;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #d0d7e6;
}


/* =========================================================
   SECTION WHY
   ========================================================= */

.section-why {
  width: 100%;
  max-width: 1200px;
  margin: 100px auto 40px auto;
  padding: 0 30px;
}

.section-why .section-desc {
  /* déjà géré par .section-desc global */
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.why-card {
  padding: 24px 28px;
  border-radius: 24px;

  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.70)
  );
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 20px 38px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transition: all 0.25s ease;
}

.why-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 26px 52px rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.why-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 600;
}

.why-card p {
  margin: 0;
  font-size: 0.96rem;
  opacity: 0.9;
  color: #d0d7e6;
}

/* Classe pour parallax JS */
.why-parallax {
  transform: translateY(0);
  transition: transform 0.25s ease-out;
}


/* =========================================================
   CTA MID
   ========================================================= */

.cta-mid {
  padding: 80px 0;
  display: flex;
  justify-content: center;
}

.cta-mid-inner {
  text-align: center;
  padding: 35px 50px;
  max-width: 540px;

  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(0, 0, 0, 0.85)
  );
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.cta-mid-inner h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
}

.cta-mid-inner p {
  margin: 0 0 18px;
  opacity: 0.9;
  font-size: 0.98rem;
  color: #dce6f5;
}

.cta-mid-btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, #22c55e, #38bdf8);
  color: #0f172a;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.6);
  transition: all 0.25s ease;
}

.cta-mid-btn:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, #1fb46a, #2f84ff);
}


/* =========================================================
   SECTION STRATEGIES
   ========================================================= */

.section-strategies {
  width: 100%;
  max-width: 1200px;
  margin: 110px auto 40px auto;
  padding: 0 30px;
}

.section-strategies .section-desc {
  /* hérite de .section-desc */
}

.strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.strategy-card {
  padding: 26px 28px;
  border-radius: 24px;

  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.70)
  );
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transition: all 0.25s ease;
}

.strategy-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.strategy-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  font-weight: 600;
}

.strategy-card p {
  margin: 0;
  font-size: 0.96rem;
  opacity: 0.9;
  color: #d0d7e6;
}

/* parallax JS */
.card-parallax {
  transform: translateY(0);
  transition: transform 0.25s ease-out;
}

.strategy-cta {
  margin-top: 60px;
  text-align: center;
}

.strategy-btn {
  display: inline-block;
  padding: 16px 34px;
  background: linear-gradient(135deg, #22c55e, #38bdf8, #4a7dff);
  color: white;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.5);
  transition: all 0.25s ease;
}

.strategy-btn:hover {
  background: linear-gradient(135deg, #1fb46a, #2f84ff);
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(37, 99, 235, 0.6);
}


/* =========================================================
   SECTION TOOLS
   ========================================================= */

.section-tools {
  width: 100%;
  max-width: 1200px;
  margin: 110px auto 60px auto;
  padding: 0 30px;
  text-align: center;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.tool-card {
  padding: 26px 28px;
  border-radius: 24px;

  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.70)
  );
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.85),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  transition: all 0.25s ease;
}

.tool-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.95),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.tool-card h3 {
  margin: 0 0 10px;
  font-size: 1.15rem;
}

.tool-card p {
  margin: 0;
  font-size: 0.96rem;
  opacity: 0.9;
  color: #d0d7e6;
}

.tools-cta {
  margin-top: 35px;
}

.tool-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #22c55e, #38bdf8);
  color: #0b1120;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.55);
  transition: all 0.25s ease;
}

.tool-btn:hover {
  transform: translateY(-1px);
}


/* =========================================================
   SECTION PROTOCOLS
   ========================================================= */

.section-protocols {
  width: 100%;
  max-width: 1200px;
  margin: 110px auto 60px auto;
  padding: 0 30px;
}

.protocols-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  margin-top: 36px;
  align-items: center;
}

.protocols-card {
  padding: 16px 20px;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: radial-gradient(circle at top left,
            rgba(56, 189, 248, 0.14),
            rgba(15, 23, 42, 0.95));
  border: 1px solid rgba(148, 163, 184, 0.45);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.9rem;
  color: #e5e7f5;
}

.protocols-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22c55e, #38bdf8);
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.9);
}


/* =========================================================
   SECTION ABOUT
   ========================================================= */

.section-about {
  width: 100%;
  max-width: 1100px;
  margin: 120px auto 70px auto;
  padding: 0 30px;
}

.about-box {
  margin-top: 30px;
  padding: 45px 50px;
  border-radius: 28px;

  backdrop-filter: blur(30px) saturate(150%);
  -webkit-backdrop-filter: blur(30px) saturate(150%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.06),
    rgba(0, 0, 0, 0.86)
  );
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow:
    0 32px 70px rgba(0, 0, 0, 0.9),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;

  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.about-box p {
  font-size: 1.05rem;
  opacity: 0.86;
  line-height: 1.75;
  margin-bottom: 20px;
  color: #e5e7f5;
}

.about-signature {
  margin-top: 25px;
  font-size: 1rem;
  opacity: 0.7;
}


/* =========================================================
   SECTION TESTIMONIALS
   ========================================================= */

.section-testimonials {
  width: 100%;
  max-width: 1200px;
  margin: 110px auto 80px auto;
  padding: 0 30px;
  text-align: center;
}

.testimonials-desc {
  max-width: 760px;
  margin: 0 auto 50px auto;
  font-size: 1.05rem;
  opacity: 0.9;
  color: #e5e7f5;
  line-height: 1.7;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-top: 40px;
}

.testimonial-card {
  padding: 28px 32px;
  border-radius: 22px;

  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.65)
  );
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.80),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;

  transition: all 0.25s ease;
  text-align: left;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.90),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.testimonial-text {
  font-size: 0.98rem;
  line-height: 1.55;
  color: #d0d7e6;
  margin-bottom: 18px;
  opacity: 0.9;
}

.testimonial-author {
  font-size: 0.88rem;
  font-weight: 500;
  opacity: 0.85;
  color: #a5b4fc;
}


/* =========================================================
   SECTION CTA FINALE
   ========================================================= */

.section-cta {
  width: 100%;
  max-width: 1200px;
  margin: 130px auto 120px auto;
  padding: 0 30px;
}

.cta-box {
  padding: 55px 60px;
  border-radius: 30px;

  backdrop-filter: blur(30px) saturate(150%);
  -webkit-backdrop-filter: blur(30px) saturate(150%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.07),
    rgba(0, 0, 0, 0.88)
  );
  border: 1.6px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.92),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;

  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cta-box h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.08em;
  color: #f9fafb;
  text-transform: uppercase;
}

.cta-box p {
  font-size: 1.15rem;
  opacity: 0.88;
  margin-bottom: 40px;
  line-height: 1.7;
  color: #e5e7f5;
}

.cta-btn {
  display: inline-block;
  padding: 18px 48px;
  background: linear-gradient(135deg, #22c55e, #38bdf8, #4a7dff);
  color: white;
  font-weight: 600;
  font-size: 1.15rem;
  border-radius: 40px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.5);
  transition: all 0.25s ease;
}

.cta-btn:hover {
  background: linear-gradient(135deg, #1fb46a, #2f84ff);
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.65);
}


/* =========================================================
   SECTION ARTICLES (WordPress Loop)
   ========================================================= */

.articles-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 80px auto 60px auto;
  padding: 0 30px;
  position: relative;
  z-index: 3;
  text-align: center;
}

.section-title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto 30px auto;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;

  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 18px;

  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    0 12px 32px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.04) inset;
}

/* Arrondis garantis pour les images d'articles */
.latest-articles .article-thumb,
.articles-wrapper .article-thumb,
.article-card .article-thumb {
    border-radius: 18px !important;
    overflow: hidden !important;
    display: block !important;
}


.latest-articles {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin: 0 auto 40px auto;
}

.article-thumb {
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 6px 16px rgba(0,0,0,0.45);
}

.article-card:hover .article-thumb {
  transform: scale(1.03);
  transition: transform .25s ease;
}


.article-card {
  padding: 20px;
  border-radius: 24px;
  min-height: 160px;

  backdrop-filter: blur(26px) saturate(150%);
  -webkit-backdrop-filter: blur(26px) saturate(150%);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.03),
    rgba(0, 0, 0, 0.60)
  );
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    0 22px 40px rgba(0, 0, 0, 0.80),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;

  transition: all 0.25s ease;
  text-decoration: none !important;
  color: #ffffff;
  display: block;
}

.article-card:hover {
  transform: translateY(-3px);
  box-shadow:
    0 28px 55px rgba(0, 0, 0, 0.90),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.article-thumb {
  width: 100%;
  height: 130px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 14px;
}

.article-card h3 {
  font-size: 1.06rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #ffffff;
  text-decoration: none !important;
}

.article-card p {
  font-size: 0.88rem;
  opacity: 0.85;
  color: #d0d7e6;
  line-height: 1.45;
  text-decoration: none !important;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */


/* ============= TABLETTE — max 1024px ============= */

@media (max-width: 1024px) {

  .hero {
    padding-top: 50px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .hero-content {
    padding: 32px 26px 30px;
  }

  .hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-metrics {
    justify-content: center;
  }

  .hero-buttons {
    justify-content: center;
  }

  .floating-zone {
    width: 280px;
    height: 280px;
  }

  section h2 {
    font-size: 2rem;
  }

  .section-desc,
  .testimonials-desc {
    font-size: 0.98rem;
  }

  .about-box {
    padding: 35px 28px;
  }

  .about-box p {
    font-size: 1.02rem;
  }

  .cta-box {
    padding: 40px 30px;
  }

  .cta-box p {
    font-size: 1.05rem;
  }

  .latest-articles {
    grid-template-columns: repeat(3, 1fr);
  }
}


/* ============= MOBILE — max 768px ============= */

@media (max-width: 768px) {

  /* HERO */
  .hero {
    padding: 50px 18px 30px;
  }

  .hero-title {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .hero-subtitle {
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-layout {
    gap: 22px;
  }

  /* cacher bulles sur mobile */
  .hero-right,
  .floating-zone,
  .bubble-logo {
    display: none !important;
  }

  /* hero cards en 1 col */
  .hero-cards {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 10px;
  }

  /* sections titres */
  section h2 {
    font-size: 1.65rem;
  }

  .section-desc,
  .testimonials-desc {
    font-size: 0.9rem;
    margin-bottom: 26px;
  }

  /* grilles en 1 col */
  .why-grid,
  .strategy-grid,
  .tools-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

  .about-box {
    padding: 30px 22px;
  }

  .about-box p {
    font-size: 0.98rem;
  }

  .cta-mid-inner {
    padding: 30px 22px;
  }

  .cta-box {
    padding: 32px 24px;
  }

  .cta-box h2 {
    font-size: 1.6rem;
  }

  .cta-box p {
    font-size: 0.98rem;
  }

  .cta-btn {
    width: 100%;
    font-size: 1rem;
  }

  .section-cta {
    margin-bottom: 80px;
  }

  .latest-articles {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;
    gap: 18px;
  }

  .section-title {
    font-size: 1.6rem;
    padding: 10px 18px;
  }

  /* désactiver parallax sur mobile */
  .why-parallax,
  .card-parallax {
    transform: none !important;
    transition: none !important;
  }
}


/* ============= SMALL MOBILE — max 480px ============= */

@media (max-width: 480px) {

  .hero {
    padding: 40px 14px 24px;
  }

  .hero-title {
    font-size: 1.55rem;
  }

  .hero-subtitle {
    font-size: 0.85rem;
  }

  section h2 {
    font-size: 1.45rem;
  }

  .section-desc,
  .testimonials-desc {
    font-size: 0.85rem;
    margin-bottom: 24px;
  }

  .cta-mid-inner {
    padding: 24px 18px;
  }

  .cta-box h2 {
    font-size: 1.35rem;
  }

  .cta-box p {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .cta-btn {
    font-size: 0.95rem;
    padding: 16px 34px;
  }

  .latest-articles {
    grid-template-columns: 1fr;
    padding: 0 6px;
  }
}

/* ====================================================== */
/* ===================== MARKET BAR ===================== */
/* ====================================================== */

.market-bar-wrapper {
  position: relative;
  z-index: 10; /* Toujours au-dessus du hero */
}

.market-bar {
  width: 100%;
  padding: 12px 0;
  overflow: hidden;

  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);

  background: linear-gradient(
    135deg,
    rgba(34, 197, 94, 0.18),
    rgba(56, 189, 248, 0.18)
  );

  border-bottom: 1px solid rgba(255,255,255,0.22);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.45),
    inset 0 0 0 1px rgba(255,255,255,0.05);

  border-radius: 0 0 18px 18px;
}

/* Flux continu */
.marquee-track {
  display: flex;
  width: max-content;
  white-space: nowrap;

  font-family: -apple-system, Inter, sans-serif;
  font-size: 0.94rem;
  letter-spacing: 0.4px;
  color: #eaf4ff;

  opacity: 0.95;

  animation: marqueeScroll 26s linear infinite;
}

@keyframes marqueeScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Items */
.market-item {
  margin-right: 55px;
  opacity: 0.92;
}

.market-item span {
  color: #7dd3fc;
  font-weight: 600;
}


/* ====================================================== */
/* ================== MOBILE OPTIMISATION ================ */
/* ====================================================== */

@media (max-width: 768px) {

  /* Réduit coût CPU du blur */
  .market-bar {
    backdrop-filter: blur(10px) saturate(140%);
    -webkit-backdrop-filter: blur(10px) saturate(140%);
    padding: 10px 0;
  }

  /* Ralentir l’animation → + perf mobile */
  .marquee-track {
    animation-duration: 42s !important;
    font-size: 0.85rem;
    letter-spacing: 0.3px;
  }

  /* Espacement plus serré sur mobile */
  .market-item {
    margin-right: 32px;
  }
}

@media (max-width: 480px) {
  .marquee-track {
    font-size: 0.78rem;
  }
}


/* ========= WRAPPER GLOBAL FORMULAIRE ========= */

.swpm-registration-widget-form form.swpm-form,
.swpm-login-widget-form form.swpm-form {
    max-width: 520px !important;
    margin: 80px auto !important;
    padding: 45px 50px !important;

    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;

    backdrop-filter: blur(24px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(140%) !important;

    border-radius: 32px !important;

    box-shadow: 
        0px 10px 40px rgba(0,0,0,0.45) !important,
        inset 0 0 0 1px rgba(255,255,255,0.04) !important;

    color: #fff !important;
    position: relative !important;
}

/* ========= BULLES BACKGROUND ========= */

.swpm-registration-widget-form form.swpm-form::before,
.swpm-registration-widget-form form.swpm-form::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.55;
    z-index: -1;
}

.swpm-registration-widget-form form.swpm-form::before {
    width: 480px;
    height: 480px;
    top: -180px;
    left: -160px;
    background: rgba(56, 189, 248, 0.50);
}

.swpm-registration-widget-form form.swpm-form::after {
    width: 420px;
    height: 420px;
    bottom: -150px;
    right: -170px;
    background: rgba(168, 85, 247, 0.55);
}

/* ========= LABELS ========= */

.swpm-form-label-wrap label {
    color: rgba(255,255,255,0.85) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
}

/* ========= INPUTS ========= */

.swpm-form-field {
    width: 100% !important;
    padding: 13px 16px !important;
    margin-bottom: 22px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    background: rgba(255,255,255,0.06) !important;
    color: #fff !important;
    transition: 0.25s ease !important;
}

.swpm-form-field:focus {
    border-color: rgba(255,255,255,0.32) !important;
    background: rgba(255,255,255,0.16) !important;
    outline: none !important;
}

/* ========= BOUTON S’INSCRIRE ========= */

.swpm-submit-btn-default-style {
    width: 100% !important;
    padding: 14px !important;
    border: none !important;
    border-radius: 14px !important;

    background: linear-gradient(135deg, #38bdf8, #22c55e) !important;
    color: white !important;

    font-size: 17px !important;
    font-weight: 600 !important;
    cursor: pointer !important;

    box-shadow: 0 8px 20px rgba(56,189,248,0.25) !important;
    transition: 0.25s ease !important;
}

.swpm-submit-btn-default-style:hover {
    transform: translateY(-2px) !important;
    box-shadow: 
        0 12px 26px rgba(56,189,248,0.45) !important,
        0 6px 16px rgba(0,0,0,0.3) !important;
}

/* ========= CACHER NOM / PRÉNOM ========= */

.swpm-form-row.swpm-firstname-row,
.swpm-form-row.swpm-lastname-row {
    display: none !important;
}


/* =========================================================
   STRATEONLAB LOGIN — GLASSMORPHISM
========================================================= */

/* WRAPPER GLOBAL */
.swpm-login-widget-form form.swpm-login-form {
    max-width: 520px !important;
    margin: 80px auto !important;
    padding: 45px 50px !important;

    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;

    backdrop-filter: blur(24px) saturate(140%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(140%) !important;

    border-radius: 32px !important;

    box-shadow:
        0px 10px 40px rgba(0,0,0,0.45) !important,
        inset 0 0 0 1px rgba(255,255,255,0.04) !important;

    color: #fff !important;
    position: relative !important;
}

/* BULLES BLEU & VIOLET */
.swpm-login-widget-form form.swpm-login-form::before,
.swpm-login-widget-form form.swpm-login-form::after {
    content: "" !important;
    position: absolute !important;
    border-radius: 50% !important;
    filter: blur(90px) !important;
    opacity: 0.55 !important;
    z-index: -1 !important;
}

.swpm-login-widget-form form.swpm-login-form::before {
    width: 480px !important;
    height: 480px !important;
    top: -180px !important;
    left: -160px !important;
    background: rgba(56, 189, 248, 0.50) !important;
}

.swpm-login-widget-form form.swpm-login-form::after {
    width: 420px !important;
    height: 420px !important;
    bottom: -150px !important;
    right: -170px !important;
    background: rgba(168, 85, 247, 0.55) !important;
}

/* LABELS */
.swpm-login-form-inner label.swpm-label {
    display: block !important;
    color: rgba(255,255,255,0.85) !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
}

/* INPUTS */
.swpm-text-field {
    width: 100% !important;
    padding: 13px 16px !important;
    margin-bottom: 22px !important;

    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    background: rgba(255,255,255,0.06) !important;

    font-size: 15px !important;
    color: #fff !important;

    transition: 0.25s ease !important;
}

.swpm-text-field:focus {
    border-color: rgba(255,255,255,0.32) !important;
    background: rgba(255,255,255,0.16) !important;
    outline: none !important;
}

/* CASE À COCHER "Se souvenir de moi" */
.swpm-remember-me {
    margin: 10px 0 20px !important;
}

.swpm-remember-checkbox {
    transform: scale(1.2) !important;
    margin-right: 8px !important;
}

.swpm-remember-label {
    color: rgba(255,255,255,0.85) !important;
    font-size: 14px !important;
}

/* BOUTON LOGIN */
.swpm-login-submit input[type="submit"] {
    width: 100% !important;
    padding: 14px !important;

    border-radius: 14px !important;
    border: none !important;

    background: linear-gradient(135deg, #38bdf8, #22c55e) !important;
    color: white !important;

    font-size: 17px !important;
    font-weight: 600 !important;

    cursor: pointer !important;
    transition: .25s ease !important;

    box-shadow: 0 8px 20px rgba(56,189,248,0.25) !important;
}

.swpm-login-submit input[type="submit"]:hover {
    transform: translateY(-2px) !important;
    box-shadow:
        0 12px 26px rgba(56,189,248,0.45) !important,
        0 6px 16px rgba(0,0,0,0.3) !important;
}

/* LIENS : mot de passe oublié / rejoindre */
.swpm-forgot-pass-link a,
.swpm-join-us-link a {
    color: #38bdf8 !important;
    font-size: 0.9rem !important;
    text-decoration: none !important;
}

.swpm-forgot-pass-link a:hover,
.swpm-join-us-link a:hover {
    color: #7dd3fc !important;
}

/* MESSAGE D’ACTION (erreur login, success, etc.) */
.swpm-login-action-msg {
    margin-top: 16px !important;
    font-size: 0.95rem !important;
    color: #ffb4b4 !important;
}

/* =========================================================
   STRATEONLAB — PROFIL / COMPTE CONNECTÉ
========================================================= */

/* === WRAPPER GLOBAL === */
.swpm-login-widget-logged {
    max-width: 580px !important;
    margin: 80px auto !important;
    padding: 45px 50px !important;

    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.12) !important;

    border-radius: 32px !important;

    backdrop-filter: blur(24px) saturate(130%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(130%) !important;

    box-shadow:
        0 10px 40px rgba(0,0,0,0.45),
        inset 0 0 0 1px rgba(255,255,255,0.05) !important;

    color: #fff !important;
    position: relative !important;
    overflow: hidden !important;
}

/* === BULLES BACKGROUND === */
.swpm-login-widget-logged::before,
.swpm-login-widget-logged::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.55;
    z-index: -1;
}

.swpm-login-widget-logged::before {
    width: 480px;
    height: 480px;
    top: -180px;
    left: -160px;
    background: rgba(56, 189, 248, 0.50);
}

.swpm-login-widget-logged::after {
    width: 420px;
    height: 420px;
    bottom: -150px;
    right: -170px;
    background: rgba(168, 85, 247, 0.55);
}

/* === TITRES DE SECTIONS === */
.swpm-login-widget-logged .swpm-logged-label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: rgba(255,255,255,0.75) !important;
    margin-bottom: 4px !important;
}

/* === VALEURS (username, statut, etc) === */
.swpm-login-widget-logged .swpm-logged-value {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-bottom: 18px !important;
}

/* === ESPACEMENT ENTRE BLOCS === */
.swpm-login-widget-logged .swpm-logged-username,
.swpm-login-widget-logged .swpm-logged-status,
.swpm-login-widget-logged .swpm-logged-membership,
.swpm-login-widget-logged .swpm-logged-expiry {
    margin-bottom: 22px !important;
}

/* === LIENS (modifier profil + logout) === */
.swpm-edit-profile-link a,
.swpm-logged-logout-link a {
    display: inline-block;
    padding: 12px 22px;
    margin-top: 20px;
    border-radius: 14px;

    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);

    color: #38bdf8 !important;
    font-weight: 600;
    text-decoration: none;

    transition: all .25s ease;
}

.swpm-edit-profile-link a:hover,
.swpm-logged-logout-link a:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.35);
    color: #7dd3fc !important;
    transform: translateY(-2px);
}

/* === ALIGNEMENT DES LIENS === */
.swpm-edit-profile-link,
.swpm-logged-logout-link {
    margin-top: 20px !important;
    text-align: left !important;
}

/* === MESSAGE D’ACTION === */
.swpm-login-widget-action-msg {
    margin-top: 22px !important;
    font-size: 0.95rem !important;
    color: #ffb3b3 !important;
}


/* ===========================
   WRAPPER GLOBAL
=========================== */
.strateon-chapters-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 35px;
    margin: 40px 0 80px;
    padding: 0 10px;
}

/* ===========================
   CARTE CHAPITRE
=========================== */
.chapter-card {
    background: rgba(255, 255, 255, 0.07);
    border-radius: 22px;
    border: 1.2px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    padding: 18px;
    overflow: hidden;
    transition: all 0.35s ease;
    position: relative;
}

/* Hover effet glass propre */
.chapter-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.28);
}

/* ===========================
   IMAGE
=========================== */
.chapter-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    object-fit: cover;
    margin-bottom: 15px;
    transition: transform 0.35s ease;
}

.chapter-card:hover .chapter-thumbnail img {
    transform: scale(1.03);
}

/* ===========================
   TITRE
=========================== */
.chapter-title a {
    font-size: 1.35rem;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.3px;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.chapter-title a:hover {
    color: #8eeaff;
}

/* ===========================
   TEXTE / EXCERPT
=========================== */
.chapter-excerpt {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.98rem;
    line-height: 1.55;
    margin-top: 12px;
    margin-bottom: 18px;
}

/* ===========================
   BOUTON
=========================== */
.chapter-btn {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 14px;
    background: linear-gradient(135deg, #00d4ff 0%, #00ffa2 100%);
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    color: #000;
    transition: all 0.3s ease;
}

.chapter-btn:hover {
    filter: brightness(1.1);
    transform: translateX(4px);
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 768px) {
    .strateon-chapters-wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 4px;
    }
    
    .chapter-card {
        padding: 15px;
    }

    .chapter-title a {
        font-size: 1.25rem;
    }
}
/* ===========================
   RETIRER TOUT SOULIGNEMENT
=========================== */
.chapter-card a,
.chapter-card a:hover,
.chapter-card a:focus {
    text-decoration: none !important;
}

/* ===========================
   IMAGE + COINS ARRONDIS
=========================== */
.chapter-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 22px; /* arrondi plus voyant */
    object-fit: cover;
    margin-bottom: 15px;
    transition: transform 0.35s ease;
    overflow: hidden;
}

/* Zoom léger au hover */
.chapter-card:hover .chapter-thumbnail img {
    transform: scale(1.03);
}

/* Optionnel : si tu veux VRAIMENT un arrondi parfait même sur container */
.chapter-thumbnail {
    border-radius: 22px;
    overflow: hidden;
}


/* Correction : CTA StrateonLab toujours en texte blanc, même en hover dans les articles */
.single-post .entry-content .strateon-cta a,
.single-post .entry-content .strateon-cta a:hover,
.single-post .entry-content .strateon-cta a:visited,
.single-post .entry-content .strateon-cta a:focus,
.single-post .entry-content .strateon-cta a:active {
    color: #ffffff !important;
}
