.ve-hero{
  position: relative;
  width: 100%;
  min-height: 360px;
  background: radial-gradient(1200px 600px at 20% 20%, rgba(46,225,181,.18), transparent 60%),
              radial-gradient(900px 500px at 80% 30%, rgba(0,150,255,.12), transparent 55%),
              linear-gradient(135deg, #0b111b, #0e1726 50%, #0b111b);
  display:flex; align-items:center;
  overflow:hidden;
}
.ve-hero__overlay{ position:absolute; inset:0; background:rgba(0,0,0,.25); }
.ve-hero__content{ position:relative; z-index:1; max-width: 980px; }
.ai-note{ color: rgba(166,199,255,.55); font-size:.84rem; user-select:none; display:block; }
@media (max-width: 768px){
  .ve-hero{ min-height: 300px; }
  .ai-note{ font-size:.8rem; }
}


/* =========================================
   CVE – VE / Hybride : styles de sections
   ========================================= */

/* Sections – rythme & lisibilité */
.section { padding: clamp(48px, 6vw, 80px) 0; }
.section .h2 {
  position: relative;
  margin-bottom: 1rem;
}
.section .h2::after{
  content:"";
  display:block;
  width: 72px; height: 3px;
  margin-top: .6rem;
  background: linear-gradient(90deg, var(--brand), rgba(46,225,181,.25));
  border-radius: 3px;
  box-shadow: 0 0 8px rgba(46,225,181,.25);
}

/* Bandeau KPI / promesse */
.card--glass .status-badge.subtle{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.08);
}
.card--glass strong { color: #e8f4ff; }

/* ============================
   Grilles & cartes (prestations)
   ============================ */
.docs-grid{
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(260px, 1fr) );
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.doc-card{
  display:flex; gap:1rem; align-items:flex-start;
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16, 23, 34, 0.7);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.doc-card:hover{
  transform: translateY(-3px);
  border-color: var(--brand);
  box-shadow: 0 8px 26px rgba(0,0,0,.35), inset 0 0 0 1px rgba(46,225,181,.08);
}

/* Icône circulaire (emoji ou SVG) */
.doc-icon{
  flex: 0 0 44px;
  width:44px; height:44px;
  border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.08), rgba(255,255,255,.02));
  border: 1px solid rgba(255,255,255,.08);
  font-size: 1.15rem;
  color: #cfeaff;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}

/* Info dans la carte */
.doc-info h3{
  margin: 0 0 .25rem;
  font-size: 1rem; font-weight: 700;
  color: #eaf6ff;
}
.doc-info p{
  margin: 0; font-size:.92rem; line-height:1.45;
  color: rgba(235,245,255,.8);
}

/* Variantes de couleur par catégorie (optionnel) */
.doc-card.is-bms   .doc-icon{ background: linear-gradient(135deg, rgba(46,225,181,.15), rgba(0,0,0,0)); color:#9ff3de; }
.doc-card.is-charge .doc-icon{ background: linear-gradient(135deg, rgba(0,150,255,.16), rgba(0,0,0,0)); color:#a6d7ff; }
.doc-card.is-hv     .doc-icon{ background: linear-gradient(135deg, rgba(255,166,0,.16), rgba(0,0,0,0)); color:#ffd59a; }
.doc-card.is-therm  .doc-icon{ background: linear-gradient(135deg, rgba(255,99,132,.16), rgba(0,0,0,0)); color:#ffc6d1; }
.doc-card.is-proof  .doc-icon{ background: linear-gradient(135deg, rgba(0,226,166,.16), rgba(0,0,0,0)); color:#bafbe9; }
.doc-card.is-delivery .doc-icon{ background: linear-gradient(135deg, rgba(255,215,0,.18), rgba(0,0,0,0)); color:#ffeaa3; }

/* ============================
   Méthodologie – étapes (1..5)
   ============================ */
.doc-card.ve-step .doc-icon{
  width:40px; height:40px; font-weight:800; font-size: .95rem;
  color:#0b332b; background: var(--brand);
  border-color: rgba(0,0,0,0);
  box-shadow: 0 0 0 2px rgba(46,225,181,.25), 0 8px 26px rgba(46,225,181,.12);
}
.doc-card.ve-step:hover .doc-icon{
  box-shadow: 0 0 0 3px rgba(46,225,181,.35), 0 10px 28px rgba(46,225,181,.18);
}

/* ============================
   Liste des inclus – formule
   ============================ */
.cve-list{
  list-style:none; margin: 1.2rem 0 0; padding:0;
  display:grid; gap:.75rem;
}
.cve-list li{
  display:flex; align-items:center; gap:.65rem;
  padding: .75rem .9rem;
  border:1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(255,255,255,.02);
  color: var(--text);
  transition: background .25s ease, border-color .25s ease, transform .2s ease;
}
.cve-list li:hover{
  background: rgba(0,226,166,.08);
  border-color: var(--brand);
  transform: translateX(3px);
}
.cve-list .icon{
  width:26px; height:26px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  background: var(--brand); color:#05332a; font-weight:800; font-size:.85rem;
}

/* ============================
   Cloud & traçabilité (réutilise .cloud-security existant)
   ============================ */
.cloud-security{
  max-width: 860px;
}

/* ============================
   CTA final
   ============================ */
.section--accent{
  background: linear-gradient(180deg, rgba(0,226,166,.05), rgba(0,226,166,.01));
  border-top: 1px solid var(--line);
}
.section--accent .h2{ margin-bottom: .75rem; }
.section--accent .btn--lg{ min-width: 220px; }

/* ============================
   Focus & accessibilité
   ============================ */
a:focus-visible, .btn:focus-visible, .doc-card:focus-within{
  outline:none;
  box-shadow: 0 0 0 3px rgba(46,225,181,.35);
  border-color: var(--brand);
}

/* ============================
   Responsive
   ============================ */
@media (max-width: 992px){
  .card--glass .d-flex{ gap: .75rem; }
}
@media (max-width: 768px){
  .doc-card{ padding: .9rem; gap:.85rem; }
  .doc-icon{ width:40px; height:40px; font-size:1rem; }
  .doc-info h3{ font-size:.98rem; }
  .doc-info p{ font-size:.9rem; }
  .section--accent .btn--lg{ width:100%; min-width:0; }
}
@media (hover:none){
  .doc-card:hover{ transform:none; }
  .cve-list li:hover{ transform:none; }
}

.card--glass {
  margin-top: 40px;
}


/* ====== CARA – Comfort patch (spacing & rhythm) ====== */
.cara-min .h2{ margin-bottom: .75rem; }

.cara-min__card{
  padding: clamp(16px, 3vw, 26px) clamp(18px, 3.2vw, 28px);
  border-radius: 16px;
}

.cara-min__seal{
  margin: .25rem 1rem .25rem 0; /* respire à gauche du texte */
}

.cara-min__card p{ line-height: 1.55; }          /* hausse la lisibilité globale */
.cara-min__content .lead{
  font-size: clamp(1rem, 1.02rem + .2vw, 1.1rem);
  line-height: 1.6;
  margin-bottom: .75rem;
  max-width: 72ch; /* évite les lignes trop longues */
}

/* Liste plus lisible */
.cara-min__list{
  margin-top: .6rem;
  gap: .5rem;
}
.cara-min__list li{
  padding-left: 1.1rem;
  line-height: 1.45;
}
.cara-min__list li::before{ top: .7rem; }

/* Boutons : plus d'air, meilleur touch target */
.cara-min__content .d-flex{
  gap: .8rem 1rem;          /* espace horizontal + vertical */
  margin-top: .9rem;
  flex-wrap: wrap;
}
.cara-min .btn--lg{
  padding: .85rem 1.25rem;
  font-size: .98rem;
  border-radius: 12px;
}
.cara-min .btn--ghost.btn--lg{
  padding: .82rem 1.15rem;
}

/* Note finale */
.cara-min .muted{ margin-top: .6rem; }

/* Responsive */
@media (max-width: 992px){
  .cara-min__card{ padding: 16px; }
  .cara-min .btn--lg{ width:100%; min-width:0; }
  .cara-min__seal{ margin-right: .75rem; }
}


/* ===== Méthodologie ===== */
.meth .h2::after{
  background: linear-gradient(90deg, var(--brand), rgba(0,150,255,.35));
  box-shadow: 0 0 10px rgba(0,150,255,.25);
}
.meth__intro{
  margin: .35rem 0 1rem;
  color: rgba(235,245,255,.92);
  line-height: 1.6;
}

/* Timeline */
.meth__timeline{
  list-style: none;
  margin: 0; padding: 0;
  display: grid;
  gap: 1rem;
  position: relative;
}
.meth__step{
  position: relative;
  padding: 1rem 1.1rem 1rem 3.4rem;
  border: 1px solid rgba(166,199,255,.12);
  background: linear-gradient(180deg, rgba(16,23,34,.85), rgba(10,16,26,.78));
  border-radius: 14px;
  overflow: hidden;
}
.meth__step.card--gradient{
  background: linear-gradient(180deg, rgba(16,26,38,.9), rgba(9,14,20,.95));
  border-color: rgba(110,168,254,.25);
}
.meth__badge{
  position: absolute; left: 1rem; top: 1rem;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 800; color:#05332a;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(46,225,181,.15);
}
.meth__title{ margin: 0 0 .35rem; font-weight: 800; color: #eaf6ff; }
.meth__desc{ margin: 0; opacity: .95; line-height: 1.55; }
.meth__bullets{
  list-style: none; margin: .6rem 0 0; padding: 0;
  display: grid; gap: .35rem;
}
.meth__bullets li{
  position: relative; padding-left: 1rem; color: rgba(220,236,255,.9);
}
.meth__bullets li::before{
  content:""; position:absolute; left:0; top:.55rem;
  width:6px; height:6px; border-radius:50%;
  background: linear-gradient(135deg, #2ee1b5, #0096ff);
  box-shadow: 0 0 6px rgba(0,150,255,.35);
}
.meth__note{ margin-top: .75rem; opacity: .85; }

/* Responsive */
@media (min-width: 992px){
  .meth__timeline{ grid-template-columns: 1fr 1fr; }
  .meth__step:nth-child(odd){ transform: translateY(0); }
}
@media (max-width: 576px){
  .meth__step{ padding: .9rem .9rem .9rem 3.2rem; }
  .meth__badge{ left: .9rem; top: .9rem; }
}

/* ===== FAQ ===== */
.faq .h2::after{
  background: linear-gradient(90deg, #2ee1b5, rgba(0,150,255,.35));
  box-shadow: 0 0 10px rgba(0,150,255,.25);
}
.faq__list{ margin-top: .6rem; display: grid; gap: .6rem; }
.faq__item{
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(16,23,34,.7);
  overflow: hidden;
}
.faq__btn{
  width: 100%;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1rem;
  color: var(--text);
  background: transparent;
  border: 0; cursor: pointer; text-align: left;
  font-weight: 700;
}
.faq__btn:hover{ background: rgba(255,255,255,.03); }
.faq__chev{
  width: 22px; height: 22px; border-radius: 6px;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.08), rgba(255,255,255,.03));
  border: 1px solid rgba(166,199,255,.18);
  position: relative; flex: 0 0 22px;
}
.faq__chev::before, .faq__chev::after{
  content:""; position:absolute; left: 6px; right: 6px; height: 2px;
  background: #a6c7ff; top: 8px; transform: rotate(45deg);
  transition: transform .2s ease, opacity .2s ease;
}
.faq__chev::after{ transform: rotate(-45deg); }
.faq__btn[aria-expanded="true"] .faq__chev::before{ transform: rotate(-45deg); }
.faq__btn[aria-expanded="true"] .faq__chev::after{ transform: rotate(45deg); }

.faq__panel{
  padding: 0 1rem 1rem 1rem;
  color: rgba(220,236,255,.92);
  line-height: 1.55;
}


/* ===== Méthodologie – Stepper 1 par 1 (sans card) ===== */
.meth-one .h2::after{
  background: linear-gradient(90deg, var(--brand), rgba(0,150,255,.35));
  box-shadow: 0 0 10px rgba(0,150,255,.25);
}
.meth-one__head{
  display:flex; align-items:center; justify-content:space-between; gap:.8rem;
  margin-bottom:100px;
}

/* Flèches XXL */
.meth-one__nav{ position:relative; height:0; }
.navXL{
  position:absolute; top:-64px;
  width:48px; height:48px; border-radius:14px;
  border:1px solid rgba(166,199,255,.2);
  background: rgba(16,23,34,.8);
  color:#a6c7ff; display:inline-flex; align-items:center; justify-content:center;
  cursor:pointer; z-index:2;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.navXL--prev{ left:0; }
.navXL--next{ right:0; }
.navXL i{ position:relative; width:18px; height:18px; }
.navXL i::before, .navXL i::after{
  content:""; position:absolute; left:0; right:0; height:3px; background:#a6c7ff; border-radius:2px;
}
.navXL i::before{ top:6px; transform: rotate(45deg); }
.navXL i::after{ top:9px; transform: rotate(-45deg); }
.navXL--prev i{ transform: rotate(180deg); }
.navXL:hover{ border-color: var(--brand); background: rgba(0,226,166,.06); transform: translateY(-1px); }

/* Vueport : masque les autres slides */
.stepsViewport{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(166,199,255,.12);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(16,23,34,.7), rgba(10,16,26,.65));
}

/* Track translaté */
.stepsTrack{
  list-style:none; margin:0; padding:0;
  display:flex; flex-flow: row nowrap;
  width:100%;
  transform: translateX(0);
  transition: transform .45s cubic-bezier(.22,.61,.36,1);
}

/* Slide = une étape, style nu (pas de card) */
.stepSlide{
  flex: 0 0 100%;
  padding: 1.2rem 1.3rem 1.3rem 3.6rem;
  position: relative;
  min-height: 220px;
}
.stepSlide.is-active{ /* accent léger */
  background: linear-gradient(180deg, rgba(0,226,166,.05), rgba(0,150,255,.03));
}

/* Index rond */
.stepIndex{
  position:absolute; left: 1.1rem; top: 1.1rem;
  width: 36px; height: 36px; border-radius:50%;
  display:grid; place-items:center; font-weight:800; color:#05332a;
  background: var(--brand);
  box-shadow: 0 0 0 5px rgba(46,225,181,.15);
}

/* Titres / textes */

.stepBullets{
  list-style:none; margin:.6rem 0 0; padding:0; display:grid; gap:.35rem;
}
.stepBullets li{
  position:relative; padding-left: 1rem; color: rgba(220,236,255,.9);
}
.stepBullets li::before{
  content:""; position:absolute; left:0; top:.55rem;
  width:6px; height:6px; border-radius:50%;
  background: linear-gradient(135deg, #2ee1b5, #0096ff);
  box-shadow: 0 0 6px rgba(0,150,255,.35);
}

/* Barre de progression */
.stepsProgress{ margin-top:.75rem; }
.stepsBar{
  width:100%; height:10px; border-radius:999px;
  background: rgba(255,255,255,.06); border:1px solid rgba(166,199,255,.15);
  overflow:hidden;
  margin-top: 20px;
}
.stepsFill{
  display:block; height:100%;
  background: linear-gradient(90deg, var(--brand), #0096ff);
  box-shadow: inset 0 0 12px rgba(0,150,255,.25);
  width: 20%;
  transition: width .35s ease;
}
.stepsLabels{
  margin-top:.35rem; display:flex; align-items:center; justify-content:space-between;
  font-size:.9rem; color: rgba(220,236,255,.85);
}

/* Responsive */
@media (max-width:576px){
  .stepSlide{ padding: 1rem 1rem 1.1rem 3.2rem; }
  .stepIndex{ left:.95rem; top:.95rem; }
}


/* === Centre propre d'un slide (sans changer le HTML) === */
.stepSlide{
  /* centrage vertical + respiration */
  display: flex;
  flex-direction: column;
  justify-content: center;        /* centre verticalement le bloc texte */
  gap: .6rem;

  /* hauteur & padding confort */
  min-height: clamp(220px, 36vh, 320px);
  padding: 2rem 1rem;             /* padding symétrique (ton index est en absolute) */
}

/* bloc de texte contenu et centré horizontalement (titre/texte/listes) */
.stepSlide > .stepTitle,
.stepSlide > .stepText,
.stepSlide > .stepBullets{
  width: min(980px, 92%);         /* limite la longueur de ligne */
  margin-inline: auto;     
  /* centre horizontalement */
}

/* typo et rythme */
.stepTitle{
  font-weight: 800;
  letter-spacing: .2px;
  margin-bottom: .3rem;
  font-size: clamp(1.25rem, 1.05rem + .7vw, 1.6rem);
}

.stepText{
  line-height: 1.6;
  font-size: 1rem;
  opacity: .96;
}

.stepBullets{
  margin-top: .4rem;
  gap: .35rem;
}

/* l’index reste calé dans l’angle, avec un léger décalage du contenu pour éviter le chevauchement visuel */
.stepIndex{
  left: 1.1rem;
  top: 1.1rem;
}
@media (max-width: 576px){
  .stepSlide{ padding: 1.6rem .9rem; }
  .stepIndex{ left: .9rem; top: .9rem; }
}

.stepSlide .d-flex {
  display: flex;
  align-items: center;       /* centre le bouton sur la ligne du texte */
  margin-top: .8rem;         /* espace propre entre le texte et le bouton */
}

.stepSlide .btn {
  margin: 0;                 /* supprime les décalages Bootstrap */
  line-height: 1.2;          /* aligne le texte dans le bouton */
  padding-top: .6rem;
  padding-bottom: .6rem;
}

/* bonus : harmonise le texte du paragraphe */
.stepSlide .stepText {
  margin-bottom: 0;          /* empêche le “trou” sous le paragraphe */
  line-height: 1.55;
}

/* Aligner le bloc bouton sur la même colonne que le titre/texte */
.stepSlide > .d-flex {
  width: min(980px, 92%);
  margin-inline: auto;   /* centre comme le texte */
  justify-content: flex-start;
  margin-top: 1rem;      /* espace propre sous le paragraphe */
}


/* Grille (tu peux garder ta .docs-grid existante si déjà OK) */
.docs-grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(280px,1fr));
  gap: 1.2rem;
  margin-top: 1.2rem;
}

/* Cartes sobres */
.doc-card{
  display:flex; align-items:center; gap: .9rem;
  padding: 1rem 1.1rem;
  border:1px solid rgba(166,199,255,.12);
  border-radius: 12px;
  background: rgba(16,23,34,.7);
  transition: border-color .2s ease, transform .18s ease, background .2s ease;
}
.doc-card:hover{
  border-color: var(--brand, #00e2a6);
  background: rgba(0,226,166,.06);
  transform: translateY(-2px);
}

/* Icône (fix bug d’alignement et taille) */
.doc-icon{
  width: 44px; height: 44px;
  border-radius: 10px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(166,199,255,.12);
  flex: 0 0 44px;
}
.doc-icon .bi{
  font-size: 1.35rem;
  line-height: 1;
}

/* Textes */
.doc-info h3{
  margin: 0 0 .2rem;
  font-size: 1rem;
  font-weight: 700;
  color: #eaf6ff;
}
.doc-info p{
  margin:0;
  font-size: .95rem;
  opacity: .9;
  color: var(--text, #cfe3ff);
}

/* Responsive léger */
@media (max-width:576px){
  .doc-card{ padding: .9rem 1rem; gap: .8rem; }
  .doc-icon{ width: 40px; height: 40px; }
  .doc-icon .bi{ font-size: 1.2rem; }
}


/* ===== Pricing Card VE/Hybride (sobre) ===== */
#pricing-ve .pricing-card{
  --bd: rgba(166,199,255,.14);
  --bg: linear-gradient(180deg, rgba(16,23,34,.82), rgba(10,16,26,.78));
  --txt: #eaf6ff;
  --muted: rgba(220,236,255,.8);
  --brand: var(--brand, #00e2a6);
  max-width: 720px;
  margin-inline: auto;
  border: 1px solid var(--bd);
  border-radius: 16px;
  background: var(--bg);
  padding: 1.6rem 1.6rem 1.4rem;
  box-shadow: 0 10px 28px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.02);
}

#pricing-ve .pc-icon{
  width: 64px; height: 64px;
  display: grid; place-items: center;
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--bd);
  margin-bottom: 1rem;
}
#pricing-ve .cve-electric-icon{
  width: 36px; height: 36px; display:block;
  filter: drop-shadow(0 0 8px rgba(0,150,255,.18));
}

#pricing-ve .pc-title{
  margin: 0;
  font-weight: 800;
  font-size: clamp(1.2rem, 1.05rem + .6vw, 1.6rem);
  color: var(--txt);
}
#pricing-ve .pc-sub{
  margin: .35rem 0 1rem;
  color: var(--muted);
  line-height: 1.55;
}

/* Prix */
#pricing-ve .pc-price{
  display: flex; align-items: baseline; gap: .5rem;
  margin: .2rem 0 1rem;
  color: #e7f7ff;
}
#pricing-ve .pc-price__val{
  font-size: clamp(1.8rem, 1.2rem + 1.6vw, 2.4rem);
  font-weight: 900; letter-spacing: .2px; line-height: 1;
}
#pricing-ve .pc-price__cur{
  font-weight: 800; color: #bfeaff; opacity: .95; font-size: .98rem;
}
#pricing-ve .pc-price__note{
  margin-left: auto; font-size: .9rem; color: rgba(220,236,255,.75);
}

/* Features sobres */
#pricing-ve .pc-features{
  list-style: none; margin: .4rem 0 1.1rem; padding: 0;
  display: grid; gap: .5rem;
}
#pricing-ve .pc-features li{
  display: flex; align-items: center; gap: .55rem;
  color: var(--txt);
  background: rgba(255,255,255,.03);
  border: 1px solid var(--bd);
  border-radius: 10px;
  padding: .6rem .75rem;
  transition: background .2s ease, border-color .2s ease, transform .18s ease;
}
#pricing-ve .pc-features li:hover{
  background: rgba(0,226,166,.06);
  border-color: var(--brand);
  transform: translateY(-1px);
}
#pricing-ve .pc-features i{
  color: #2ee1b5;
  font-size: 1.05rem;
}

/* CTA */
#pricing-ve .pc-cta{
  display: flex; align-items: center; gap: .8rem; flex-wrap: wrap;
}
#pricing-ve .pc-btn{
  display: inline-flex; align-items: center; justify-content: center;
  padding: .75rem 1.15rem; border-radius: 12px;
  background: linear-gradient(180deg, var(--brand), #2ee1b5);
  color: #05332a; font-weight: 800; text-decoration: none;
  border: 1px solid rgba(0,226,166,.4);
  box-shadow: 0 6px 18px rgba(0,226,166,.18), inset 0 0 0 1px rgba(255,255,255,.04);
  transition: transform .18s ease, box-shadow .2s ease, border-color .2s ease;
}
#pricing-ve .pc-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0,226,166,.25);
  border-color: rgba(0,226,166,.55);
}
#pricing-ve .pc-link{
  color: #a6c7ff; text-decoration: none; font-weight: 600;
  border-bottom: 1px dashed rgba(166,199,255,.3);
  padding-bottom: 2px;
}
#pricing-ve .pc-link:hover{
  color: #d8e7ff; border-bottom-color: #2ee1b5;
}

/* Responsive */
@media (max-width: 576px){
  #pricing-ve .pricing-card{ padding: 1.2rem; }
  #pricing-ve .pc-price__note{ flex-basis: 100%; margin-left: 0; margin-top: .2rem; }
}

#pricing-ve .pc-headline{
  display:flex; align-items:center; gap:.8rem;
  margin-bottom:.35rem;
}
#pricing-ve .pc-icon{ margin:0; }      /* enlève le margin-bottom précédent */
#pricing-ve .pc-sub{ margin:.1rem 0 1rem; line-height:1.55; } /* sous-titre sous l'ensemble */
@media (max-width:576px){
  #pricing-ve .pc-headline{ gap:.6rem; }
}

.pc-note{
  margin-top:20px;
  font-size:.9rem;
  color: rgba(220,236,255,.75);
}



/* Ligne meta à droite (si besoin) */
.cara-meta{
  display:flex;
  align-items:center;
  gap:.5rem;
  justify-content:flex-end;
}

/* Ton pill existant (ex “Certifié • Opposable”) */
.meta-pill{
  display:inline-flex; align-items:center;
  padding:.35rem .6rem;
  border-radius:999px;
  font-weight:600; font-size:.82rem;
  color:#cfe2ff;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(166,199,255,.28);
}

/* Badge UE */
.badge-eu{
  display:inline-flex; align-items:center; gap:.45rem;
  padding:.38rem .75rem;
  border-radius:999px;
  background: linear-gradient(180deg,#0f2a66,#0b1e4c);
  border:1px solid rgba(110,168,254,.38);
  color:#d9e6ff;
  font-weight:700; font-size:.82rem; letter-spacing:.02em;
  box-shadow: inset 0 0 6px rgba(110,168,254,.12), 0 0 8px rgba(0,86,255,.12);
}
.badge-eu__icon{
  width:18px; height:18px; display:block;
  filter: drop-shadow(0 0 4px rgba(0,86,255,.22));
}
.badge-eu:hover{
  border-color: rgba(0,150,255,.55);
  color:#e9f2ff;
}


.ve-status {
  margin-top: 1.5rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.9rem;
  background: rgba(0, 182, 255, 0.1);
  border: 1px solid rgba(0, 182, 255, 0.35);
  color: #e5f3ff;
}

.ve-status i {
  font-size: 1rem;
  color: #2ee1b5;
}

/* Ruban "En developpement" sur la carte de pricing */
.pricing-card {
  position: relative;
}

.pc-badge.pc-badge--dev {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.45);
  color: #ffe9a6;
}

/* Zone CTA et cadenas */
.pc-cta {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

/* Cadenas sur le coin du bouton Horizon */
.pc-btn--locked {
  position: relative;
  cursor: not-allowed;
  opacity: 0.85;
  padding-right: 2.8rem; /* espace pour le cadenas */
}

.pc-btn--locked[aria-disabled="true"] {
  pointer-events: none;
}

/* Label du bouton (texte) */
.pc-btn__label {
  position: relative;
  z-index: 1;
}

/* Petit cadenas propre, à droite du bouton */
.pc-btn__lock {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 24, 48, 0.75);
  border: 1px solid rgba(166, 199, 255, 0.8);
  box-shadow: 0 0 6px rgba(0, 182, 255, 0.45);
  color: #2ee1b5;
  font-size: 0.9rem;
}

.pc-btn__lock i {
  display: block;
  line-height: 1;
}

/* Petite note supplementaire sur le statut */
.pc-note--dev {
  margin-top: 0.3rem;
  font-size: 0.8rem;
  color: #ffd27f;
  opacity: 0.9;
}

.pricing-card {
  position: relative;
}

/* Badge "En développement" spécifique Horizon VE */
.pc-badge.pc-badge--dev {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;

  /* On annule le centrage global éventuel */
  left: auto;
  transform: none;
  margin: 0;

  padding: 0.25rem 0.8rem;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.45);
  color: #ffe9a6;
}

.pc-badge-dev{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  border-radius: 999px;
  background: rgba(59,130,246,0.12);
  border: 1px solid rgba(59,130,246,0.35);
  color: #3b82f6;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  user-select: none;
}

.pc-badge-dev__text{
  line-height: 1;
}


/* Headline Horizon alignée */
.pc-headline--horizon {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* SVG un peu plus grand */
.icon-shield {
  width: 38px;
  height: 38px;
}

/* Badge développement plus présent */
.pc-badge-dev--inline {
  margin-left: auto; /* pousse le badge à droite */
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

/* Loader plus grand pour équilibrer */
.pc-badge-dev--inline .loader {
  transform: scale(1);
  margin: 0;
}


.pc-badge-dev__icon {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.pc-badge-dev__icon svg {
  width: 26px;
  height: 26px;
  display: block;
}

.analyze svg path.stick {
  transform: translate(0);
  animation: stick 2s ease infinite;
  /* Change wand color */
}

.analyze svg path.star-1 {
  fill: #ff4500; /* OrangeRed color */
  animation: sparkles 2s ease infinite, scaleStars 2s ease infinite,
    colorChange 2s ease infinite;
  animation-delay: 150ms;
}

.analyze svg path.star-2 {
  fill: #00ff00; /* Lime color */
  animation: sparkles 2s ease infinite, scaleStars 2s ease infinite,
    colorChange 2s ease infinite;
}

.board {
  animation: bounce 2s ease infinite;
}

@keyframes sparkles {
  0% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes stick {
  0% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  25% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  50% {
    transform: translate3d(3px, -2px, 0) rotate(8deg);
  }
  75% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0);
  }
}

@keyframes scaleStars {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-1px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes colorChange {
  0% {
    fill: #ff4500; /* OrangeRed */
  }
  25% {
    fill: #ffd700; /* Gold */
  }
  50% {
    fill: #00ff00; /* Lime */
  }
  75% {
    fill: #1e90ff; /* DodgerBlue */
  }
  100% {
    fill: #ff4500; /* OrangeRed */
  }
}
