/**
 * Big Flux — Blocs promotionnels (home section + encart expertises)
 * Home : au-dessus vidéo footer, thème foncé | Expertises : au-dessus FAQ
 */

/* ══════════════════════════════════════════════════════════════
   BLOC 2 — HOME (au-dessus vidéo footer, thème foncé)
══════════════════════════════════════════════════════════════ */
.home-bloc {
  position: relative;
  overflow: hidden;
  background: #0C0C14;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: clamp(3rem, 6vw, 5rem) clamp(1.5rem, 5vw, 3rem);
}
.home-bloc-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.home-bloc-mesh .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}
.home-bloc-mesh .blob-1 {
  background: rgba(230, 57, 70, 0.25);
  width: 320px;
  height: 320px;
  top: -10%;
  right: -5%;
}
.home-bloc-mesh .blob-2 {
  background: rgba(120, 100, 200, 0.12);
  width: 280px;
  height: 280px;
  bottom: -15%;
  left: -5%;
}
.home-bloc-inner {
  position: relative;
  z-index: 1;
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 900px) {
  .home-bloc-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.home-bloc-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  padding: 0.35rem 0.9rem;
  border-radius: 100px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  margin-bottom: 1.25rem;
}
.home-bloc-tag-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6610f2;
}
.home-bloc-h {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.5rem, 3.5vw, 2.25rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .home-bloc-h {
    font-size: 1.35rem;
  }
}
.home-bloc-h em {
  color: #6610f2;
  font-style: normal;
}
.home-bloc-p {
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255,255,255,.7);
  margin-bottom: 1.5rem;
  max-width: 520px;
}
.home-bloc-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #6610f2;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.75rem 1.5rem;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  margin-bottom: 1.5rem;
}
.home-bloc-cta:hover {
  background: #6f42c1;
  color: #fff;
  transform: translateY(-2px);
}
.home-bloc-cta svg {
  width: 14px;
  height: 14px;
}
.home-bloc-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.home-bloc-features .hbf {
  font-size: 0.8rem;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
  padding: 0.3rem 0.75rem;
  border-radius: 100px;
}
.home-bloc-card {
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  min-width: 220px;
  box-shadow: 0 4px 24px rgba(0,0,0,.3);
}
.hbc-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 0.85rem;
}
.hbc-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255,255,255,.9);
  padding: 0.35rem 0;
}
.hbc-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6610f2;
  flex-shrink: 0;
}
.hbc-dot.green {
  background: #12B76A;
}
.hbc-dot.muted {
  background: rgba(255,255,255,.25);
}

/* ══════════════════════════════════════════════════════════════
   BLOC 3 — EXPERTISES (bas de page avant CTA)
══════════════════════════════════════════════════════════════ */
.exp-bloc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 5vw, 3rem);
  background: linear-gradient(160deg, #f8f8fc 0%, #f0eff8 100%);
  border-top: 1px solid rgba(0,0,0,.06);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.exp-bloc-left {
  flex: 1;
  min-width: 280px;
}
.exp-bloc-tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6610f2;
  margin-bottom: 0.75rem;
}
.exp-bloc-h {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #0C0C14;
  margin-bottom: 0.75rem;
}
.exp-bloc-p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5F5F7A;
  margin: 0;
}
.exp-bloc-right {
  flex-shrink: 0;
  text-align: right;
}
@media (max-width: 768px) {
  .exp-bloc-right {
    text-align: left;
  }
}
.exp-bloc-cta {
  display: inline-block;
  background: #0C0C14;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.75rem 1.5rem;
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
  margin-bottom: 0.5rem;
}
.exp-bloc-cta:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}
.exp-bloc-note {
  font-size: 0.75rem;
  color: #5F5F7A;
  margin: 0;
}