/* =====================================================================
   VYZYOSchool 360 — Design System
   Préfixe v-  ·  teal #0FA7A6 / dark #08245C
   RÈGLE ABSOLUE : violet (#7C5CFC) = IA uniquement, sans exception.
   ===================================================================== */

/* ── 1. VARIABLES GLOBALES ── */
:root {
  /* Marque */
  --teal:   #0FA7A6;
  --teal-d: #0b8a89;
  --teal-l: #16c7c0;
  --dark:   #08245C;
  --dark-2: #3a4a72;

  /* Surfaces */
  --bg:      #F8FBFC;
  --surface: #FFFFFF;
  --border:  #E8F0F3;
  --muted:   #7C8AA0;
  --ink-body:#4a5a73;

  /* IA — VIOLET RÉSERVÉ */
  --ai:   #7C5CFC;
  --ai-l: #A78BFA;

  /* Typo */
  --fh: 'Plus Jakarta Sans', 'Inter', system-ui, sans-serif;
  --fb: 'Inter', system-ui, sans-serif;

  /* Design tokens */
  --card-radius:   32px;
  --card-shadow:   0 20px 60px rgba(15,167,166,.08);
  --card-shadow-h: 0 28px 70px rgba(15,167,166,.14);
  --ease:          cubic-bezier(.16,1,.3,1);
  --wrap-width:    1240px;
}

/* ── 2. ACCENTS D'UNIVERS (classe sur body ou conteneur) ── */
/* Par défaut : accent teal (Admissions = même couleur que la marque) */
:root,
.is-dimension-admissions {
  --u:      #0FA7A6;
  --u-l:    #16c7c0;
  --u-deep: #0b8a89;
  --u-text: #0a7a78;
}
.is-dimension-student {
  --u:      #2962FF;
  --u-l:    #5b8bff;
  --u-deep: #2962FF;
  --u-text: #2962FF;
}
.is-dimension-parent {
  --u:      #E91E8F;
  --u-l:    #f55bb0;
  --u-deep: #C2186F;
  --u-text: #C2186F;
}
.is-dimension-teacher {
  --u:      #7C4DFF;
  --u-l:    #9b7bff;
  --u-deep: #5E2FD6;
  --u-text: #6B3FE0;
}
.is-dimension-class {
  --u:      #FF7A00;
  --u-l:    #FF9D3D;
  --u-deep: #E06600;
  --u-text: #B85A00;
}
.is-dimension-academic {
  --u:      #EC1C79;
  --u-l:    #f5559e;
  --u-deep: #C71562;
  --u-text: #BC135B;
}
.is-dimension-finance {
  --u:      #FFC107;
  --u-l:    #FFD75E;
  --u-deep: #E08D00;
  --u-text: #A86A00;
}
.is-dimension-communication {
  --u:      #16B9E8;
  --u-l:    #5fd4f5;
  --u-deep: #0E8FB8;
  --u-text: #0B7CA5;
}
.is-dimension-security {
  --u:      #2D6BFF;
  --u-l:    #6f97ff;
  --u-deep: #1F4FD6;
  --u-text: #2052CC;
}
.is-dimension-health {
  --u:      #48B72F;
  --u-l:    #76d65e;
  --u-deep: #2F8C1E;
  --u-text: #2E7D20;
}
.is-dimension-insight {
  --u:      #4C6FFF;
  --u-l:    #7d97ff;
  --u-deep: #3A57E0;
  --u-text: #3D5BD9;
}
.is-dimension-multischool {
  --u:      #6A4DFF;
  --u-l:    #9277ff;
  --u-deep: #5435D6;
  --u-text: #5638D6;
}

/* ── 3. RESET / BASE ── */
*,
*::before,
*::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 120px; }

body {
  font-family: var(--fb);
  color:       var(--ink-body);
  background:  var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ── 4. CONTENEUR ── */
.v-wrap {
  max-width: var(--wrap-width);
  margin:    0 auto;
  padding:   0 32px;
}
@media (max-width: 560px) { .v-wrap { padding: 0 20px; } }

/* ── 5. TYPOGRAPHIE ── */
h1, h2, h3, h4 {
  font-family:     var(--fh);
  color:           var(--dark);
  letter-spacing:  -.025em;
  line-height:     1.1;
}
h1 { font-size: clamp(40px,5.4vw,72px); font-weight: 800; }
h2 { font-size: clamp(28px,3.6vw,42px); font-weight: 700; }
h3 { font-size: clamp(22px,2.4vw,30px); font-weight: 700; letter-spacing: -.02em; line-height: 1.2; }
h4 { font-size: 18px; font-weight: 700; line-height: 1.3; }

.teal { color: var(--teal); }

/* ── 6. HEXAGONE SIGNATURE ── */
.v-hex {
  position:    relative;
  aspect-ratio:.92;
  clip-path:   polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
  display:     grid;
  place-items: center;
  color:       #fff;
  box-shadow:  inset 0 4px 10px rgba(255,255,255,.45),
               inset 0 -10px 18px rgba(0,0,0,.18);
}
.v-hex::after {
  content:    "";
  position:   absolute;
  inset:      0;
  clip-path:  inherit;
  background: linear-gradient(155deg,rgba(255,255,255,.55),transparent 42%);
  pointer-events: none;
}
/* Icônes toujours blanches — ne jamais laisser span{color} les recolorer */
.v-hex i { position: relative; z-index: 1; color: #fff; }

/* Variantes hexagone par dimension */
.hx-student    { background: linear-gradient(155deg,#5b8bff,#2962FF); }
.hx-parent     { background: linear-gradient(155deg,#f55bb0,#E91E8F); }
.hx-teacher    { background: linear-gradient(155deg,#a07bff,#7C4DFF); }
.hx-class      { background: linear-gradient(155deg,#ffa04d,#FF7A00); }
.hx-academic   { background: linear-gradient(155deg,#f655a0,#EC1C79); }
.hx-finance    { background: linear-gradient(155deg,#ffd24d,#FFC107); }
.hx-comm       { background: linear-gradient(155deg,#5fd4f5,#16B9E8); }
.hx-security   { background: linear-gradient(155deg,#5b8bff,#2D6BFF); }
.hx-health     { background: linear-gradient(155deg,#76d65e,#48B72F); }
.hx-insight    { background: linear-gradient(155deg,#7d97ff,#4C6FFF); }
.hx-admissions { background: linear-gradient(155deg,#3fd6c6,#0FA7A6); }
.hx-multi      { background: linear-gradient(155deg,#9277ff,#6A4DFF); }
.hx-teal       { background: linear-gradient(155deg,var(--teal-l),var(--teal-d)); }
/* Hexagone générique avec accent de dimension (utilisé dans les pages de dimension) */
.hx-u          { background: linear-gradient(155deg,var(--u-l),var(--u-deep)); }
/* Hexagone IA — violet uniquement pour Student/Finance/Insight */
.hx-ai         { background: linear-gradient(155deg,var(--ai-l),var(--ai)); }

/* ── 7. BOUTONS ── */
.v-btn {
  display:       inline-flex;
  align-items:   center;
  gap:           10px;
  font-family:   var(--fb);
  font-weight:   600;
  font-size:     16px;
  cursor:        pointer;
  height:        56px;
  padding:       0 28px;
  border-radius: 999px;
  border:        1.5px solid transparent;
  transition:    transform .25s var(--ease),
                 box-shadow .25s var(--ease),
                 background .2s;
  text-decoration: none;
}
.v-btn--primary {
  background:  linear-gradient(135deg,var(--teal-l),var(--teal-d));
  color:       #fff;
  box-shadow:  0 10px 26px -8px rgba(15,167,166,.6);
}
.v-btn--primary:hover { transform: scale(1.03); }

.v-btn--outline {
  background:   #fff;
  border-color: var(--border);
  color:        var(--dark);
}
.v-btn--outline:hover { transform: scale(1.03); border-color: var(--teal); }

.v-btn--light {
  background:  rgba(255,255,255,.18);
  color:       #fff;
  border-color:rgba(255,255,255,.35);
}
.v-btn--light:hover { background: rgba(255,255,255,.28); transform: scale(1.03); }

.v-btn--sm { height: 46px; font-size: 14px; padding: 0 20px; }

.v-btn .fa-arrow-right { transition: transform .25s var(--ease); }
.v-btn:hover .fa-arrow-right { transform: translateX(4px); }

/* Lien textuel teal */
.v-link {
  color:       var(--teal);
  font-weight: 600;
  font-size:   15px;
  display:     inline-flex;
  align-items: center;
  gap:         8px;
}
.v-link .fa-arrow-right { transition: transform .25s var(--ease); }
.v-link:hover .fa-arrow-right { transform: translateX(4px); }

/* Eyebrow / label de section */
.v-eyebrow {
  display:       inline-block;
  font-size:     12px;
  font-weight:   700;
  letter-spacing:.13em;
  text-transform:uppercase;
  color:         var(--teal);
  background:    #e6f7f6;
  padding:       8px 16px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.v-eyebrow--u {
  color:      var(--u-text);
  background: color-mix(in srgb, var(--u) 10%, white);
}
.v-eyebrow--ai {
  color:      var(--ai);
  background: rgba(124,92,252,.08);
}

/* ── 8. NAV ── */
.v-nav {
  position:         fixed;
  top:              0;
  left:             0;
  right:            0;
  z-index:          200;
  background:       rgba(248,251,252,.86);
  backdrop-filter:  blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom:    1px solid rgba(232,240,243,.8);
  transition:       background .3s, box-shadow .3s, border-color .3s;
}
.v-nav.scrolled {
  background:       rgba(248,251,252,.96);
  box-shadow:       0 4px 24px rgba(8,36,92,.08);
  border-bottom-color: var(--border);
}

.v-nav__in {
  display:         flex;
  align-items:     center;
  justify-content: space-between;
  height:          72px;
}

/* Logo */
.v-logo {
  display:     flex;
  align-items: center;
  gap:         11px;
  font-family: var(--fh);
  font-weight: 800;
  font-size:   21px;
  flex:        none;
}
.v-logo svg         { width: 40px; height: 40px; flex: none; }
.v-logo b           { color: var(--dark); }
.v-logo__school     { color: var(--teal); }
.v-logo em          { font-style: normal; color: var(--muted); font-weight: 700; }

/* Desktop links container */
.v-nav__links {
  display:     flex;
  align-items: center;
  gap:         2px;
}

/* Wrapper for each menu item (provides positioning anchor for dropdown) */
.v-nav__item { position: relative; }

/* Trigger buttons (styled to look like nav links) */
.v-nav__trigger {
  display:     flex;
  align-items: center;
  gap:         5px;
  font-size:   15px;
  font-weight: 500;
  color:       var(--dark-2);
  background:  none;
  border:      none;
  cursor:      pointer;
  padding:     8px 13px;
  border-radius: 9px;
  transition:  color .2s, background .2s;
  font-family: var(--fb);
  line-height: 1;
  white-space: nowrap;
}
.v-nav__trigger:hover,
.v-nav__trigger[aria-expanded="true"] {
  color:       var(--teal);
  background:  rgba(15,167,166,.07);
}
.v-nav__chevron {
  font-size:  9px;
  color:      var(--muted);
  transition: transform .2s;
  margin-top: 1px;
}
.v-nav__trigger[aria-expanded="true"] .v-nav__chevron {
  transform: rotate(180deg);
  color:     var(--teal);
}

/* ── Standard dropdown ── */
.v-nav__dropdown {
  position:      absolute;
  top:           calc(100% + 10px);
  left:          -8px;
  min-width:     300px;
  background:    #fff;
  border:        1px solid var(--border);
  border-radius: 16px;
  padding:       6px;
  box-shadow:    0 8px 32px rgba(8,36,92,.10), 0 2px 8px rgba(8,36,92,.05);
  z-index:       10;
  visibility:    hidden;
  opacity:       0;
  transform:     translateY(-6px);
  pointer-events:none;
  transition:    opacity 180ms var(--ease), transform 180ms var(--ease), visibility 0s linear 180ms;
}
.v-nav__dropdown.is-open {
  visibility:    visible;
  opacity:       1;
  transform:     translateY(0);
  pointer-events:auto;
  transition:    opacity 180ms var(--ease), transform 180ms var(--ease);
}
.v-dd__item {
  display:       block;
  padding:       11px 14px;
  border-radius: 10px;
  text-decoration: none;
  transition:    background .14s;
}
.v-dd__item:hover { background: var(--bg); }
.v-dd__title {
  display:       block;
  font-size:     13.5px;
  font-weight:   600;
  color:         var(--dark);
  margin-bottom: 2px;
}
.v-dd__desc {
  display:     block;
  font-size:   12px;
  color:       var(--muted);
  line-height: 1.4;
}

/* Se connecter — plain text link */
.v-nav__signin {
  font-size:   14.5px;
  font-weight: 500;
  color:       var(--dark-2);
  padding:     8px 10px;
  border-radius:8px;
  white-space: nowrap;
  transition:  color .2s;
}
.v-nav__signin:hover { color: var(--teal); }

/* CTA area */
.v-nav__cta {
  display:     flex;
  align-items: center;
  gap:         6px;
  flex:        none;
}

/* Demander une démo — pill CTA */
.v-nav__demo-btn {
  border-radius: 999px !important;
  height:        42px;
  padding:       0 20px;
  font-size:     14px;
  transition:    transform .2s, box-shadow .2s;
}
.v-nav__demo-btn:hover {
  transform:  scale(1.03);
  box-shadow: 0 4px 18px rgba(15,167,166,.38);
}

/* ── Hamburger mobile ── */
.v-nav__hamburger {
  display:         none;
  flex-direction:  column;
  gap:             5px;
  width:           42px;
  height:          42px;
  align-items:     center;
  justify-content: center;
  background:      none;
  border:          1.5px solid var(--border);
  border-radius:   10px;
  cursor:          pointer;
  padding:         0;
  flex:            none;
}
.v-nav__hamburger span {
  display:       block;
  width:         22px;
  height:        2px;
  background:    var(--dark);
  border-radius: 2px;
  transition:    transform .3s var(--ease), opacity .2s;
}
.v-nav__hamburger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.v-nav__hamburger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.v-nav__hamburger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mega menu School 360° — panneau flottant centré ── */
.v-nav__mega {
  position:      absolute;
  top:           calc(100% + 8px);
  left:          50%;
  width:         880px;
  max-width:     calc(100vw - 24px);
  background:    #fff;
  border:        1px solid var(--border);
  border-radius: 16px;
  box-shadow:    0 16px 48px rgba(8,36,92,.12), 0 4px 12px rgba(8,36,92,.06);
  z-index:       5;
  visibility:    hidden;
  opacity:       0;
  transform:     translateX(-50%) translateY(-8px);
  pointer-events:none;
  transition:    opacity 220ms var(--ease), transform 220ms var(--ease), visibility 0s linear 220ms;
}
.v-nav__mega.is-open {
  visibility:    visible;
  opacity:       1;
  transform:     translateX(-50%) translateY(0);
  pointer-events:auto;
  transition:    opacity 220ms var(--ease), transform 220ms var(--ease);
}
/* Override .v-wrap padding inside the panel */
.v-nav__mega .v-wrap {
  max-width: none;
  padding:   0 20px;
}

.v-mega__inner {
  display:               grid;
  grid-template-columns: 192px 1fr;
  padding:               20px 0;
}

.v-mega__intro {
  display:        flex;
  flex-direction: column;
  gap:            10px;
  padding:        8px 20px 8px 0;
  border-right:   1px solid var(--border);
}
.v-mega__intro-hex svg { display: block; }
.v-mega__intro-title {
  font-size:   17px;
  font-weight: 800;
  color:       var(--dark);
  font-family: var(--fh);
  margin:      0;
}
.v-mega__intro-desc {
  font-size:   12.5px;
  color:       var(--muted);
  line-height: 1.55;
  margin:      0;
  flex:        1;
}
.v-mega__intro .v-btn { align-self: flex-start; margin-top: 4px; }

/* 6 groups in a 3×2 grid */
.v-mega__groups {
  display:               grid;
  grid-template-columns: repeat(3, 1fr);
  padding:               0 0 0 18px;
}
.v-mega__group {
  padding:       10px 14px 14px 0;
  border-bottom: 1px solid rgba(232,240,243,.8);
}
.v-mega__group:nth-child(4),
.v-mega__group:nth-child(5),
.v-mega__group:nth-child(6) {
  border-bottom: none;
  padding-top:   14px;
}
.v-mega__group-label {
  display:        block;
  font-size:      10px;
  font-weight:    700;
  text-transform: uppercase;
  letter-spacing: .09em;
  color:          var(--muted);
  margin-bottom:  6px;
}
.v-mega__item {
  display:        block;
  padding:        5px 8px;
  border-radius:  7px;
  text-decoration:none;
  transition:     background .14s;
}
.v-mega__item:hover { background: var(--bg); }
.v-mega__item-name {
  display:     block;
  font-size:   13px;
  font-weight: 600;
  color:       var(--dark-2);
}
.v-mega__item--highlight .v-mega__item-name {
  color:       var(--teal);
  font-weight: 700;
  font-size:   13.5px;
}
.v-mega__item--highlight .v-mega__item-desc {
  display:     block;
  font-size:   11.5px;
  color:       var(--muted);
  line-height: 1.35;
  margin-top:  1px;
}
.v-mega__item--sub .v-mega__item-name {
  font-size:   12.5px;
  font-weight: 500;
  color:       var(--dark-2);
}

/* ── Mobile drawer ── */
.v-nav__drawer {
  display:        none;
  position:       fixed;
  inset:          72px 0 0 0;
  background:     var(--surface);
  border-top:     1px solid var(--border);
  padding:        16px 20px 32px;
  z-index:        199;
  overflow-y:     auto;
  flex-direction: column;
  gap:            2px;
}
.v-nav__drawer.open { display: flex; }

/* Accordion sections */
.v-drawer__section { display: flex; flex-direction: column; }
.v-drawer__toggle {
  display:         flex;
  align-items:     center;
  justify-content: space-between;
  width:           100%;
  padding:         13px 12px;
  background:      none;
  border:          none;
  cursor:          pointer;
  font-size:       16px;
  font-weight:     600;
  color:           var(--dark);
  font-family:     var(--fb);
  border-radius:   10px;
  transition:      background .14s, color .14s;
  text-align:      left;
}
.v-drawer__toggle:hover { background: var(--bg); color: var(--teal); }
.v-drawer__toggle .fa-chevron-down { font-size: 10px; color: var(--muted); transition: transform .2s; flex: none; }
.v-drawer__toggle[aria-expanded="true"] { color: var(--teal); }
.v-drawer__toggle[aria-expanded="true"] .fa-chevron-down { transform: rotate(180deg); }

.v-drawer__sub {
  display:        flex;
  flex-direction: column;
  padding:        4px 0 8px 14px;
  border-left:    2px solid var(--border);
  margin-left:    22px;
  gap:            1px;
}
.v-drawer__sub a {
  font-size:       14.5px;
  font-weight:     500;
  color:           var(--dark-2);
  padding:         8px 10px;
  border-radius:   8px;
  text-decoration: none;
  transition:      background .14s, color .14s;
}
.v-drawer__sub a:hover { background: var(--bg); color: var(--teal); }
.v-drawer__sub-label {
  display:        block;
  font-size:      10px;
  font-weight:    700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color:          var(--muted);
  padding:        10px 10px 3px;
}
.v-drawer__sub-all {
  font-weight: 600 !important;
  color:       var(--teal) !important;
  margin-top:  4px;
  font-size:   13.5px !important;
}

.v-nav__drawer-cta {
  display:        flex;
  flex-direction: column;
  gap:            10px;
  margin-top:     16px;
  padding-top:    16px;
  border-top:     1px solid var(--border);
}
.v-nav__drawer-cta .v-btn { width: 100%; justify-content: center; }
.v-nav__drawer-lang {
  display:   flex;
  gap:       10px;
  flex-wrap: wrap;
}
.v-lang-btn {
  padding:       6px 14px;
  border-radius: 999px;
  border:        1.5px solid var(--border);
  font-size:     14px;
  font-weight:   600;
  color:         var(--dark-2);
  cursor:        pointer;
  background:    #fff;
  transition:    border-color .2s, color .2s;
}
.v-lang-btn.active,
.v-lang-btn:hover { border-color: var(--teal); color: var(--teal); }

/* ── Desktop language switcher (v-lang-sw) ── */
.v-lang-sw {
  display:     flex;
  align-items: center;
  gap:         2px;
  padding:     0 12px 0 10px;
  border-left: 1.5px solid var(--border);
  margin-left: 4px;
  flex:        none;
}
.v-lang-sw .v-lang-btn {
  padding:       4px 8px;
  font-size:     11.5px;
  font-weight:   700;
  letter-spacing:.4px;
  border:        none;
  border-radius: 6px;
  background:    none;
  color:         var(--dark-2);
  text-decoration: none;
  line-height:   1;
  height:        28px;
}
.v-lang-sw .v-lang-btn:hover,
.v-lang-sw .v-lang-btn--active { color: var(--teal); background: rgba(22,199,192,.1); border-color: transparent; }

/* ── Language switcher — menu déroulant (globe + drapeaux + noms) ──────────── */
.v-lang-switch { position: relative; margin-left: 6px; flex: none; }
.v-lang-trigger {
  gap:           7px;
  border:        1.5px solid var(--border);
  border-radius: 999px;
  padding:       7px 13px;
  font-size:     14px;
  font-weight:   600;
}
.v-lang-trigger__globe { font-size: 14px; color: var(--muted); transition: color .2s; }
.v-lang-trigger:hover .v-lang-trigger__globe,
.v-lang-trigger[aria-expanded="true"] .v-lang-trigger__globe { color: var(--teal); }
.v-lang-trigger__code { letter-spacing: .3px; }
.v-lang-dd { min-width: 215px; left: auto; right: 0; padding: 8px; }
.v-lang-opt {
  display:         flex;
  align-items:     center;
  gap:             11px;
  padding:         9px 12px;
  border-radius:   11px;
  text-decoration: none;
  color:           var(--dark);
  font-size:       14.5px;
  font-weight:     500;
  transition:      background .14s;
}
.v-lang-opt:hover       { background: var(--bg); }
.v-lang-opt--active     { background: rgba(22,199,192,.09); font-weight: 600; }
.v-lang-opt__name       { flex: 1; white-space: nowrap; }
.v-lang-opt__check      { color: var(--teal); font-size: 13px; flex: none; }
.v-lang-flag {
  width: 24px; height: 24px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
  display: inline-flex;
  box-shadow: inset 0 0 0 1px rgba(8,36,92,.12);
}
.v-lang-flag svg { width: 100%; height: 100%; display: block; }
.v-lang-list { display: flex; flex-direction: column; gap: 3px; margin-top: 6px; }
[dir="rtl"] .v-lang-dd  { right: auto; left: 0; }
[dir="rtl"] .v-lang-opt { flex-direction: row-reverse; text-align: right; }

/* ── RTL overrides ── */
[dir="rtl"] .v-nav__in       { flex-direction: row-reverse; }
[dir="rtl"] .v-nav__links    { flex-direction: row-reverse; }
[dir="rtl"] .v-nav__cta      { flex-direction: row-reverse; }
[dir="rtl"] .v-lang-sw       { border-left: none; border-right: 1.5px solid var(--border); margin-left: 0; margin-right: 4px; padding: 0 10px 0 12px; }
[dir="rtl"] .v-nav__dropdown { text-align: right; }
[dir="rtl"] .v-dd__item      { flex-direction: row-reverse; }
[dir="rtl"] .v-mega__groups  { direction: rtl; }
[dir="rtl"] .v-wrap          { direction: rtl; }
[dir="rtl"] .v-footer__grid  { direction: rtl; }
[dir="rtl"] .v-nav__drawer   { direction: rtl; text-align: right; }
[dir="rtl"] .v-nav__drawer-lang { flex-direction: row-reverse; }

@media (max-width: 1100px) {
  .v-nav__links { display: none; }
  .v-nav__cta   { display: none; }
  .v-lang-sw, .v-lang-switch { display: none; }
  .v-nav__hamburger { display: flex; }
}

/* ── 9. SECTIONS ── */
.v-sec { padding: 96px 0; }
@media (max-width: 860px) { .v-sec { padding: 64px 0; } }

.v-sec__top {
  display:         flex;
  justify-content: space-between;
  align-items:     flex-end;
  gap:             24px;
  flex-wrap:       wrap;
  margin-bottom:   40px;
}
.v-sec__top h2 { margin-bottom: 8px; }
.v-sec__top p  { font-size: 17px; color: var(--ink-body); }

/* ── 10. CARTES FACETTE ── */
.v-facette-grid {
  display:               grid;
  grid-template-columns: repeat(3,1fr);
  gap:                   22px;
}
@media (max-width: 860px) { .v-facette-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .v-facette-grid { grid-template-columns: 1fr; } }

.v-facette {
  background:   var(--surface);
  border:       1px solid var(--border);
  border-radius:28px;
  padding:      28px;
  transition:   transform .3s var(--ease), box-shadow .3s var(--ease);
}
.v-facette:hover {
  transform:  translateY(-5px);
  box-shadow: var(--card-shadow-h);
}
.v-facette .v-hex { width: 52px; margin-bottom: 18px; }
.v-facette .v-hex i { font-size: 20px; }
.v-facette h3 { font-size: 18px; margin-bottom: 8px; }
.v-facette p  { font-size: 14.5px; color: var(--ink-body); line-height: 1.55; }

/* ── 11. CARTES UNIVERS (hub) ── */
.v-uni-grid {
  display:               grid;
  grid-template-columns: repeat(4,1fr);
  gap:                   20px;
}
@media (max-width: 860px) { .v-uni-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .v-uni-grid { grid-template-columns: 1fr; } }

.v-uni-card {
  background:   var(--surface);
  border:       1px solid var(--border);
  border-radius:var(--card-radius);
  box-shadow:   var(--card-shadow);
  padding:      28px;
  display:      flex;
  flex-direction:column;
  gap:          14px;
  transition:   transform .3s var(--ease), box-shadow .3s var(--ease);
}
.v-uni-card:hover {
  transform:  translateY(-6px);
  box-shadow: var(--card-shadow-h);
}
.v-uni-card .v-hex { width: 60px; }
.v-uni-card .v-hex i { font-size: 22px; }
.v-uni-card h3 { font-size: 17px; margin: 0; }
.v-uni-card p  { font-size: 13.5px; color: var(--ink-body); flex: 1; line-height: 1.5; }
.v-uni-card .v-link { margin-top: auto; }

/* ── 12. BANDE CTA ── */
.v-cta-band {
  background:    linear-gradient(135deg,var(--teal-l),var(--teal-d));
  border-radius: var(--card-radius);
  padding:       64px 48px;
  text-align:    center;
  position:      relative;
  overflow:      hidden;
}
.v-cta-band::before {
  content:    "";
  position:   absolute;
  inset:      0;
  background: radial-gradient(ellipse at 30% 50%,rgba(255,255,255,.12),transparent 60%),
              radial-gradient(ellipse at 70% 50%,rgba(255,255,255,.08),transparent 55%);
}
.v-cta-band > * { position: relative; z-index: 1; }
.v-cta-band h2 { color: #fff; margin-bottom: 16px; }
.v-cta-band p  { color: rgba(255,255,255,.85); font-size: 18px; margin-bottom: 36px; max-width: 540px; margin-inline: auto; }
.v-cta-band__btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ── 13. REVEAL AU SCROLL ── */
.rv {
  opacity:   0;
  transform: translateY(24px);
  transition:opacity .6s var(--ease), transform .6s var(--ease);
}
.rv.visible {
  opacity:   1;
  transform: none;
}
.rv[data-d="1"] { transition-delay: .1s; }
.rv[data-d="2"] { transition-delay: .2s; }
.rv[data-d="3"] { transition-delay: .3s; }
.rv[data-d="4"] { transition-delay: .4s; }

@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
}

/* ── 14. FAQ ACCORDÉON ── */
.v-faq { max-width: 780px; margin: 0 auto; }
.v-faq details {
  border-bottom: 1px solid var(--border);
  padding:       4px 0;
}
.v-faq summary {
  display:         flex;
  justify-content: space-between;
  align-items:     center;
  padding:         20px 0;
  font-family:     var(--fh);
  font-weight:     600;
  font-size:       17px;
  color:           var(--dark);
  cursor:          pointer;
  list-style:      none;
  gap:             16px;
}
.v-faq summary::-webkit-details-marker { display: none; }
.v-faq summary::after {
  content:    "\2b"; /* + */
  font-size:  20px;
  font-weight:400;
  color:      var(--teal);
  flex:       none;
  transition: transform .3s var(--ease);
}
.v-faq details[open] summary::after { transform: rotate(45deg); }
.v-faq details p {
  padding:     0 0 20px;
  font-size:   15px;
  color:       var(--ink-body);
  line-height: 1.65;
}

/* ── 15. FORMULAIRE ── */
.v-form {
  background:   var(--surface);
  border:       1px solid var(--border);
  border-radius:var(--card-radius);
  box-shadow:   var(--card-shadow);
  padding:      40px;
  max-width:    580px;
  margin:       0 auto;
}
.v-form h2 { margin-bottom: 8px; }
.v-form > p { font-size: 15px; color: var(--ink-body); margin-bottom: 28px; }
.v-field { margin-bottom: 18px; }
.v-field label {
  display:     block;
  font-size:   13.5px;
  font-weight: 600;
  color:       var(--dark);
  margin-bottom:7px;
}
.v-field input,
.v-field select,
.v-field textarea {
  width:        100%;
  height:       50px;
  padding:      0 16px;
  border:       1.5px solid var(--border);
  border-radius:12px;
  font-family:  var(--fb);
  font-size:    15px;
  color:        var(--dark);
  background:   var(--surface);
  transition:   border-color .2s;
  outline:      none;
}
.v-field textarea { height: auto; padding: 14px 16px; resize: vertical; min-height: 120px; }
.v-field input:focus,
.v-field select:focus,
.v-field textarea:focus { border-color: var(--teal); }
.v-form__success {
  display:     none;
  text-align:  center;
  padding:     32px 0;
}
.v-form__success i  { font-size: 48px; color: var(--teal); margin-bottom: 16px; }
.v-form__success h3 { margin-bottom: 8px; }
.v-form__success p  { color: var(--ink-body); font-size: 15px; }
.v-form.submitted .v-form__fields { display: none; }
.v-form.submitted .v-form__success { display: block; }

/* ── 16. FOOTER ── */
.v-footer {
  padding:    64px 0 32px;
  background: var(--bg);
  border-top: 1px solid var(--border);
}
.v-footer__grid {
  display:               grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr 1.5fr;
  gap:                   36px;
  margin-bottom:         46px;
}

/* Brand column */
.v-footer__about {
  font-size:  14px;
  color:      var(--ink-body);
  max-width:  240px;
  margin:     16px 0 8px;
  line-height:1.6;
}
.v-footer__origin {
  font-size:   13px;
  color:       var(--muted);
  margin-bottom:18px;
}

/* Social icons */
.v-social { display: flex; gap: 10px; }
.v-social a,
.v-social-link {
  width:        38px;
  height:       38px;
  border-radius:11px;
  background:   #fff;
  border:       1px solid var(--border);
  display:      grid;
  place-items:  center;
  color:        var(--dark-2);
  font-size:    15px;
  transition:   background .2s, color .2s, border-color .2s;
}
.v-social a:hover,
.v-social-link:hover {
  background:  var(--teal);
  color:       #fff;
  border-color:var(--teal);
}

/* Column headings */
.v-footer h5 {
  font-family:   var(--fh);
  font-size:     13px;
  font-weight:   700;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:         var(--muted);
  margin-bottom: 16px;
}
.v-footer__col ul { list-style: none; }
.v-footer__col li { margin-bottom: 11px; }
.v-footer__col li a { font-size: 14px; color: var(--ink-body); transition: color .2s; }
.v-footer__col li a:hover { color: var(--teal); }

/* Newsletter */
.v-news b {
  font-family:  var(--fh);
  font-size:    15px;
  color:        var(--dark);
  display:      block;
  margin-bottom:6px;
}
.v-news p { font-size: 13px; color: var(--ink-body); margin-bottom: 14px; }
.v-news__f {
  display:      flex;
  background:   #fff;
  border:       1px solid var(--border);
  border-radius:999px;
  padding:      5px;
  gap:          5px;
}
.v-news__f input {
  flex:       1;
  border:     none;
  outline:    none;
  padding:    10px 16px;
  font-family:inherit;
  font-size:  14px;
  background: transparent;
  color:      var(--dark);
}
.v-news__f button {
  width:        46px;
  border:       none;
  border-radius:999px;
  background:   linear-gradient(135deg,var(--teal-l),var(--teal-d));
  color:        #fff;
  cursor:       pointer;
  display:      grid;
  place-items:  center;
  transition:   opacity .2s;
}
.v-news__f button:hover { opacity: .88; }

/* Bottom bar */
.v-footer__bottom {
  display:         flex;
  justify-content: space-between;
  flex-wrap:       wrap;
  gap:             12px;
  padding-top:     26px;
  border-top:      1px solid var(--border);
  font-size:       13px;
  color:           var(--muted);
}
.v-footer__bottom a { color: var(--ink-body); transition: color .2s; }
.v-footer__bottom a:hover { color: var(--teal); }

@media (max-width: 860px) {
  .v-footer__grid { grid-template-columns: 1fr 1fr; }
  .v-footer__brand { grid-column: 1 / -1; }
  .v-news          { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .v-footer__grid { grid-template-columns: 1fr; }
}

/* ── 17. UTILITAIRES ── */
.v-sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.v-text-center  { text-align: center; }
.v-text-u       { color: var(--u-text); }
.v-bg-u         { background: var(--u); }
.v-mt-0 { margin-top: 0; }
.v-mb-8 { margin-bottom: 8px; }

/* ── 18b. PAGES GÉNÉRIQUES (Plateforme, Fonctionnalités, Sécurité, IA…) ── */

/* Héro intérieur */
.v-page-hero {
  padding: 128px 0 68px;
  background: linear-gradient(148deg,rgba(15,167,166,.05) 0%,var(--bg) 100%);
  border-bottom: 1px solid var(--border);
}
.v-page-hero--center { text-align: center; }
.v-page-hero__eye {
  display:       inline-flex;
  align-items:   center;
  gap:           7px;
  font-size:     12.5px;
  font-weight:   600;
  color:         var(--teal);
  background:    rgba(15,167,166,.09);
  padding:       5px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.v-page-hero h1 {
  font-size:   clamp(28px,4.5vw,46px);
  font-family: var(--fh);
  font-weight: 800;
  color:       var(--dark);
  max-width:   780px;
  line-height: 1.15;
  margin:      0 0 16px;
}
.v-page-hero--center h1 { margin-left: auto; margin-right: auto; }
.v-page-hero__lead {
  font-size:   clamp(15px,2vw,17.5px);
  color:       var(--ink-body);
  max-width:   620px;
  line-height: 1.68;
  margin:      0 0 28px;
}
.v-page-hero--center .v-page-hero__lead { margin-left: auto; margin-right: auto; }
.v-page-hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.v-page-hero--center .v-page-hero__cta { justify-content: center; }

/* Carte générique */
.v-pcard {
  background:    #fff;
  border:        1px solid var(--border);
  border-radius: 16px;
  padding:       26px 22px;
  transition:    box-shadow .22s, transform .22s;
}
.v-pcard:hover { box-shadow: 0 8px 32px rgba(8,36,92,.08); transform: translateY(-2px); }
.v-pcard__ico {
  width:         44px;
  height:        44px;
  border-radius: 12px;
  background:    rgba(15,167,166,.08);
  display:       flex;
  align-items:   center;
  justify-content:center;
  font-size:     19px;
  color:         var(--teal);
  margin-bottom: 14px;
}
.v-pcard__ico--ai { background: rgba(124,92,252,.08); color: var(--ai); }
.v-pcard__title {
  font-size:     15.5px;
  font-weight:   700;
  color:         var(--dark);
  font-family:   var(--fh);
  margin-bottom: 8px;
}
.v-pcard__body { font-size: 13.5px; color: var(--ink-body); line-height: 1.65; }

/* Grilles génériques */
.v-pgrid3 {
  display:               grid;
  grid-template-columns: repeat(3,1fr);
  gap:                   20px;
}
@media (max-width: 860px) { .v-pgrid3 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 520px) { .v-pgrid3 { grid-template-columns: 1fr; } }

.v-pgrid2 {
  display:               grid;
  grid-template-columns: repeat(2,1fr);
  gap:                   20px;
}
@media (max-width: 640px) { .v-pgrid2 { grid-template-columns: 1fr; } }

/* Grille architecture 12 dimensions */
.v-arch-grid {
  display:               grid;
  grid-template-columns: repeat(4,1fr);
  gap:                   12px;
}
@media (max-width: 860px) { .v-arch-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 540px) { .v-arch-grid { grid-template-columns: repeat(2,1fr); } }

.v-arch-item {
  display:         flex;
  align-items:     center;
  gap:             10px;
  padding:         11px 13px;
  background:      #fff;
  border:          1px solid var(--border);
  border-radius:   12px;
  text-decoration: none;
  font-size:       12.5px;
  font-weight:     600;
  color:           var(--dark-2);
  transition:      border-color .18s, color .18s, box-shadow .18s;
  white-space:     nowrap;
}
.v-arch-item:hover {
  border-color: var(--teal);
  color:        var(--teal);
  box-shadow:   0 4px 14px rgba(15,167,166,.1);
}

/* Feature checklist */
.v-feat-list {
  list-style:     none;
  margin:         0;
  padding:        0;
  display:        flex;
  flex-direction: column;
  gap:            9px;
}
.v-feat-list li {
  display:     flex;
  align-items: flex-start;
  gap:         10px;
  font-size:   14px;
  color:       var(--ink-body);
  line-height: 1.5;
}
.v-feat-list li i { color: var(--teal); font-size: 12px; margin-top: 3px; flex: none; }

/* Carte sécurité / certification */
.v-cert {
  display:       flex;
  align-items:   flex-start;
  gap:           16px;
  padding:       20px 22px;
  background:    #fff;
  border:        1px solid var(--border);
  border-radius: 14px;
  transition:    box-shadow .2s;
}
.v-cert:hover { box-shadow: 0 6px 22px rgba(8,36,92,.08); }
.v-cert__ico {
  width:           46px;
  height:          46px;
  border-radius:   12px;
  background:      rgba(15,167,166,.07);
  display:         flex;
  align-items:     center;
  justify-content: center;
  font-size:       20px;
  color:           var(--teal);
  flex:            none;
}
.v-cert__title { font-size: 14.5px; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.v-cert__sub   { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* Badge dimension IA */
.v-ai-badge {
  display:         inline-flex;
  align-items:     center;
  gap:             8px;
  padding:         9px 15px;
  background:      rgba(124,92,252,.06);
  border:          1px solid rgba(124,92,252,.22);
  border-radius:   12px;
  font-size:       13.5px;
  font-weight:     600;
  color:           var(--ai);
  text-decoration: none;
  transition:      background .2s;
}
.v-ai-badge:hover { background: rgba(124,92,252,.1); }

/* Bloc "bientôt disponible" */
.v-coming {
  display:         flex;
  flex-direction:  column;
  align-items:     center;
  justify-content: center;
  padding:         64px 24px;
  text-align:      center;
  background:      #fff;
  border:          1.5px dashed var(--border);
  border-radius:   20px;
  gap:             14px;
}
.v-coming__icon  { font-size: 36px; color: var(--teal); opacity: .45; }
.v-coming__title { font-size: 20px; font-weight: 700; color: var(--dark); font-family: var(--fh); }
.v-coming__body  { font-size: 14.5px; color: var(--muted); max-width: 400px; }

/* ── 18c. School 360° Hub ── */
.v-chip {
  display: inline-flex; align-items: center;
  padding: 5px 13px;
  background: rgba(15,167,166,.07); border: 1px solid rgba(15,167,166,.2);
  border-radius: 999px; font-size: 12.5px; font-weight: 600; color: var(--teal);
  white-space: nowrap;
}
.v-chip-wrap { display: flex; flex-wrap: wrap; gap: 8px; }
.v-school-band {
  padding: 36px 0;
  background: linear-gradient(135deg, var(--dark) 0%, #0a2560 100%);
}
.v-school-band__eye {
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--teal); background: rgba(15,167,166,.15);
  border-radius: 999px; padding: 4px 14px; display: inline-flex; margin-bottom: 12px;
}
.v-school-band__title {
  font-size: clamp(18px,2.8vw,26px); font-weight: 800; color: #fff;
  margin-bottom: 8px; font-family: var(--fh);
}
.v-school-band__intro { font-size: 14.5px; color: rgba(255,255,255,.68); line-height: 1.65; max-width: 660px; }
.v-sub-section {
  padding: 36px 0;
  border-bottom: 1px solid var(--border);
}
.v-sub-section:last-child { border-bottom: none; }
.v-sub-section__title { font-size: 17px; font-weight: 700; color: var(--dark); margin-bottom: 10px; font-family: var(--fh); }
.v-sub-section__body { font-size: 14.5px; color: var(--ink-body); line-height: 1.65; margin-bottom: 8px; }
.v-sub-section__body + .v-sub-section__body { color: var(--muted); font-size: 13.5px; }

/* ── 18. RTL (arabe) ── */
[dir="rtl"] .v-btn .fa-arrow-right { transform: rotate(180deg); }
[dir="rtl"] .v-btn:hover .fa-arrow-right { transform: rotate(180deg) translateX(4px); }
[dir="rtl"] .v-link .fa-arrow-right { transform: rotate(180deg); }
[dir="rtl"] .v-link:hover .fa-arrow-right { transform: rotate(180deg) translateX(4px); }
[dir="rtl"] .v-nav__links { flex-direction: row-reverse; }
[dir="rtl"] .v-footer__bottom { flex-direction: row-reverse; }

/* ── 19. FOCUS VISIBLE (accessibilité) ── */
:focus-visible {
  outline:       3px solid var(--teal);
  outline-offset:3px;
  border-radius: 4px;
}
button:focus-visible,
a:focus-visible { outline-color: var(--teal); }

/* ── 20. BANDE IA VIOLETTE (Student / Finance / Insight seulement) ── */
.v-ai-band {
  background:   linear-gradient(135deg,#5f30e8,#7C5CFC 40%,#A78BFA);
  border-radius:var(--card-radius);
  padding:      56px 48px;
  color:        #fff;
  position:     relative;
  overflow:     hidden;
}
.v-ai-band::before {
  content:    "";
  position:   absolute;
  inset:      0;
  background: radial-gradient(ellipse at 20% 50%,rgba(255,255,255,.1),transparent 55%);
}
.v-ai-band > * { position: relative; z-index: 1; }
.v-ai-band h2 { color: #fff; }
.v-ai-band p  { color: rgba(255,255,255,.85); }
.v-ai-chip {
  display:      inline-flex;
  align-items:  center;
  gap:          8px;
  background:   rgba(255,255,255,.15);
  border:       1px solid rgba(255,255,255,.25);
  padding:      6px 14px;
  border-radius:999px;
  font-size:    12px;
  font-weight:  700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:        #fff;
  margin-bottom:20px;
}

/* ── 21. HALOS (dégradés statiques derrière les visuels signature) ── */
.v-halo {
  position: relative;
}
.v-halo::before {
  content:    "";
  position:   absolute;
  top:        -20%;
  left:       50%;
  transform:  translateX(-50%);
  width:      140%;
  height:     140%;
  background: radial-gradient(ellipse,rgba(15,167,166,.12),transparent 65%);
  pointer-events: none;
  z-index:    0;
}
.v-halo > * { position: relative; z-index: 1; }

/* Halo coloré par dimension */
.v-halo--u::before {
  background: radial-gradient(ellipse,color-mix(in srgb, var(--u) 15%, transparent),transparent 65%);
}

/* ── 22. RESPONSIVE OVERFLOW GUARD ── */
body, .wp-site-blocks { overflow-x: hidden; }
table, .v-matrix { overflow-x: auto; display: block; }

/* ── 23. SECTION CENTREE (pour les têtes de section centrées) ── */
.v-sec__top--center {
  justify-content: center;
  text-align:      center;
}
.v-sec__top--center > div { max-width: 680px; }

/* ── 24. HUB UNIVERS — Étiquettes de groupe ── */
.v-uni-group-label {
  display:       flex;
  align-items:   center;
  gap:           20px;
  margin-bottom: 28px;
}
.v-uni-group-label b {
  font-family:    var(--fh);
  font-size:      12px;
  font-weight:    700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color:          var(--muted);
  white-space:    nowrap;
}
.v-uni-group-line {
  flex:       1;
  height:     1px;
  background: var(--border);
  display:    block;
}

/* ── 24. BLOCK STYLES — Boutons Gutenberg (core/button) ── */
.wp-block-button.is-style-vyzyo-primary .wp-block-button__link,
.wp-block-button.is-style-vyzyo-primary .wp-block-button__link:not(.has-background) {
  background:    linear-gradient(135deg,var(--teal-l),var(--teal-d));
  color:         #fff;
  border:        none;
  border-radius: 999px;
  font-weight:   600;
  box-shadow:    0 10px 26px -8px rgba(15,167,166,.6);
  padding:       14px 28px;
  transition:    transform .25s var(--ease), box-shadow .25s var(--ease);
}
.wp-block-button.is-style-vyzyo-primary .wp-block-button__link:hover { transform: scale(1.03); }

.wp-block-button.is-style-vyzyo-outline .wp-block-button__link,
.wp-block-button.is-style-vyzyo-outline .wp-block-button__link:not(.has-background) {
  background:    #fff;
  border:        1.5px solid var(--border);
  color:         var(--dark);
  border-radius: 999px;
  font-weight:   600;
  padding:       14px 28px;
  transition:    transform .25s var(--ease), border-color .25s;
}
.wp-block-button.is-style-vyzyo-outline .wp-block-button__link:hover {
  transform:    scale(1.03);
  border-color: var(--teal);
}

.wp-block-button.is-style-vyzyo-light .wp-block-button__link,
.wp-block-button.is-style-vyzyo-light .wp-block-button__link:not(.has-background) {
  background:    rgba(255,255,255,.18);
  border:        1.5px solid rgba(255,255,255,.35);
  color:         #fff;
  border-radius: 999px;
  font-weight:   600;
  padding:       14px 28px;
  transition:    background .2s, transform .25s var(--ease);
}
.wp-block-button.is-style-vyzyo-light .wp-block-button__link:hover {
  background: rgba(255,255,255,.28);
  transform:  scale(1.03);
}

/* ── 26. HERO UNIVERS ── */
.v-hero-uni {
  padding:  140px 0 80px;
  position: relative;
  overflow: hidden;
}
.v-hero-uni::before {
  content:    "";
  position:   absolute;
  inset:      0;
  z-index:    -1;
  background: radial-gradient(54% 50% at 78% 4%, color-mix(in srgb, var(--u) 16%, transparent), transparent 60%);
}
.v-hero-uni__grid {
  display:               grid;
  grid-template-columns: 1.02fr .98fr;
  gap:                   48px;
  align-items:           center;
}
@media (max-width: 980px) {
  .v-hero-uni__grid { grid-template-columns: 1fr; }
  .v-hero-uni       { padding: 120px 0 50px; }
}

/* Fil d'Ariane dimension */
.v-crumb {
  display:      inline-flex;
  align-items:  center;
  gap:          9px;
  font-size:    13px;
  font-weight:  600;
  color:        var(--muted);
  margin-bottom:22px;
}
.v-crumb a:hover { color: var(--u-text); }
.v-crumb__sep { font-size: 9px; }
.v-crumb__chip {
  display:      inline-flex;
  align-items:  center;
  gap:          8px;
  background:   color-mix(in srgb, var(--u) 8%, white);
  color:        var(--u-text);
  padding:      6px 13px;
  border-radius:999px;
  border:       1px solid color-mix(in srgb, var(--u) 20%, white);
  font-weight:  700;
}
.v-crumb__chip .v-hex     { width: 18px; }
.v-crumb__chip .v-hex i   { font-size: 8px; }

/* Texte héro */
.v-hero-uni h1 .v-hl { color: var(--u); }
.v-hero-uni__sub {
  margin:       22px 0 14px;
  font-family:  var(--fh);
  font-weight:  600;
  font-size:    clamp(17px, 1.8vw, 20px);
  color:        var(--dark);
  max-width:    440px;
}
.v-hero-uni__p {
  font-size:    16px;
  color:        var(--ink-body);
  max-width:    430px;
  margin-bottom:32px;
}
.v-hero-uni__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.v-hero-uni__eco   { margin-top: 30px; font-size: 13.5px; color: var(--muted); }
.v-hero-uni__eco b { color: var(--dark); }

/* ── 27. PROFIL 360° (visual héro Student) ── */
.v-profile {
  background:   var(--surface);
  border:       1px solid var(--border);
  border-radius:var(--card-radius);
  box-shadow:   0 24px 60px -18px color-mix(in srgb, var(--u) 40%, transparent);
  padding:      26px;
  position:     relative;
  overflow:     hidden;
}
.v-profile__glow {
  position:      absolute;
  inset:         auto -10% -20% auto;
  width:         240px;
  height:        240px;
  background:    radial-gradient(circle, color-mix(in srgb, var(--u) 22%, transparent), transparent 65%);
  z-index:       -1;
  filter:        blur(10px);
  pointer-events:none;
}
.v-profile__head {
  display:       flex;
  align-items:   center;
  gap:           15px;
  padding-bottom:18px;
  border-bottom: 1px solid var(--border);
}
.v-profile__av {
  width:         56px;
  height:        56px;
  border-radius: 50%;
  flex:          none;
  background:    linear-gradient(135deg, var(--u-l), var(--u-deep));
  display:       grid;
  place-items:   center;
  color:         #fff;
  font-weight:   800;
  font-size:     19px;
  font-family:   var(--fh);
}
.v-profile__head b    { font-family:var(--fh); font-size:17px; color:var(--dark); display:block; }
.v-profile__head span { font-size:13px; color:var(--muted); }
.v-profile__tag {
  margin-left:  auto;
  font-size:    11px;
  font-weight:  700;
  color:        var(--teal);
  background:   #e6f7f6;
  padding:      5px 11px;
  border-radius:999px;
}
.v-profile__stats {
  display:               grid;
  grid-template-columns: 1fr 1fr;
  gap:                   11px;
  margin:                18px 0;
}
.v-profile__stats div   { border:1px solid var(--border); border-radius:14px; padding:13px 15px; background:var(--bg); }
.v-profile__stats b     { font-size:12px; color:var(--muted); font-weight:600; display:block; }
.v-profile__stats span  { font-size:17px; font-weight:700; color:var(--dark); font-family:var(--fh); display:block; margin-top:3px; }

.v-ai-badge {
  display:      flex;
  gap:          13px;
  align-items:  flex-start;
  background:   color-mix(in srgb, var(--ai) 7%, white);
  border:       1px solid color-mix(in srgb, var(--ai) 20%, white);
  border-radius:16px;
  padding:      15px;
}
.v-ai-badge__ic {
  width:        36px;
  height:       36px;
  flex:         none;
  border-radius:11px;
  background:   linear-gradient(135deg, var(--ai), var(--ai-l));
  display:      grid;
  place-items:  center;
  color:        #fff;
  font-size:    16px;
}
.v-ai-badge b { color:var(--ai); font-size:12.5px; display:block; margin-bottom:3px; }
.v-ai-badge p { font-size:13px; color:var(--ink-body); line-height:1.5; }

/* ── 28. FEATURE ROWS (alternées texte / visuel) ── */
.v-row {
  display:               grid;
  grid-template-columns: 1fr 1fr;
  gap:                   56px;
  align-items:           center;
  padding:               46px 0;
}
.v-row--rev .v-row__txt { order: 2; }
.v-row__eye {
  display:        inline-block;
  font-size:      12px;
  font-weight:    700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color:          var(--u-text);
  margin-bottom:  14px;
}
.v-row--ai .v-row__eye    { color: var(--ai); }
.v-row__txt h2             { margin-bottom: 14px; }
.v-row__txt p              { font-size:16px; color:var(--ink-body); margin-bottom:18px; }
.v-row__list               { list-style:none; display:grid; gap:11px; }
.v-row__list li            { display:flex; align-items:center; gap:11px; font-size:15px; color:var(--dark); font-weight:500; }
.v-row__list i             { color: var(--u-text); flex: none; }
.v-row--ai .v-row__list i  { color: var(--ai); }
.v-row-band                { background: var(--surface); padding: 50px 0; }

@media (max-width: 860px) {
  .v-row { grid-template-columns:1fr; gap:32px; padding:30px 0; }
  .v-row--rev .v-row__txt { order: 0; }
}

/* ── 29. CARTES MOCK (analyse IA + accès par rôle) ── */
.v-aicard {
  background:   linear-gradient(180deg, #fbfaff, #f4f0ff);
  border:       1px solid color-mix(in srgb, var(--ai) 16%, white);
  border-radius:var(--card-radius);
  box-shadow:   0 24px 60px -20px color-mix(in srgb, var(--ai) 40%, transparent);
  padding:      24px;
}
.v-aicard__top          { display:flex; align-items:center; gap:12px; margin-bottom:16px; }
.v-aicard__top .v-hex   { width: 42px; }
.v-aicard__top .v-hex i { font-size: 17px; }
.v-aicard__top b        { font-family:var(--fh); color:var(--ai); font-size:16px; }
.v-ailine {
  display:       flex;
  gap:           12px;
  align-items:   flex-start;
  background:    #fff;
  border:        1px solid var(--border);
  border-radius: 14px;
  padding:       14px;
  margin-bottom: 10px;
}
.v-ailine:last-child { margin-bottom: 0; }
.v-ailine i          { color:var(--ai); margin-top:2px; flex:none; }
.v-ailine b          { font-size:13.5px; color:var(--dark); font-family:var(--fh); display:block; }
.v-ailine span       { font-size:13px; color:var(--ink-body); }

.v-access {
  background:   var(--surface);
  border:       1px solid var(--border);
  border-radius:var(--card-radius);
  box-shadow:   var(--card-shadow);
  overflow:     hidden;
}
.v-access__row {
  display:      flex;
  align-items:  center;
  gap:          14px;
  padding:      16px 22px;
  border-bottom:1px solid var(--border);
}
.v-access__row:last-child { border-bottom: none; }
.v-access__hex            { width:38px; flex:none; }
.v-access__row b          { font-family:var(--fh); font-size:14px; color:var(--dark); display:block; }
.v-access__row span       { font-size:13px; color:var(--muted); }

/* ── 30. UNIVERS LIÉS ── */
.v-related {
  display:         flex;
  gap:             18px;
  justify-content: center;
  flex-wrap:       wrap;
  margin-top:      40px;
}
.v-related-card {
  display:        flex;
  flex-direction: column;
  align-items:    center;
  gap:            10px;
  width:          120px;
  padding:        20px 10px;
  border:         1px solid var(--border);
  border-radius:  20px;
  background:     var(--surface);
  transition:     transform .25s var(--ease), box-shadow .25s var(--ease);
  text-decoration:none;
}
.v-related-card:hover    { transform:translateY(-4px); box-shadow:var(--card-shadow-h); }
.v-related-card .v-hex   { width: 48px; }
.v-related-card .v-hex i { font-size: 18px; }
.v-related-card b        { font-family:var(--fh); font-size:14px; color:var(--dark); }

/* ── 31. BANDE CTA — VARIANTE SOMBRE (dimension) ── */
.v-cta-band--dark {
  background: linear-gradient(135deg, #08245C, #0e3f96 55%, var(--teal));
}

/* ── 32. VISUEL HÉRO UNIVERS — grand hexagone ── */
.v-hero-uni__hex-wrap {
  display:         flex;
  justify-content: center;
  align-items:     center;
  position:        relative;
  min-height:      280px;
}
.v-hero-uni__hex-wrap::before {
  content:      "";
  position:     absolute;
  width:        320px;
  height:       320px;
  border-radius:50%;
  background:   radial-gradient(circle, color-mix(in srgb, var(--u) 18%, transparent), transparent 65%);
  filter:       blur(20px);
  pointer-events:none;
}
.v-hero-uni__hex-xl {
  width:  180px;
  position:relative;
  z-index: 1;
  filter: drop-shadow(0 24px 50px color-mix(in srgb, var(--u) 45%, transparent));
}
.v-hero-uni__hex-xl i { font-size: 72px; }

/* ── 32. DIMENSION WIDGETS — héro + rangées ─────────────────────────────── */

/* Shared row-band AI variant */
.v-row-band--ai             { background: linear-gradient(135deg, #f4f0ff 0%, #fff 100%); }
.v-row__eye--ai             { color: var(--ai) !important; }

/* ── Shared widget card shell ── */
.v-phone,.v-teacher-dash,.v-tt,.v-bulletin,.v-fin-dash,.v-composer,
.v-matrix,.v-hcard,.v-kanban,.v-cockpit,.v-network,
.v-chat,.v-paycard,.v-roster,.v-gbcard,.v-classcard,.v-sublist,
.v-examlist,.v-resdash,.v-accounting,.v-cmpstat,.v-agenda,
.v-cloisonne,.v-hosting,.v-alertdist,.v-hrecord,.v-aform,.v-funnel,
.v-modes,.v-schoolchart,.v-policy,.v-access {
  background:    #fff;
  border:        1.5px solid #e8edf4;
  border-radius: 20px;
  padding:       24px;
  box-shadow:    0 8px 32px rgba(8,36,92,.08);
  font-size:     13px;
  color:         var(--dark);
  width:         100%;
  box-sizing:    border-box;
  max-width:     420px;
  margin:        0 auto;
}

/* ── PHONE (Parent360 hero) ── */
.v-pn           { display:flex; align-items:center; gap:10px; padding:8px 0; border-bottom:1px solid #f0f3f8; }
.v-pn:last-child{ border-bottom:none; }
.v-pn--bar      { font-weight:700; font-size:14px; color:var(--u); justify-content:center; }
.v-pn--head     { font-weight:600; font-size:13px; color:#08245c; justify-content:center; }
.v-pn--row i    { color:var(--u); width:16px; text-align:center; }
.v-pn--msg      { background:var(--u-soft); border-radius:10px; padding:8px 12px; font-size:12px; gap:8px; }
.v-pn--msg i    { color:var(--u); }
.v-pn--pay      { background:#f0fdf9; border-radius:10px; padding:8px 12px; justify-content:space-between; }
.v-pn--pay em   { font-style:normal; font-weight:700; color:var(--u); cursor:pointer; }

/* ── TEACHER DASH (Teacher360 hero) ── */
.v-tdash        { padding:8px 0; border-bottom:1px solid #f0f3f8; }
.v-tdash:last-child { border-bottom:none; }
.v-tdash--head  { font-weight:700; font-size:14px; color:var(--u); text-align:center; padding:0 0 12px; }
.v-tdash--stats { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; text-align:center; padding:10px 0; }
.v-tdash--stats div { background:var(--u-soft); border-radius:10px; padding:8px 4px; }
.v-tdash--stats b   { display:block; font-size:20px; font-weight:800; color:var(--u); }
.v-tdash--stats span{ font-size:11px; color:#7c8aa0; }
.v-tdash--row   { display:flex; align-items:center; gap:10px; font-size:13px; padding:6px 0; }
.v-tdash--row i { color:var(--u); width:16px; }
.v-tdash--action{ background:var(--u); color:#fff; border-radius:10px; padding:10px 16px; text-align:center; font-weight:600; font-size:13px; display:flex; align-items:center; justify-content:center; gap:8px; margin-top:8px; }

/* ── TIMETABLE (Class360 hero) ── */
.v-tt           { padding:12px; }
.v-tt__head,.v-tt__row { display:grid; grid-template-columns:32px repeat(5,1fr); gap:4px; margin-bottom:4px; }
.v-tt__head span { font-size:11px; font-weight:700; text-align:center; color:#7c8aa0; }
.v-tt__time     { font-size:11px; color:#7c8aa0; display:flex; align-items:center; justify-content:center; }
.v-tt__cell     { font-size:10.5px; font-weight:600; border-radius:6px; padding:6px 2px; text-align:center; color:#fff; }
.v-c-bl { background:#3b82f6; } .v-c-or { background:#f59e0b; }
.v-c-te { background:var(--teal); } .v-c-vi { background:var(--ai); }
.v-c-gr { background:#10b981; }

/* ── BULLETIN (Academic360 hero) ── */
.v-bul__head   { display:flex; justify-content:space-between; align-items:center; padding-bottom:12px; border-bottom:2px solid var(--u-soft); margin-bottom:10px; }
.v-bul__head span { font-size:12px; color:#7c8aa0; }
.v-bul__head b    { font-size:14px; color:var(--u); }
.v-bul__labels    { display:grid; grid-template-columns:1fr 60px 44px; gap:4px; font-size:11px; color:#7c8aa0; font-weight:600; padding-bottom:6px; }
.v-bul__row       { display:grid; grid-template-columns:1fr 60px 44px; gap:4px; padding:5px 0; border-bottom:1px solid #f4f6fb; font-size:13px; align-items:center; }
.v-bul__row b     { font-weight:700; color:var(--u); }
.v-bul__avg       { margin-top:10px; background:var(--u-soft); border-radius:10px; padding:10px 12px; font-size:13px; font-weight:600; display:flex; justify-content:space-between; }
.v-bul__avg b     { color:var(--u); }

/* ── FINANCE DASH (Finance360 hero) ── */
.v-fdash__head   { font-size:13px; font-weight:700; color:#7c8aa0; text-align:center; padding-bottom:12px; }
.v-fdash__kpis   { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin-bottom:16px; }
.v-fdash__kpi    { background:var(--u-soft); border-radius:10px; padding:10px 8px; text-align:center; }
.v-fdash__kpi span{ display:block; font-size:10px; color:#7c8aa0; margin-bottom:4px; }
.v-fdash__kpi b  { font-size:15px; font-weight:800; color:var(--u); }
.v-fdash__kpi--ok { background:#ecfdf5; }
.v-fdash__kpi--ok b { color:#059669; }
.v-fdash__kpi--warn { background:#fef3c7; }
.v-fdash__kpi--warn b { color:#d97706; }
.v-fdash__bars   { display:flex; gap:8px; align-items:flex-end; height:60px; }
.v-fdash__bar    { flex:1; display:flex; flex-direction:column; align-items:center; gap:4px; }
.v-fdash__bar span { font-size:10px; color:#7c8aa0; }
.v-fdash__bar div  { width:100%; background:var(--u-soft); border-radius:4px 4px 0 0; height:calc(var(--p) * 0.5px); }
.v-fdash__bar--cur div { background:var(--u); }

/* ── COMPOSER (Communication360 hero) ── */
.v-cmp__head   { font-size:14px; font-weight:700; color:var(--u); padding-bottom:12px; border-bottom:1px solid #f0f3f8; margin-bottom:12px; }
.v-cmp__to     { display:flex; align-items:center; gap:8px; font-size:12px; margin-bottom:10px; }
.v-cmp__to label { color:#7c8aa0; font-weight:600; white-space:nowrap; }
.v-cmp__to span  { color:var(--dark); }
.v-cmp__channels { display:flex; gap:6px; margin-bottom:12px; }
.v-ch          { font-size:11px; font-weight:600; padding:4px 10px; border-radius:100px; border:1.5px solid #e0e7ef; color:#7c8aa0; display:flex; align-items:center; gap:4px; }
.v-ch--on      { background:var(--u); border-color:var(--u); color:#fff; }
.v-cmp__body   { background:#f8fafc; border-radius:10px; padding:10px 12px; font-size:13px; color:var(--dark); margin-bottom:12px; line-height:1.5; }
.v-cmp__send   { background:var(--u); color:#fff; border-radius:10px; padding:10px 16px; font-size:13px; font-weight:600; display:flex; align-items:center; gap:8px; justify-content:center; cursor:pointer; }

/* ── MATRIX (Security360 hero) ── */
.v-mx__head    { font-size:13px; font-weight:700; color:var(--u); padding-bottom:12px; border-bottom:1px solid #f0f3f8; margin-bottom:12px; }
.v-mx__row     { display:flex; align-items:center; justify-content:space-between; padding:8px 0; border-bottom:1px solid #f0f3f8; font-size:13px; }
.v-mx__row:last-child { border-bottom:none; }
.v-mx__ok      { color:#059669; font-style:normal; font-weight:600; font-size:12px; display:flex; align-items:center; gap:4px; }
.v-mx__warn    { color:#d97706; font-style:normal; font-weight:600; font-size:12px; display:flex; align-items:center; gap:4px; }

/* ── HEALTH CARD (Health360 hero) ── */
.v-hcard__head { display:flex; align-items:center; gap:12px; padding-bottom:14px; border-bottom:1px solid #f0f3f8; margin-bottom:12px; }
.v-hcard__head div:last-child b { font-size:14px; font-weight:700; color:var(--dark); display:block; }
.v-hcard__head div:last-child span { font-size:12px; color:#7c8aa0; }
.v-hrow        { display:flex; align-items:center; gap:10px; padding:7px 0; border-bottom:1px solid #f4f6fb; font-size:13px; }
.v-hrow:last-child { border-bottom:none; }
.v-hrow i      { width:16px; text-align:center; }
.v-hrow--alert i { color:#ef4444; }
.v-hrow em     { margin-left:auto; font-style:normal; font-size:11px; background:#f4f6fb; border-radius:6px; padding:2px 8px; }
.v-hrow__ok    { background:#ecfdf5 !important; color:#059669; }

/* ── KANBAN (Admissions360 hero) ── */
.v-kanban      { display:grid; grid-template-columns:repeat(4,1fr); gap:8px; padding:12px; overflow:hidden; }
.v-kbcol       { display:flex; flex-direction:column; gap:6px; }
.v-kbcol__head { font-size:11px; font-weight:700; color:#7c8aa0; display:flex; justify-content:space-between; align-items:center; padding-bottom:4px; }
.v-kbcol__head span { background:var(--u-soft); color:var(--u); border-radius:100px; padding:1px 7px; font-size:10px; font-weight:700; }
.v-kbcard      { background:#f8fafc; border:1.5px solid #e8edf4; border-radius:8px; padding:7px 8px; display:flex; align-items:center; gap:6px; }
.v-kbcard__dot { width:8px; height:8px; border-radius:50%; background:var(--u); flex:none; }
.v-kbcard span { font-size:10.5px; color:var(--dark); }

/* ── COCKPIT (Insight360 hero) ── */
.v-cockpit__head { font-size:13px; font-weight:700; color:#7c8aa0; text-align:center; padding-bottom:12px; }
.v-kpis        { display:grid; grid-template-columns:repeat(2,1fr); gap:8px; margin-bottom:14px; }
.v-kpi         { background:var(--u-soft); border-radius:10px; padding:10px 12px; }
.v-kpi--warn   { background:#fef3c7; }
.v-kpi span    { display:block; font-size:11px; color:#7c8aa0; margin-bottom:2px; }
.v-kpi b       { font-size:20px; font-weight:800; color:var(--u); display:block; }
.v-kpi--warn b { color:#d97706; }
.v-kpi em      { font-style:normal; font-size:11px; color:#7c8aa0; }
.v-kpi--up     { color:#059669 !important; }
.v-kpi--ok     { color:#059669 !important; }
.v-spark       { display:flex; align-items:flex-end; gap:6px; height:48px; }
.v-spark__bar  { flex:1; background:var(--u-soft); border-radius:4px 4px 0 0; height:var(--h); }
.v-spark__bar--cur { background:var(--u); }

/* ── NETWORK (MultiSchool360 hero) ── */
.v-ntotal      { font-size:12px; font-weight:700; color:#7c8aa0; text-align:center; padding-bottom:10px; border-bottom:1px solid #f0f3f8; margin-bottom:10px; }
.v-nrow        { display:grid; grid-template-columns:1fr auto auto; gap:10px; align-items:center; padding:7px 0; border-bottom:1px solid #f4f6fb; font-size:13px; }
.v-nrow:last-child { border-bottom:none; }
.v-nrow em     { font-style:normal; font-size:11px; color:#7c8aa0; }
.v-nrow b      { font-weight:700; color:var(--u); }

/* ── ROW WIDGETS ─────────────────────────────────────────────────── */

/* CHAT */
.v-chat        { display:flex; flex-direction:column; gap:8px; }
.v-bub         { border-radius:14px; padding:10px 14px; font-size:13px; line-height:1.45; max-width:85%; }
.v-bub b       { display:block; font-size:11px; font-weight:700; margin-bottom:2px; }
.v-bub--out    { background:var(--u-soft); align-self:flex-end; border-bottom-right-radius:4px; }
.v-bub--out b  { color:var(--u); }
.v-bub--in     { background:#f0fdf9; align-self:flex-start; border-bottom-left-radius:4px; }
.v-bub--in b   { color:#059669; }
.v-chat__send  { align-self:flex-end; width:36px; height:36px; background:var(--u); border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-size:13px; }

/* PAYCARD */
.v-paycard__head { font-size:13px; font-weight:700; color:var(--dark); padding-bottom:10px; border-bottom:1px solid #f0f3f8; margin-bottom:10px; }
.v-paycard__row  { display:flex; justify-content:space-between; align-items:center; padding:6px 0; font-size:13px; border-bottom:1px solid #f4f6fb; }
.v-paycard__total{ display:flex; justify-content:space-between; align-items:center; padding:10px 0 10px; font-weight:700; font-size:14px; border-top:2px solid var(--u-soft); margin-top:4px; }
.v-paycard__total b { color:var(--u); }
.v-paycard__btn  { background:var(--u); color:#fff; border-radius:10px; padding:11px 16px; text-align:center; font-size:13px; font-weight:700; display:flex; align-items:center; justify-content:center; gap:8px; }

/* ROSTER */
.v-roster { display:flex; flex-direction:column; gap:6px; }
.v-rrow   { display:flex; align-items:center; gap:10px; padding:6px 0; border-bottom:1px solid #f4f6fb; }
.v-rrow:last-child { border-bottom:none; }
.v-rav    { width:30px; height:30px; border-radius:50%; background:var(--u-soft); color:var(--u); display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; flex:none; }
.v-rrow span { flex:1; font-size:13px; }
.v-rst    { font-size:11px; font-weight:600; padding:3px 9px; border-radius:100px; font-style:normal; }
.v-rst--ok   { background:#ecfdf5; color:#059669; }
.v-rst--late { background:#fef3c7; color:#d97706; }
.v-rst--no   { background:#fef2f2; color:#ef4444; }

/* GRADE BOOK */
.v-gbcard { display:flex; flex-direction:column; gap:4px; }
.v-gbrow  { display:grid; grid-template-columns:1fr 48px 80px; align-items:center; gap:8px; padding:5px 0; border-bottom:1px solid #f4f6fb; font-size:12.5px; position:relative; }
.v-gbrow:last-child { border-bottom:none; }
.v-gbrow--head { font-weight:700; color:#7c8aa0; font-size:11px; }
.v-gbrow b  { font-weight:700; color:var(--u); font-size:14px; }
.v-gbg      { height:4px; background:var(--u-soft); border-radius:2px; overflow:hidden; }
.v-gbg::after { content:''; display:block; height:100%; width:var(--w); background:var(--u); border-radius:2px; }

/* CLASS CARD */
.v-classcard__head { display:flex; justify-content:space-between; align-items:baseline; padding-bottom:12px; border-bottom:1px solid #f0f3f8; margin-bottom:12px; }
.v-classcard__head b   { font-size:18px; font-weight:800; color:var(--u); }
.v-classcard__head span{ font-size:12px; color:#7c8aa0; }
.v-classcard__row  { display:flex; align-items:center; gap:10px; padding:7px 0; border-bottom:1px solid #f4f6fb; font-size:13px; }
.v-classcard__row:last-child { border-bottom:none; }
.v-classcard__row i { color:var(--u); width:16px; text-align:center; }

/* SUBJECT LIST */
.v-sublist__head,.v-sublist__row { display:grid; grid-template-columns:1fr 1fr 40px; gap:8px; padding:6px 0; border-bottom:1px solid #f4f6fb; font-size:12.5px; align-items:center; }
.v-sublist__head  { font-weight:700; color:#7c8aa0; font-size:11px; border-bottom:2px solid #e8edf4; }
.v-sublist__row:last-child { border-bottom:none; }
.v-sublist__row b { font-weight:700; color:var(--u); text-align:right; }

/* EXAM LIST */
.v-examlist__head,.v-examlist__row { display:grid; grid-template-columns:1fr 70px 50px 38px; gap:6px; padding:6px 0; border-bottom:1px solid #f4f6fb; font-size:12px; align-items:center; }
.v-examlist__head { font-weight:700; color:#7c8aa0; font-size:10.5px; border-bottom:2px solid #e8edf4; }
.v-examlist__row:last-child { border-bottom:none; }
.v-examlist__row em { font-style:normal; color:#7c8aa0; font-size:11.5px; }
.v-examlist__row b  { font-weight:700; color:var(--u); }

/* RESULTS DASH */
.v-resdash__head { font-size:13px; font-weight:700; color:#7c8aa0; text-align:center; padding-bottom:12px; }
.v-resdash__kpis { display:grid; grid-template-columns:repeat(2,1fr); gap:8px; }
.v-resdash__kpis > div { background:var(--u-soft); border-radius:12px; padding:14px 10px; text-align:center; }
.v-resdash__kpis span  { display:block; font-size:11px; color:#7c8aa0; margin-bottom:4px; }
.v-resdash__kpis b     { font-size:22px; font-weight:800; color:var(--u); }

/* ACCOUNTING */
.v-accounting__head { font-size:13px; font-weight:700; color:var(--u); padding-bottom:10px; border-bottom:1px solid #f0f3f8; margin-bottom:10px; }
.v-accounting__row  { display:flex; align-items:center; gap:10px; padding:7px 0; border-bottom:1px solid #f4f6fb; font-size:13px; }
.v-accounting__row:last-child { border-bottom:none; }
.v-accounting__row i  { color:var(--u); width:16px; text-align:center; }
.v-accounting__row em { margin-left:auto; font-style:normal; font-size:12px; color:#7c8aa0; }
.v-accounting__ok     { color:#059669 !important; }
.v-accounting__ok i   { color:#059669 !important; }

/* CMP STAT */
.v-cmpstat__head { font-size:12px; color:#7c8aa0; font-weight:600; padding-bottom:10px; border-bottom:1px solid #f0f3f8; margin-bottom:12px; }
.v-cmpstat__row  { display:flex; align-items:center; gap:8px; padding:6px 0; font-size:12px; }
.v-cmpstat__row i { color:var(--u); width:14px; text-align:center; }
.v-cmpstat__row span { width:42px; font-weight:600; }
.v-cmpstat__row em   { font-style:normal; color:#7c8aa0; font-size:11px; white-space:nowrap; margin-left:4px; }
.v-cmpbar        { flex:1; height:8px; background:#f0f3f8; border-radius:4px; overflow:hidden; }
.v-cmpbar div    { height:100%; background:var(--u); border-radius:4px; }

/* AGENDA */
.v-agenda__row   { display:flex; align-items:flex-start; gap:14px; padding:9px 0; border-bottom:1px solid #f4f6fb; }
.v-agenda__row:last-child { border-bottom:none; }
.v-agenda__date  { background:var(--u-soft); color:var(--u); border-radius:8px; padding:4px 8px; font-size:11px; font-weight:700; white-space:nowrap; min-width:44px; text-align:center; }
.v-agenda__row div b    { display:block; font-size:13px; font-weight:700; color:var(--dark); }
.v-agenda__row div span { font-size:11px; color:#7c8aa0; }

/* CLOISONNE */
.v-cloisonne__head { font-size:13px; font-weight:700; color:var(--u); padding-bottom:10px; border-bottom:1px solid #f0f3f8; margin-bottom:10px; }
.v-cloisonne__row  { display:flex; align-items:center; gap:10px; padding:7px 0; border-bottom:1px solid #f4f6fb; font-size:13px; }
.v-cloisonne__row:last-child { border-bottom:none; }
.v-cloisonne__row i  { color:var(--u); width:14px; text-align:center; }
.v-cloisonne__row em { margin-left:auto; font-style:normal; font-size:11px; background:#f4f6fb; border-radius:6px; padding:2px 8px; color:#7c8aa0; }

/* HOSTING */
.v-hosting__head   { font-size:13px; font-weight:700; color:var(--u); padding-bottom:10px; border-bottom:1px solid #f0f3f8; margin-bottom:12px; }
.v-hosting__row    { display:flex; align-items:center; gap:10px; padding:8px 0; border-bottom:1px solid #f4f6fb; font-size:13px; }
.v-hosting__row:last-child { border-bottom:none; }
.v-hosting__row i  { width:16px; text-align:center; }
.v-hosting__row--ok i { color:#059669; }

/* ALERT DIST */
.v-alertdist__head { font-size:12px; font-weight:700; color:#7c8aa0; padding-bottom:10px; border-bottom:1px solid #f0f3f8; margin-bottom:10px; }
.v-alrow        { display:flex; align-items:center; gap:10px; padding:7px 0; border-bottom:1px solid #f4f6fb; font-size:13px; }
.v-alrow:last-child { border-bottom:none; }
.v-alrow i      { width:16px; text-align:center; }
.v-alrow--warn i { color:#ef4444; }
.v-alrow--info i { color:#3b82f6; }
.v-alrow span   { flex:1; font-weight:600; }
.v-alrow em     { font-style:normal; font-size:11px; color:#7c8aa0; background:#f4f6fb; border-radius:6px; padding:2px 8px; }

/* HEALTH RECORD */
.v-hrecord__head { font-size:13px; font-weight:700; color:var(--u); padding-bottom:10px; border-bottom:1px solid #f0f3f8; margin-bottom:12px; }
.v-hrecord__kpis { display:grid; grid-template-columns:repeat(2,1fr); gap:8px; }
.v-hrecord__kpis > div { background:var(--u-soft); border-radius:10px; padding:12px 10px; text-align:center; }
.v-hrecord__kpis span   { display:block; font-size:11px; color:#7c8aa0; margin-bottom:4px; }
.v-hrecord__kpis b      { font-size:16px; font-weight:800; color:var(--u); }
.v-hrecord__kpis b.ok   { color:#059669; font-size:13px; }

/* ADMISSION FORM */
.v-aform__head  { font-size:14px; font-weight:700; color:var(--u); padding-bottom:12px; border-bottom:1px solid #f0f3f8; margin-bottom:14px; }
.v-afield       { display:flex; flex-direction:column; gap:4px; margin-bottom:10px; }
.v-afield label { font-size:11px; font-weight:700; color:#7c8aa0; }
.v-ainp         { background:#f8fafc; border:1.5px solid #e8edf4; border-radius:8px; padding:9px 12px; font-size:13px; color:var(--dark); }
.v-aform__btn   { background:var(--u); color:#fff; border-radius:10px; padding:11px 16px; font-size:13px; font-weight:700; display:flex; align-items:center; justify-content:center; gap:8px; margin-top:4px; }

/* FUNNEL */
.v-funnel       { display:flex; flex-direction:column; gap:8px; }
.v-frow         { display:grid; grid-template-columns:110px 1fr 36px; align-items:center; gap:10px; font-size:12.5px; }
.v-frow span    { color:var(--dark); font-weight:600; }
.v-frow b       { font-weight:800; color:var(--u); text-align:right; }
.v-fbar         { height:10px; background:#f0f3f8; border-radius:5px; overflow:hidden; }
.v-fbar div     { height:100%; background:var(--u); border-radius:5px; }

/* MODES */
.v-modes        { display:grid; grid-template-columns:1fr 1fr; gap:10px; }
.v-modecard     { border-radius:14px; padding:16px 14px; }
.v-modecard b   { display:block; font-size:13px; font-weight:700; margin-bottom:10px; }
.v-modecard--op { background:var(--u-soft); }
.v-modecard--op b { color:var(--u); }
.v-modecard--re { background:#f4f0ff; }
.v-modecard--re b { color:var(--ai); }
.v-mline        { display:flex; justify-content:space-between; font-size:12px; padding:3px 0; border-bottom:1px solid rgba(0,0,0,.06); }
.v-mline:last-child { border-bottom:none; }
.v-mline span   { color:#7c8aa0; }
.v-mline em     { font-style:normal; font-weight:700; color:var(--dark); }

/* SCHOOL CHART */
.v-schoolchart__head { font-size:12px; font-weight:700; color:#7c8aa0; padding-bottom:10px; border-bottom:1px solid #f0f3f8; margin-bottom:12px; }
.v-scrow        { display:grid; grid-template-columns:70px 1fr 44px; align-items:center; gap:10px; padding:5px 0; font-size:12.5px; }
.v-scrow span   { font-weight:600; }
.v-scrow b      { font-weight:800; color:var(--u); text-align:right; }
.v-scbar        { height:8px; background:#f0f3f8; border-radius:4px; overflow:hidden; }
.v-scbar div    { height:100%; background:var(--u); border-radius:4px; }

/* POLICY */
.v-policy__head { font-size:13px; font-weight:700; color:var(--u); padding-bottom:10px; border-bottom:1px solid #f0f3f8; margin-bottom:10px; }
.v-prow         { display:flex; align-items:center; justify-content:space-between; padding:8px 0; border-bottom:1px solid #f4f6fb; font-size:13px; }
.v-prow:last-child { border-bottom:none; }
.v-prow__tag    { font-size:11px; font-weight:700; padding:3px 10px; border-radius:100px; }
.v-prow__tag--cen { background:var(--u); color:#fff; }
.v-prow__tag--loc { background:#f4f6fb; color:#7c8aa0; }

/* ACCESS MATRIX */
.v-access__head { font-size:13px; font-weight:700; color:var(--u); padding-bottom:10px; border-bottom:1px solid #f0f3f8; margin-bottom:12px; }
.v-access__row  { display:flex; align-items:flex-start; gap:12px; padding:8px 0; border-bottom:1px solid #f4f6fb; }
.v-access__row:last-child { border-bottom:none; }
.v-access__hx   { width:28px; height:28px; border-radius:8px; background:var(--u-soft); display:flex; align-items:center; justify-content:center; flex:none; }
.v-access__hx i { color:var(--u); font-size:12px; }
.v-access__row b     { display:block; font-size:13px; font-weight:700; color:var(--dark); }
.v-access__row span  { font-size:11px; color:#7c8aa0; }

/* ══════════════════════════════════════════════════════════════════════════
   33. GUTENBERG BLOCK EDITOR — COMPATIBILITY OVERRIDES
   ══════════════════════════════════════════════════════════════════════════ */

/* Make scroll-reveal (.rv) elements visible in the block editor.
   wp:group blocks with .rv class would be opacity:0 without this. */
.editor-styles-wrapper .rv {
  opacity:    1 !important;
  transform:  none !important;
  transition: none !important;
}

/* Reset WordPress block-gap margin (from is-layout-flow) for our custom
   layout containers — CSS grid/flex already handle their own spacing. */
.v-facette-grid.is-layout-flow > * + *,
.v-sec__top.is-layout-flow      > * + *,
.v-sec__body.is-layout-flow     > * + *,
.v-facette.is-layout-flow       > * + *,
.v-row.is-layout-flow           > * + *,
.v-row__txt.is-layout-flow      > * + *,
.v-wrap.is-layout-flow          > * + * {
  margin-block-start: 0;
}

/* Stagger animation delays via class (used on block groups instead of data-d). */
.rv.v-d1 { transition-delay: .1s; }
.rv.v-d2 { transition-delay: .2s; }

/* Related section surface background. */
.v-sec--surface { background: var(--surface); }

/* ══════════════════════════════════════════════════════════════════════════
   34. PHASE 4 — HOMEPAGE HERO
   ══════════════════════════════════════════════════════════════════════════ */

.v-hero-home { padding:150px 0 60px; position:relative; overflow:hidden; }

/* Side-nav rail dots */
.v-rail { position:absolute; right:18px; top:50%; transform:translateY(-50%); display:flex; flex-direction:column; gap:11px; z-index:5; }
.v-rail span { width:8px; height:8px; border-radius:50%; background:#cdd9e1; }
.v-rail span.on { background:var(--teal); height:22px; border-radius:5px; }

/* 2-column hero grid */
.v-hero__grid { display:grid; grid-template-columns:1fr 1.08fr; gap:30px; align-items:center; }

/* Left-column text */
.v-hero__sub {
  margin:      24px 0 16px;
  font-family: var(--fh);
  font-weight: 600;
  font-size:   clamp(17px,1.7vw,20px);
  color:       var(--dark);
  max-width:   430px;
}
.v-hero__p    { font-size:16px; color:var(--ink-body); max-width:420px; margin-bottom:34px; }
.v-hero__cta  { display:flex; gap:14px; flex-wrap:wrap; }
.v-hero__proof{ display:flex; align-items:center; gap:14px; margin-top:38px; }
.v-hero__proof p { font-size:14px; color:var(--muted); }
.v-hero__proof b { color:var(--dark); }

/* Avatar stack */
.v-av { display:flex; }
.v-av span {
  width:36px; height:36px;
  border-radius:50%;
  border:3px solid #fff;
  margin-left:-12px;
  background:linear-gradient(135deg,var(--teal-l),var(--teal));
}
.v-av span:first-child { margin-left:0; }

/* Orbit visual container */
.v-orbit {
  position:     relative;
  width:        min(560px,92vw);
  aspect-ratio: 1;
  margin:       0 auto;
}
.v-orbit__bg {
  position:      absolute;
  inset:         5%;
  border-radius: 50%;
  background:    radial-gradient(circle at 50% 45%,rgba(255,255,255,.9),rgba(230,247,246,.5) 45%,transparent 70%);
}

/* Central glass hexagon */
.v-core { position:absolute; left:50%; top:50%; transform:translate(-50%,-52%); text-align:center; z-index:3; }
.v-core__glow {
  position:   absolute;
  left:50%; top:42%;
  width:200px; height:200px;
  transform:  translate(-50%,-50%);
  background: radial-gradient(circle,rgba(15,199,192,.4),transparent 62%);
  filter:     blur(8px);
  z-index:    -1;
}
.v-core__hex {
  width:       155px;
  height:      169px;
  clip-path:   polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
  background:  radial-gradient(130% 100% at 32% 20%,rgba(255,255,255,.6),rgba(255,255,255,0) 46%),
               linear-gradient(160deg,var(--teal-l) 0%,var(--teal) 48%,var(--teal-d) 100%);
  box-shadow:  inset 0 6px 18px rgba(255,255,255,.45),inset 0 -16px 28px rgba(6,60,60,.38);
  filter:      drop-shadow(0 24px 40px rgba(11,138,137,.5));
  display:     grid;
  place-items: center;
  position:    relative;
}
.v-core__hex::after {
  content:"";
  position:absolute; inset:0;
  clip-path:inherit;
  background:linear-gradient(150deg,rgba(255,255,255,.5),transparent 38%);
}
.v-core__hex svg { width:76px; position:relative; z-index:1; filter:drop-shadow(0 4px 10px rgba(6,60,60,.45)); }
.v-core__reflect { width:116px; height:20px; margin:4px auto 0; background:radial-gradient(ellipse,rgba(15,167,166,.32),transparent 70%); filter:blur(3px); }
.v-core__label { font-family:var(--fh); font-weight:700; font-size:18px; color:var(--dark); margin-top:5px; }

/* Universe satellite nodes */
.v-node { position:absolute; transform:translate(-50%,-50%); text-align:center; width:108px; z-index:2; transition:transform .3s var(--ease); }
.v-node .v-hex { width:64px; margin:0 auto 8px; filter:drop-shadow(0 12px 20px rgba(8,36,92,.18)); }
.v-node .v-hex i { font-size:23px; }
.v-node small { font-size:13px; font-weight:600; color:var(--dark-2); white-space:nowrap; }
.v-node:hover { transform:translate(-50%,-50%) scale(1.07); }

/* Fiber SVG lines */
.v-fiber { position:absolute; inset:0; width:100%; height:100%; overflow:visible; }
.v-fiber line { stroke-width:.5; opacity:.28; }
.v-fiber .pulse { stroke-width:1.1; fill:none; stroke-linecap:round; filter:drop-shadow(0 0 1.5px currentColor); }

/* Teal inline text */
.teal { color: var(--teal); }

@keyframes vpulse {
  0%   { stroke-dashoffset:42; opacity:0; }
  12%  { opacity:.95; }
  50%  { opacity:.95; }
  70%  { stroke-dashoffset:0; opacity:0; }
  100% { stroke-dashoffset:0; opacity:0; }
}

@media (max-width:900px) {
  .v-hero__grid { grid-template-columns:1fr; }
  .v-hero__sub,.v-hero__p { max-width:none; }
  /* Orbite : réduire le conteneur ET ses enfants proportionnellement —
     sinon l'hexagone central (155px) et les nœuds (108px) débordent. */
  .v-orbit          { width:min(380px,90vw); margin-top:40px; }
  .v-core__hex      { width:108px; height:118px; }
  .v-core__hex svg  { width:52px; }
  .v-core__glow     { width:140px; height:140px; }
  .v-core__reflect  { width:80px; }
  .v-core__label    { font-size:14px; }
  .v-node           { width:74px; }
  .v-node .v-hex    { width:44px; margin-bottom:6px; }
  .v-node .v-hex i  { font-size:16px; }
  .v-node small     { font-size:10.5px; }
}

/* Téléphones : orbite encore plus compacte */
@media (max-width:480px) {
  .v-orbit          { width:92vw; margin-top:24px; }
  .v-core__hex      { width:88px; height:96px; }
  .v-core__hex svg  { width:42px; }
  .v-core__glow     { width:120px; height:120px; }
  .v-core__label    { font-size:12.5px; }
  .v-node           { width:62px; }
  .v-node .v-hex    { width:38px; margin-bottom:5px; }
  .v-node .v-hex i  { font-size:14px; }
  .v-node small     { font-size:9.5px; letter-spacing:-.2px; }
}

/* ── 35. VALUE PILLARS + EXPLORATEUR D'UNIVERS (accueil) ── */

/* --- Pillars band --- */
.v-pillars { margin-top:6px; }
.v-pillars__card {
  background:            var(--surface);
  border:                1px solid var(--border);
  border-radius:         var(--card-radius);
  box-shadow:            var(--card-shadow);
  display:               grid;
  grid-template-columns: repeat(5,1fr);
  padding:               30px 12px;
}
.v-pillar { display:flex; gap:14px; align-items:flex-start; padding:8px 20px; border-right:1px solid var(--border); }
.v-pillar:last-child { border-right:none; }
.v-pillar .v-hex { width:46px; flex:none; }
.v-pillar .v-hex i { font-size:17px; }
.v-pillar b { font-family:var(--fh); font-size:15px; color:var(--dark); display:block; margin-bottom:4px; }
.v-pillar p { font-size:12.5px; color:var(--muted); line-height:1.45; }

/* --- Explore section layout --- */
.v-explore { display:grid; grid-template-columns:1fr 1.05fr; gap:40px; align-items:stretch; }
.v-explore__l {
  background:    var(--surface);
  border:        1px solid var(--border);
  border-radius: var(--card-radius);
  box-shadow:    var(--card-shadow);
  padding:       34px;
}
.v-explore__l h2 { margin-bottom:8px; }
.v-explore__l > p { font-size:15px; color:var(--ink-body); margin-bottom:24px; }
.v-explore__more { text-align:center; margin-top:26px; }

/* Universe button grid */
.v-unigrid { display:grid; grid-template-columns:repeat(6,1fr); gap:22px 4px; position:relative; overflow:hidden; padding:16px 8px; border-radius:24px; }
.v-unigrid::before { content:"360°"; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:clamp(90px,14vw,190px); font-weight:900; letter-spacing:-0.03em; color:var(--teal); opacity:0.08; pointer-events:none; user-select:none; white-space:nowrap; line-height:1; z-index:0; }
.v-uni { position:relative; z-index:1; background:none; border:none; cursor:pointer; text-align:center; font-family:inherit; padding:6px 2px; border-radius:16px; transition:transform .25s var(--ease); }
.v-uni .v-hex { width:62px; margin:0 auto 8px; transition:transform .25s var(--ease),filter .25s; }
.v-uni .v-hex i { font-size:22px; }
.v-uni small { font-size:11.5px; font-weight:600; color:var(--dark-2); line-height:1.2; }
.v-uni:hover .v-hex { transform:translateY(-4px); }
.v-uni.active .v-hex { transform:translateY(-4px) scale(1.06); filter:drop-shadow(0 6px 14px rgba(8,36,92,.12)) drop-shadow(0 0 14px var(--halo,var(--teal))); }
.v-uni.active small { color:var(--dark); }

/* Universe panel */
#v-panel {
  border-radius: var(--card-radius);
  padding:       34px;
  position:      relative;
  overflow:      hidden;
  border:        1px solid var(--p-border,#f1d5e7);
  background:    var(--p-bg,#fdeef7);
  transition:    background .45s var(--ease), border-color .45s var(--ease);
}
.v-panel__pause {
  position:      absolute; top:26px; right:26px;
  width:38px; height:38px; border-radius:50%;
  border:        1px solid var(--p-border,#f1d5e7);
  background:    #fff; color:var(--p-color,var(--teal)); cursor:pointer;
}
.v-panel__head { text-align:center; transition:opacity .25s; }
.v-panel__head h3 { color:var(--p-color,var(--teal)); font-size:26px; margin-bottom:4px; }
.v-panel__head p  { font-size:15px; color:var(--ink-body); }
#v-panel.switching .v-panel__head,
#v-panel.switching .v-panel__stage { opacity:0; }
.v-panel__stage { position:relative; height:330px; margin-top:8px; transition:opacity .25s; }
.v-panel__core { position:absolute; left:50%; top:46%; width:108px; transform:translate(-50%,-50%); }
.v-panel__core .v-hex { width:108px; }
.v-panel__core .v-hex i { font-size:42px; }
/* Panel satellite hex nodes */
.v-panel__core { z-index:3; }
.v-pnode {
  position:absolute;
  transform:translate(-50%,-50%);
  text-align:center;
  z-index:2;
}
.v-pnode .v-hex { width:54px; margin:0 auto 6px; }
.v-pnode .v-hex i { font-size:19px; }
.v-pnode small {
  display:block;
  font-size:11.5px;
  font-weight:600;
  color:var(--dark);
  white-space:nowrap;
}
/* SVG connecting lines overlay */
.v-panel-lines {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:0;
  overflow:visible;
}
/* Orbit ring */
.v-panel__stage::before {
  content:'';
  position:absolute;
  left:50%; top:46%;
  width:240px; height:240px;
  border-radius:50%;
  border:1.5px solid var(--p-color,var(--teal));
  opacity:.18;
  transform:translate(-50%,-50%);
  pointer-events:none;
  z-index:0;
}
.v-panel__dots { display:flex; gap:7px; justify-content:center; margin-top:14px; }
.v-panel__dots span { width:8px; height:8px; border-radius:50%; background:rgba(8,36,92,.18); }
.v-panel__dots span.on { width:22px; border-radius:5px; background:var(--p-color,var(--teal)); }

@media (max-width:920px) {
  .v-pillars__card { grid-template-columns:1fr 1fr; }
  .v-pillar        { border-right:none; }
  .v-explore       { grid-template-columns:1fr; }
  .v-unigrid       { grid-template-columns:repeat(6,1fr); }
}
@media (max-width:640px) {
  .v-unigrid       { grid-template-columns:repeat(4,1fr); }
}
@media (max-width:420px) {
  .v-pillars__card { grid-template-columns:1fr; }
  .v-unigrid       { grid-template-columns:repeat(3,1fr); }
}

/* ── 36. INSIGHT DASHBOARD ── */
.v-insight-sec { background:var(--surface); }
.v-insight__hd {
  display:flex; justify-content:space-between; align-items:center;
  gap:24px; margin-bottom:36px;
}
.v-insight__hd.is-layout-flow > * + * { margin-block-start:0; }
.v-insight__hd h2 { margin-bottom:6px; }
.v-insight__hd-l p,
.v-insight__hd > p { font-size:15px; color:var(--ink-body); margin:0; }
.v-insight-grid {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.v-insight-card {
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:var(--card-radius);
  padding:24px 20px 18px;
  display:flex; flex-direction:column;
  box-shadow:var(--card-shadow);
  transition:transform .25s var(--ease), box-shadow .25s var(--ease);
}
.v-insight-card:hover { transform:translateY(-4px); box-shadow:var(--card-shadow-h); }
.v-insight-card__head {
  display:flex; align-items:center; gap:12px;
  margin-bottom:14px;
}
.v-insight-card__icon {
  width:48px; height:48px;
  border-radius:14px;
  display:flex; align-items:center; justify-content:center;
  flex:none;
}
.v-insight-card__icon i { font-size:20px; color:#fff; }
.v-insight-card__name {
  font-family:var(--fh); font-size:14px; font-weight:700;
  color:var(--dark); line-height:1.3;
}
.v-insight-card__body {
  font-size:13.5px; color:var(--ink-body); line-height:1.6;
  flex:1; margin-bottom:18px;
}
.v-insight-card__status {
  display:flex; align-items:center; gap:8px;
  font-size:12.5px; font-weight:700;
  padding-top:14px; border-top:1px solid var(--border);
}
.v-status--positif    { color:#2CB67D; }
.v-status--surveiller { color:#FF7A00; }
.v-status--progression{ color:#2962FF; }
.v-status--excellent  { color:#2CB67D; }
.v-status--action     { color:#EC1C79; }

@media (max-width:1020px) { .v-insight-grid { grid-template-columns:repeat(3,1fr); } }
@media (max-width:640px)  { .v-insight-grid { grid-template-columns:1fr 1fr; } }

/* ── 37. MULTISCHOOL ── */
/* 2-col: left (text+map+legend) · right (steps) */
.v-ms2-outer { background:var(--bg); }
.v-ms2-grid {
  display:grid;
  grid-template-columns:58% 1fr;
  gap:56px;
  align-items:start;
}
.v-ms2-grid.is-layout-flow > * + * { margin-block-start:0; }
.v-ms2-left.is-layout-flow > * + * { margin-block-start:0; }

/* Left col — heading */
.v-ms2-left h2 {
  font-size:clamp(24px,2.8vw,40px);
  line-height:1.2; margin-bottom:12px;
}
.v-ms2-left h2 em { color:var(--teal); font-style:normal; }
.v-ms2-left > p,
.v-ms2-left .wp-block-paragraph {
  font-size:15px; color:var(--ink-body); line-height:1.65; margin-bottom:20px;
}
.v-ms2-left > p em { color:var(--teal); font-style:normal; font-weight:600; }

/* Map SVG */
.v-ms2-map { width:100%; height:auto; display:block; margin:20px 0 14px; }

/* Horizontal legend */
.v-ms2-legend {
  display:flex; flex-wrap:wrap; gap:10px 24px;
}
.v-ms2-legend__item {
  display:flex; align-items:center; gap:8px;
  font-size:13px; font-weight:600; color:var(--dark);
}
.v-ms2-legend__pin {
  width:20px; height:20px; border-radius:50%; flex:none;
}

/* Right col — steps */
.v-ms2-steps { display:flex; flex-direction:column; gap:0; }
.v-ms2-step {
  display:grid;
  grid-template-columns:36px 56px 1fr auto;
  column-gap:14px;
  align-items:center;
  padding:14px 0;
}
.v-ms2-step + .v-ms2-step { border-top:1px solid var(--border); }

/* number + dashed connector column */
.v-ms2-step__num-col {
  display:flex; flex-direction:column; align-items:center;
  align-self:stretch; gap:4px;
}
.v-ms2-step__num {
  width:32px; height:32px; border-radius:50%;
  border:2px solid var(--teal);
  color:var(--teal); font-size:13px; font-weight:700;
  display:flex; align-items:center; justify-content:center;
  background:var(--bg); flex:none; z-index:1;
}
.v-ms2-step__num--last { border-color:var(--teal); background:linear-gradient(135deg,var(--teal),#0b8a89); color:#fff; }
.v-ms2-step__line { flex:1; width:2px; background:linear-gradient(to bottom,var(--teal) 0%,transparent 100%); opacity:.2; }

/* icon circle */
.v-ms2-step__icon {
  width:56px; height:56px; border-radius:50%;
  border:1.5px solid rgba(15,167,166,.35);
  background:rgba(15,167,166,.07);
  display:flex; align-items:center; justify-content:center; flex:none;
}
.v-ms2-step__icon i { font-size:20px; color:var(--teal); }
.v-ms2-step__icon--v {
  background:linear-gradient(135deg,var(--teal),#0a7e7d);
  border:none;
}
.v-ms2-step__icon--v svg { width:28px; height:28px; }

/* body text */
.v-ms2-step__body {}
.v-ms2-step__title {
  font-family:var(--fh); font-size:14px; font-weight:700;
  color:var(--dark); margin-bottom:2px;
}
.v-ms2-step__desc { font-size:12px; color:var(--ink-body); line-height:1.45; }

/* count */
.v-ms2-step__count { text-align:right; white-space:nowrap; }
.v-ms2-step__count strong {
  display:block; font-family:var(--fh);
  font-size:22px; font-weight:900; color:var(--teal); line-height:1.1;
}
.v-ms2-step__count small { font-size:11px; color:var(--ink-body); }

/* Bottom feature strip */
.v-ms2-strip {
  display:grid; grid-template-columns:repeat(4,1fr);
  gap:24px; padding-top:28px;
  border-top:1px solid var(--border); margin-top:48px;
}
.v-ms2-strip.is-layout-flow > * + * { margin-block-start:0; }
.v-ms2-strip__item { display:flex; align-items:flex-start; gap:12px; }
.v-ms2-strip__icon {
  width:38px; height:38px; border-radius:10px;
  border:1px solid var(--border); background:var(--surface);
  display:flex; align-items:center; justify-content:center; flex:none;
}
.v-ms2-strip__icon i { font-size:16px; color:var(--teal); }
.v-ms2-strip__body h4 { font-size:13px; font-weight:700; color:var(--dark); margin-bottom:3px; }
.v-ms2-strip__body p  { font-size:11.5px; color:var(--ink-body); line-height:1.45; }

@media (max-width:1024px) {
  .v-ms2-grid { grid-template-columns:1fr; gap:40px; }
}
@media (max-width:640px) {
  .v-ms2-strip { grid-template-columns:1fr 1fr; gap:16px; }
  .v-ms2-step { grid-template-columns:30px 44px 1fr auto; column-gap:10px; }
  .v-ms2-step__icon { width:44px; height:44px; }
  .v-ms2-step__icon i { font-size:16px; }
  .v-ms2-step__count strong { font-size:18px; }
}
/* keep SVG map class for backward compat */
.v-ms-map { width:100%; height:auto; display:block; }

/* ── 38. WHY VYZYOSCHOOL ── */
.v-why-grid {
  display:               grid;
  grid-template-columns: repeat(5,1fr);
  gap:                   28px;
  margin-top:            40px;
}
.v-why-item__ic {
  width:         48px;
  height:        48px;
  border-radius: 14px;
  display:       flex;
  align-items:   center;
  justify-content:center;
  margin-bottom: 16px;
}
.v-why-item__ic i { font-size:22px; color:#fff; }
.v-why-item b     { display:block; font-size:16px; color:var(--dark); font-family:var(--fh); margin-bottom:8px; }
.v-why-item p     { font-size:14px; color:var(--ink-body); line-height:1.55; margin:0; }

@media (max-width: 1020px) { .v-why-grid { grid-template-columns:repeat(3,1fr); } }
@media (max-width: 560px)  { .v-why-grid { grid-template-columns:repeat(2,1fr); } }

/* ── 39. TRUST & STATS BANDS ── */
.v-trust-stats-sec {
  background:   var(--surface);
  border-top:   1px solid var(--border);
  border-bottom:1px solid var(--border);
  padding:      52px 0;
}
.v-trust-grid {
  display:               grid;
  grid-template-columns: repeat(6,1fr);
  gap:                   24px;
  padding-bottom:        36px;
  margin-bottom:         36px;
  border-bottom:         1px solid var(--border);
}
.v-trust-item { display:flex; align-items:flex-start; gap:11px; }
.v-trust-item i    { color:var(--teal); font-size:19px; margin-top:2px; flex:none; }
.v-trust-item b    { display:block; font-size:14px; color:var(--dark); font-family:var(--fh); margin-bottom:2px; }
.v-trust-item span { font-size:13px; color:var(--ink-body); }
.v-stats-grid {
  display:               grid;
  grid-template-columns: repeat(6,1fr);
  gap:                   24px;
}
.v-stat-item i    { color:var(--teal); font-size:20px; margin-bottom:7px; display:block; }
.v-stat-item b    { display:block; font-size:clamp(22px,2.6vw,32px); color:var(--dark); font-weight:800; font-family:var(--fh); line-height:1; margin-bottom:4px; }
.v-stat-item span { font-size:13px; color:var(--ink-body); }

@media (max-width: 1020px) { .v-trust-grid, .v-stats-grid { grid-template-columns:repeat(3,1fr); } }
@media (max-width: 560px)  { .v-trust-grid, .v-stats-grid { grid-template-columns:repeat(2,1fr); } }

/* ── 40. CTA HOME (bannière gradient foncé) ── */
.v-cta-home {
  background: linear-gradient(135deg,#08245C,#0e3f96 55%,var(--teal));
  padding:    96px 0;
  text-align: center;
}
.v-cta-home h2 { color:#fff; margin-bottom:16px; }
.v-cta-home > .v-wrap > p {
  color:         rgba(255,255,255,.8);
  font-size:     18px;
  margin-bottom: 36px;
  max-width:     540px;
  margin-inline: auto;
  line-height:   1.55;
}
.v-cta-home__btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.v-btn--outline-light {
  background:  transparent;
  border-color:rgba(255,255,255,.35);
  color:       #fff;
}
.v-btn--outline-light:hover { background: rgba(255,255,255,.12); transform:scale(1.03); }

/* ── 41. HUB — HERO INTÉRIEUR & BRAIN BANNER ── */
.v-hero-sec {
  padding:   140px 0 60px;
  text-align:center;
  position:  relative;
  overflow:  hidden;
}
.v-hero-sec::before {
  content:    "";
  position:   absolute;
  inset:      0;
  background: radial-gradient(ellipse 800px 400px at 50% 0%,rgba(15,167,166,.07),transparent);
  pointer-events:none;
}
.v-hero-sec .v-wrap       { position:relative; }
.v-hero-sec .v-eyebrow    { margin-bottom:20px; }
.v-hero-sec h1            { margin-bottom:20px; max-width:800px; margin-inline:auto; }
.v-hero-sec__lead {
  font-size:    clamp(16px,1.8vw,19px);
  color:        var(--ink-body);
  max-width:    580px;
  margin:       0 auto 36px;
  line-height:  1.6;
}
.v-hero-sec__cta { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

/* Universe card grid modifiers */
.v-uni-grid--3 { grid-template-columns:repeat(3,1fr); }
.v-uni-grid--5 { grid-template-columns:repeat(5,1fr); }
@media (max-width: 860px) {
  .v-uni-grid--3, .v-uni-grid--5 { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 560px) {
  .v-uni-grid--3, .v-uni-grid--5 { grid-template-columns:1fr; }
}

/* Brain banner */
.v-brain-banner {
  background: linear-gradient(135deg,#08245C,#0e3f96 55%,var(--teal-d));
  padding:    80px 0;
  text-align: center;
}
.v-brain-banner__hex {
  width:  72px;
  margin: 0 auto 24px;
}
.v-brain-banner__hex i { font-size:28px; }
.v-brain-banner h2     { color:#fff; margin-bottom:14px; }
.v-brain-banner p      { color:rgba(255,255,255,.75); font-size:17px; max-width:560px; margin:0 auto; line-height:1.6; }

/* ── 42. TARIFS — CALCULATEUR DE PRIX ── */
.v-tarif-wrap { max-width:700px; margin:0 auto; }
.v-tarif-card {
  background:   var(--surface);
  border:       1px solid var(--border);
  border-radius:32px;
  padding:      40px;
  box-shadow:   var(--card-shadow);
}
.v-tarif-card__top {
  display:         flex;
  align-items:     center;
  justify-content: space-between;
  flex-wrap:       wrap;
  gap:             14px;
  margin-bottom:   28px;
  padding-bottom:  28px;
  border-bottom:   1px solid var(--border);
}
.v-tarif-badge {
  background:     var(--teal);
  color:          #fff;
  font-size:      12px;
  font-weight:    700;
  padding:        5px 14px;
  border-radius:  999px;
  letter-spacing: .05em;
}
.v-tarif-price { font-size:clamp(36px,4.5vw,54px); font-weight:800; color:var(--dark); font-family:var(--fh); line-height:1; }
.v-tarif-price span { font-size:16px; font-weight:500; color:var(--muted); }

/* Includes list */
.v-tarif-includes { list-style:none; display:grid; gap:11px; margin-bottom:28px; }
.v-tarif-includes li { display:flex; align-items:center; gap:11px; font-size:15px; color:var(--dark); font-weight:500; }
.v-tarif-includes li i { color:var(--teal); flex:none; width:18px; }

/* Calculator */
.v-calc {
  background:   rgba(15,167,166,.05);
  border:       1px solid rgba(15,167,166,.12);
  border-radius:20px;
  padding:      24px;
  margin-bottom:28px;
}
.v-calc label {
  display:         flex;
  justify-content: space-between;
  align-items:     center;
  font-size:       14px;
  font-weight:     600;
  color:           var(--dark);
  margin-bottom:   14px;
}
.v-calc label span { color:var(--teal); font-size:18px; font-weight:800; font-family:var(--fh); }
.v-calc-range {
  width:      100%;
  height:     6px;
  border-radius:3px;
  cursor:     pointer;
  appearance: none;
  -webkit-appearance:none;
  background: linear-gradient(to right, var(--teal) var(--p,20%), var(--border) var(--p,20%));
  margin-bottom:20px;
  display:    block;
}
.v-calc-range::-webkit-slider-thumb {
  -webkit-appearance:none;
  width:     22px;
  height:    22px;
  border-radius:50%;
  background:var(--teal);
  border:    3px solid #fff;
  box-shadow:0 2px 8px rgba(15,167,166,.4);
  cursor:    pointer;
}
.v-calc-range::-moz-range-thumb {
  width:     22px;
  height:    22px;
  border-radius:50%;
  background:var(--teal);
  border:    3px solid #fff;
  box-shadow:0 2px 8px rgba(15,167,166,.4);
  cursor:    pointer;
}
.v-calc-results {
  display:               grid;
  grid-template-columns: 1fr 1fr;
  gap:                   12px;
}
.v-calc-result {
  background:   #fff;
  border:       1px solid var(--border);
  border-radius:16px;
  padding:      18px;
  text-align:   center;
}
.v-calc-result b    { display:block; font-size:clamp(20px,2.2vw,28px); color:var(--teal); font-weight:800; font-family:var(--fh); line-height:1; margin-bottom:4px; }
.v-calc-result span { font-size:13px; color:var(--muted); }

/* All-included grid */
.v-incl-grid {
  display:               grid;
  grid-template-columns: repeat(6,1fr);
  gap:                   12px;
  margin-top:            36px;
}
.v-incl-card {
  display:        flex;
  flex-direction: column;
  align-items:    center;
  gap:            9px;
  padding:        18px 8px;
  border:         1px solid var(--border);
  border-radius:  18px;
  background:     var(--surface);
  transition:     transform .2s var(--ease), border-color .2s;
}
.v-incl-card:hover { transform:translateY(-4px); border-color:var(--teal); }
.v-incl-card .v-hex   { width:46px; }
.v-incl-card .v-hex i { font-size:18px; }
.v-incl-card span     { font-size:12px; font-weight:600; color:var(--dark); text-align:center; }

@media (max-width: 860px) { .v-incl-grid { grid-template-columns:repeat(4,1fr); } }
@media (max-width: 560px) { .v-incl-grid { grid-template-columns:repeat(3,1fr); } }

/* Security features grid */
.v-security-grid {
  display:               grid;
  grid-template-columns: repeat(3,1fr);
  gap:                   28px;
  margin-top:            40px;
}
.v-security-item { display:flex; gap:16px; align-items:flex-start; }
.v-security-item__ic {
  width:          44px;
  height:         44px;
  border-radius:  13px;
  background:     rgba(15,167,166,.08);
  display:        flex;
  align-items:    center;
  justify-content:center;
  flex:           none;
}
.v-security-item__ic i { color:var(--teal); font-size:19px; }
.v-security-item b     { display:block; font-size:15px; color:var(--dark); font-family:var(--fh); margin-bottom:4px; }
.v-security-item p     { font-size:13.5px; color:var(--ink-body); margin:0; line-height:1.5; }

/* Group band */
.v-group-band {
  background: var(--dark);
  padding:    60px 0;
  text-align: center;
}
.v-group-band h2 { color:#fff; margin-bottom:12px; }
.v-group-band p  { color:rgba(255,255,255,.75); font-size:16px; max-width:520px; margin:0 auto 28px; line-height:1.6; }

@media (max-width: 860px) {
  .v-security-grid { grid-template-columns:repeat(2,1fr); }
  .v-tarif-card     { padding:28px; }
}
@media (max-width: 560px) {
  .v-security-grid  { grid-template-columns:1fr; }
}

/* ── 43. DEMO PAGE ── */
.v-demo-hero { padding:140px 0 80px; position:relative; overflow:hidden; }
.v-demo-hero::before {
  content:    "";
  position:   absolute;
  inset:      0;
  background: radial-gradient(ellipse 800px 500px at 70% -10%,rgba(15,167,166,.07),transparent);
  pointer-events:none;
}
.v-demo-hero .v-wrap { position: relative; }

.v-demo-grid {
  display:               grid;
  grid-template-columns: 1fr 1fr;
  gap:                   72px;
  align-items:           start;
}
.v-demo-left h1     { margin-bottom:12px; }
.v-demo-left > p    { font-size:17px; color:var(--ink-body); margin-bottom:28px; line-height:1.55; }
.v-demo-points      { display:flex; flex-direction:column; gap:20px; margin-bottom:32px; }
.v-demo-point       { display:flex; gap:15px; }
.v-demo-point__ic {
  width:          42px;
  height:         42px;
  border-radius:  12px;
  background:     linear-gradient(135deg,var(--teal-l),var(--teal-d));
  display:        flex;
  align-items:    center;
  justify-content:center;
  flex:           none;
}
.v-demo-point__ic i { color:#fff; font-size:17px; }
.v-demo-point b     { display:block; font-size:15px; color:var(--dark); font-family:var(--fh); margin-bottom:3px; }
.v-demo-point p     { font-size:14px; color:var(--ink-body); margin:0; line-height:1.45; }
.v-demo-assurances  { display:flex; flex-direction:column; gap:9px; }
.v-demo-assur-item  { display:flex; align-items:center; gap:9px; font-size:14px; color:var(--ink-body); }
.v-demo-assur-item i { color:var(--teal); font-size:15px; }

/* Demo form card */
.v-demo-form-card {
  background:   var(--surface);
  border:       1px solid var(--border);
  border-radius:var(--card-radius);
  box-shadow:   var(--card-shadow);
  padding:      36px;
  position:     sticky;
  top:          96px;
}
.v-demo-form-card h2     { font-size:clamp(22px,2.2vw,27px); margin-bottom:6px; }
.v-demo-form-card > p    { font-size:14px; color:var(--ink-body); margin-bottom:24px; }

/* Form helpers */
.v-form__row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:18px; }
.v-form__row .v-field { margin-bottom:0; }
.v-form__consent {
  display:     flex;
  gap:         10px;
  align-items: flex-start;
  font-size:   13px;
  color:       var(--ink-body);
  line-height: 1.5;
  margin:      14px 0;
}
.v-form__consent input[type="checkbox"] { width:16px; height:16px; flex:none; margin-top:3px; accent-color:var(--teal); cursor:pointer; }
.v-form__note {
  display:         flex;
  align-items:     center;
  justify-content: center;
  gap:             7px;
  font-size:       12px;
  color:           var(--muted);
  margin-top:      10px;
}
.v-form__note i { color:var(--teal); font-size:13px; }

/* Trust band */
.v-trust-band-sec { background:var(--bg); border-top:1px solid var(--border); padding:32px 0; }
.v-trust-items    { display:flex; flex-wrap:wrap; gap:24px; justify-content:center; align-items:center; }
.v-trust-band-item { display:flex; align-items:center; gap:9px; font-size:14px; font-weight:600; color:var(--dark); }
.v-trust-band-item i { color:var(--teal); font-size:18px; }

@media (max-width: 960px) {
  .v-demo-grid      { grid-template-columns:1fr; gap:40px; }
  .v-demo-form-card { position:static; }
}
@media (max-width: 560px) {
  .v-form__row { grid-template-columns:1fr; }
}

/* ── 44. BLOCK GAP RESET — Phase 4 containers ── */
.rv.is-layout-flow                     > * + *,
.v-hero-home.is-layout-flow            > * + *,
.v-hero__grid.is-layout-flow           > * + *,
.v-explore.is-layout-flow              > * + *,
.v-explore__l.is-layout-flow           > * + *,
.v-insight-sec.is-layout-flow          > * + *,
.v-multischool-inner.is-layout-flow    > * + *,
.v-multischool-text.is-layout-flow     > * + *,
.v-cta-home.is-layout-flow             > * + *,
.v-hero-sec.is-layout-flow             > * + *,
.v-brain-banner.is-layout-flow         > * + *,
.v-group-band.is-layout-flow           > * + *,
.v-demo-hero.is-layout-flow            > * + *,
.v-demo-grid.is-layout-flow            > * + *,
.v-demo-left.is-layout-flow            > * + * {
  margin-block-start: 0;
}

/* ── 45. PAGES ÉDITORIALES (Phase 5) ── */

/* À propos — mission grid */
.v-about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: start;
  padding: 60px 0;
}
.v-about-lead { font-size:17px; color:var(--ink-body); line-height:1.75; margin-bottom:20px; }
.v-about-stats { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.v-about-stats__item {
  background:var(--surface); border:1px solid var(--border); border-radius:12px; padding:20px 22px;
}
.v-about-stats__num {
  font-family:var(--fh); font-size:34px; font-weight:900; color:var(--teal); line-height:1; margin-bottom:3px;
}
.v-about-stats__item b   { display:block; font-size:14px; font-weight:700; color:var(--dark); margin-bottom:2px; }
.v-about-stats__item span { font-size:12px; color:var(--ink-body); }

/* À propos — values */
.v-about-values { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:32px; }
.v-value-card { background:var(--surface); border:1px solid var(--border); border-radius:14px; padding:28px; }
.v-value-card__icon {
  width:46px; height:46px; border-radius:12px;
  display:flex; align-items:center; justify-content:center; margin-bottom:16px;
}
.v-value-card__icon i { font-size:19px; color:#fff; }
.v-value-card h3 { font-size:15px; font-weight:700; color:var(--dark); margin-bottom:8px; }
.v-value-card p  { font-size:13.5px; color:var(--ink-body); line-height:1.6; }

/* À propos — founder quote */
.v-founder-card {
  background: linear-gradient(135deg,#08245C,#0e3f96 55%,var(--teal-d));
  border-radius:20px; padding:48px 56px;
  display:flex; gap:40px; align-items:flex-start; color:#fff;
}
.v-founder-card__av {
  width:72px; height:72px; border-radius:50%;
  background:rgba(255,255,255,.15); flex:none;
  display:flex; align-items:center; justify-content:center;
  font-size:26px; font-weight:700; font-family:var(--fh);
}
.v-founder-card__q    { font-size:18px; line-height:1.65; font-style:italic; margin-bottom:18px; opacity:.95; }
.v-founder-card__name { font-size:15px; font-weight:700; margin-bottom:2px; }
.v-founder-card__role { font-size:13px; opacity:.7; }

/* Pour qui — audience cards */
.v-pourqui-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; margin-top:40px; }
.v-audience-card {
  background:var(--surface); border:1px solid var(--border); border-radius:16px; padding:32px;
  transition:border-color .2s, box-shadow .2s;
}
.v-audience-card:hover { border-color:var(--teal); box-shadow:0 6px 24px rgba(15,167,166,.1); }
.v-audience-card__icon {
  width:54px; height:54px; border-radius:14px;
  display:flex; align-items:center; justify-content:center; margin-bottom:20px;
}
.v-audience-card__icon i  { font-size:22px; color:#fff; }
.v-audience-card h3        { font-size:18px; font-weight:700; color:var(--dark); margin-bottom:8px; }
.v-audience-card__lead     { font-size:14px; color:var(--ink-body); margin-bottom:16px; line-height:1.55; }
.v-audience-card__list     { list-style:none; display:flex; flex-direction:column; gap:7px; }
.v-audience-card__list li  { font-size:13px; color:var(--ink-body); display:flex; gap:8px; align-items:center; }
.v-audience-card__list .fa-check { color:var(--teal); font-size:11px; flex:none; }

/* Legal / Privacy pages */
.v-legal-content { max-width:740px; margin:0 auto; padding:40px 0 80px; }
.v-legal-content h2 {
  font-family:var(--fh); font-size:18px; font-weight:700; color:var(--dark);
  margin:40px 0 12px; padding-top:40px; border-top:1px solid var(--border);
}
.v-legal-content > h2:first-child { margin-top:0; padding-top:0; border-top:none; }
.v-legal-content p    { font-size:15px; color:var(--ink-body); line-height:1.75; margin-bottom:12px; }
.v-legal-content ul   { list-style:disc; padding-left:22px; margin-bottom:16px; }
.v-legal-content li   { font-size:15px; color:var(--ink-body); line-height:1.7; margin-bottom:6px; }
.v-legal-content address { font-style:normal; font-size:15px; color:var(--ink-body); line-height:1.9; }
.v-legal-content a    { color:var(--teal); text-decoration:underline; }
.v-legal-content em   { font-style:italic; color:var(--muted); }
.v-legal-content strong { color:var(--dark); }

/* Block-gap resets */
.v-about-grid.is-layout-flow   > * + *,
.v-about-values.is-layout-flow > * + *,
.v-pourqui-grid.is-layout-flow > * + * { margin-block-start:0; }

@media (max-width:900px) {
  .v-about-grid   { grid-template-columns:1fr; gap:40px; padding:40px 0; }
  .v-about-values { grid-template-columns:1fr 1fr; }
  .v-pourqui-grid { grid-template-columns:1fr; }
  .v-founder-card { flex-direction:column; padding:36px 28px; }
}
@media (max-width:580px) {
  .v-about-values { grid-template-columns:1fr; }
  .v-about-stats  { grid-template-columns:1fr; }
}
