/* =========================
   CER CLES — CSS
   À coller dans ton CSS page-home.css (ou équivalent)
   ========================= */

.fv-cercles{ padding: 34px 0 10px; }
.fv-cercles__inner{ width:min(1080px, 92vw); margin:0 auto; }

.fv-cercles__head{ text-align:center; margin-bottom: 18px; }
.fv-cercles__title{
  margin:0 0 6px;
  letter-spacing:.06em;
  text-transform:uppercase;
  font-size: 20px;
}
.fv-cercles__sub{ margin:0 auto 6px; max-width: 62ch; opacity:.92; }
.fv-cercles__proof{
  margin:0;
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  font-size: 12.5px;
  opacity:.85;
}
.fv-cercles__proof .sep{ opacity:.5; }

.fv-cercles__grid{
  display:grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* Cards */
.fv-card{
  border-radius: 18px;
  overflow:hidden;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.70);
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  backdrop-filter: blur(6px);
}
.fv-card__hero{
  position:relative;
  min-height: 190px;
  background: var(--hero-img) center/cover no-repeat;
}
.fv-card__hero::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.60));
}
.fv-card__heroOverlay{
  position:relative; z-index:1;
  padding: 16px 16px 14px;
}
.fv-heroTop{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap: 12px;
}
.fv-heroKicker{
  font-weight: 800;
  letter-spacing:.02em;
}
.fv-heroMeta{ display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end; }
.fv-pill{
  display:inline-flex;
  align-items:center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.75);
  font-size: 12px;
  white-space: nowrap;
}
.fv-heroMain{ margin-top: 10px; }
.fv-heroEnergy{
  font-size: 22px;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 10px;
}

/* Tags / benefits */
.fv-benefits{ display:flex; gap:8px; flex-wrap:wrap; }
.fv-tag{
  display:inline-flex;
  align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 800;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.75);
  color: rgba(159,0,112,.95);
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}
.fv-tag--sun{ color: rgba(150,95,20,.95); }

/* Header links */
.fv-heroCtas{ margin-top: 10px; display:flex; gap:14px; flex-wrap:wrap; }
.fv-link{
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
  font-weight: 800;
  font-size: 12.5px;
  opacity: .92;
}
.fv-link:hover{ opacity: 1; text-decoration: underline; }

/* Body */
.fv-card__body{ padding: 14px 16px 16px; }
.fv-card__desc{ margin: 0 0 12px; opacity:.95; }

/* Quote */
.fv-quote{
  border-radius: 14px;
  padding: 12px 12px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.75);
  margin: 0 0 12px;
}
.fv-quote__txt{ margin:0; font-style: italic; opacity:.95; }

/* Doors (prices) */
.fv-doors{
  display:grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 10px 0 12px;
}
.fv-door{
  display:block;
  text-decoration:none;
  color: inherit;
  border-radius: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.75);
  background: rgba(255,255,255,.55);
  box-shadow: 0 8px 18px rgba(0,0,0,.05);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.fv-door:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,.09);
  filter: brightness(1.03);
}
.fv-door__top{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  gap: 10px;
}
.fv-door__name{ font-weight: 900; }
.fv-door__price{ font-weight: 900; }
.fv-door__hint{ font-size: 12.5px; opacity:.9; margin-top: 2px; }

/* Gradient feel (0 -> 9 -> 15) */
.fv-door--free{ background: linear-gradient(135deg, rgba(255,255,255,.62), rgba(245,255,250,.62)); }
.fv-door--mid { background: linear-gradient(135deg, rgba(255,255,255,.62), rgba(255,245,252,.62)); }
.fv-door--plus{ background: linear-gradient(135deg, rgba(255,255,255,.62), rgba(255,248,235,.62)); }

/* Mini steps */
.fv-steps{
  margin: 0 0 12px;
  padding-left: 18px;
}
.fv-steps li{ margin: 6px 0; }

/* Price box (mini-groupe) */
.fv-priceBox{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(255,255,255,.55);
  border: 1px solid rgba(255,255,255,.75);
  margin: 0 0 12px;
}
.fv-priceBox__title{ font-weight: 900; }
.fv-priceBox__note{ font-size: 12.5px; opacity:.88; }
.fv-priceBox__price{ font-size: 22px; font-weight: 1000; line-height: 1; }
.fv-priceBox__small{ font-size: 12px; opacity:.85; text-align:right; }

/* Buttons row */
.fv-actionsRow{ display:flex; gap:10px; flex-wrap:wrap; margin-bottom: 12px; }
.fv-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 13px;
  text-decoration:none;
  border: 1px solid rgba(255,255,255,.75);
  background: rgba(255,255,255,.60);
  box-shadow: 0 8px 18px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.fv-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0,0,0,.10);
  filter: brightness(1.03);
}
.fv-btn--ghost{ background: rgba(255,255,255,.45); }
.fv-btn--sun{
  background: linear-gradient(135deg, rgba(255,238,200,.85), rgba(255,255,255,.55));
}

/* Mini forms */
.fv-miniForm{
  display:flex;
  gap: 12px;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  border-radius: 16px;
  padding: 10px 12px;
  background: rgba(255,255,255,.45);
  border: 1px solid rgba(255,255,255,.75);
}
.fv-miniForm__txt{ display:flex; flex-direction:column; gap:2px; }
.fv-miniForm__txt span{ font-size: 12.5px; opacity:.88; }

.fv-miniForm__form{ display:flex; gap:8px; align-items:center; }
.fv-miniForm__form input{
  height: 34px;
  border-radius: 999px;
  padding: 0 12px;
  border: 1px solid rgba(255,255,255,.85);
  background: rgba(255,255,255,.75);
  outline: none;
  min-width: 210px;
}
.fv-miniForm__form button{
  height: 34px;
  border-radius: 999px;
  padding: 0 12px;
  border: 0;
  cursor:pointer;
  font-weight: 900;
  background: rgba(159,0,112,.16);
}
.fv-miniForm__form button:hover{ filter: brightness(1.05); }

/* Dialog */
.fv-dialog{ border:0; padding:0; background: transparent; }
.fv-dialog::backdrop{ background: rgba(10,10,10,.35); backdrop-filter: blur(2px); }
.fv-dialog__box{
  width: min(680px, 92vw);
  border-radius: 18px;
  padding: 16px 16px 14px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
  position: relative;
}
.fv-dialog__close{
  position:absolute; top:10px; right:10px;
  border:0; background: rgba(0,0,0,.06);
  width:34px; height:34px; border-radius:999px;
  cursor:pointer; font-weight:900;
}
.fv-dialog__box h3{ margin: 0 0 8px; }
.fv-dialog__box ul{ margin: 0 0 12px; padding-left: 18px; }
.fv-dialog__cta{ display:flex; justify-content:flex-end; }

/* A11y */
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); border:0;
}

/* Responsive */
@media (min-width: 992px){
  .fv-cercles__grid{ grid-template-columns: 1fr 1fr; }
  .fv-card__hero{ min-height: 205px; }
  .fv-doors{ grid-template-columns: 1fr; } /* reste lisible */
}
@media (max-width: 520px){
  .fv-miniForm__form input{ min-width: 160px; width: 100%; }
  .fv-miniForm__form{ width:100%; }
  .fv-miniForm__form button{ width: 72px; }
}