/* Accueil Capsulecom — impact visuel v4 */

.home #spaces-main,
.home-page #spaces-main,
.home .l-main:not(.cc-fx),
.home-page .page-section > .l-main {
  display: none !important;
}

.cc-fx {
  background: #030b18;
  color: #e8f4ff;
  overflow-x: clip;
  overflow-y: visible;
}

.cc-fx-wrap {
  width: min(1240px, calc(100% - 3rem));
  margin-inline: auto;
}

.cc-fx-label {
  margin: 0 0 1rem;
  color: rgba(93, 228, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cc-fx-block {
  padding: clamp(2.75rem, 6vh, 4.25rem) 0;
  border-top: 1px solid rgba(42, 211, 248, 0.08);
}

.cc-fx-block--tight {
  padding: clamp(2rem, 4.5vh, 3.25rem) 0;
}

.cc-fx-block__head {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.cc-fx-block__head--compact {
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
}

.cc-fx-block__head--compact h2 {
  font-size: clamp(1.45rem, 3vw, 2.1rem) !important;
}

.cc-fx-block__head h2,
.cc-fx-hero__title,
.cc-fx-manifesto__content h2,
.cc-fx-close h2 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  color: #f4fbff !important;
}

.cc-fx-block__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

/* Hero fullscreen */
.cc-fx-hero {
  position: relative;
  min-height: calc(100vh - var(--cc-nav-height, 72px));
  display: grid;
  align-content: center;
  padding: 3rem 0 5rem;
}

.cc-fx-hero--impact {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: max(720px, calc(100vh - var(--cc-nav-height, 72px)));
  padding-block: clamp(2.5rem, 5vh, 3.5rem) 6.5rem;
  overflow-x: clip;
  overflow-y: visible;
}

.cc-fx-hero__shell {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
}

.cc-fx-hero__copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.cc-fx-hero__orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.cc-fx-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  animation: cc-fx-orb-float 14s ease-in-out infinite;
}

.cc-fx-hero__orb--1 {
  width: 420px;
  height: 420px;
  top: 8%;
  right: 12%;
  background: rgba(42, 211, 248, 0.14);
}

.cc-fx-hero__orb--2 {
  width: 280px;
  height: 280px;
  bottom: 18%;
  left: 8%;
  background: rgba(6, 49, 105, 0.55);
  animation-delay: -4s;
}

.cc-fx-hero__orb--3 {
  width: 180px;
  height: 180px;
  top: 42%;
  left: 42%;
  background: rgba(93, 228, 255, 0.1);
  animation-delay: -8s;
}

@keyframes cc-fx-orb-float {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(18px, -24px) scale(1.06); }
}

.cc-fx-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: auto;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  width: 100%;
}

.cc-fx-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}

.cc-fx-hero__chips span {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 211, 248, 0.22);
  background: rgba(42, 211, 248, 0.06);
  color: rgba(232, 244, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cc-fx-btn--ghost {
  border: 0;
  color: #5de4ff !important;
  background: transparent;
  padding-inline: 0.35rem;
}

.cc-fx-btn--ghost:hover {
  color: #9ef0ff !important;
  transform: none;
}

.cc-fx-hero__showcase {
  position: relative;
  min-width: 0;
  min-height: 420px;
  isolation: isolate;
}

.cc-fx-hero__showcase-main {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.22);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(42, 211, 248, 0.08) inset;
  aspect-ratio: 4 / 3;
}

.cc-fx-hero__showcase-main img,
.cc-fx-hero__showcase-main video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.cc-fx-hero__showcase-video {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.cc-fx-hero__showcase-fallback {
  position: relative;
  z-index: 0;
  display: block;
}

.cc-fx-hero__showcase-main.is-video-playing .cc-fx-hero__showcase-fallback {
  opacity: 0;
  pointer-events: none;
}

.cc-fx-hero__showcase-main.is-video-static .cc-fx-hero__showcase-video {
  display: none;
}

.cc-fx-hero__showcase-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(3, 11, 24, 0.82) 100%);
  pointer-events: none;
}

.cc-fx-hero__showcase-badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(3, 11, 24, 0.78);
  border: 1px solid rgba(42, 211, 248, 0.28);
  color: #5de4ff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cc-fx-hero__float {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  max-width: min(210px, 44%);
  padding: 0.85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(42, 211, 248, 0.2);
  background: rgba(6, 20, 40, 0.92);
  backdrop-filter: blur(12px);
  text-decoration: none !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s ease, border-color 0.25s ease;
  animation: cc-fx-float-card 6s ease-in-out infinite;
}

.cc-fx-hero__float:hover {
  transform: translateY(-4px);
  border-color: rgba(42, 211, 248, 0.45);
}

.cc-fx-hero__float strong {
  color: #f4fbff;
  font-size: 0.88rem;
}

.cc-fx-hero__float span {
  color: rgba(232, 244, 255, 0.55);
  font-size: 0.72rem;
}

.cc-fx-hero__float--academy {
  top: 0.85rem;
  left: 0.85rem;
  animation-delay: -1.5s;
}

.cc-fx-hero__float--bpo {
  right: 0.85rem;
  bottom: 3.25rem;
  animation-delay: -3s;
}

@keyframes cc-fx-float-card {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.cc-fx-hero__ticker {
  position: relative;
  z-index: 2;
  margin-top: clamp(1.75rem, 4vw, 2.5rem);
  padding: 0.85rem 0;
  border-block: 1px solid rgba(42, 211, 248, 0.1);
  background: rgba(6, 20, 40, 0.45);
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.cc-fx-hero__ticker-track {
  display: flex;
  gap: 2.5rem;
  width: max-content;
  animation: cc-fx-ticker 32s linear infinite;
}

.cc-fx-hero__ticker-track span {
  color: rgba(232, 244, 255, 0.55);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cc-fx-hero__ticker-track span::before {
  content: "◆";
  margin-right: 0.85rem;
  color: rgba(42, 211, 248, 0.45);
  font-size: 0.55rem;
}

@keyframes cc-fx-ticker {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.cc-fx-hero--impact .cc-fx-hero__metrics {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 1.75rem;
}

.cc-fx-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 11, 24, 0.55) 0%, rgba(3, 11, 24, 0.92) 72%, #030b18 100%),
    var(--cc-fx-hero) center/cover no-repeat;
}

.cc-fx-hero--mesh .cc-fx-hero__bg--mesh,
.cc-fx-hero__bg--mesh {
  background:
    radial-gradient(ellipse 80% 60% at 70% 40%, rgba(42, 211, 248, 0.08) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 20% 80%, rgba(6, 49, 105, 0.5) 0%, transparent 70%),
    linear-gradient(165deg, #020810 0%, #030b18 40%, #061428 100%) !important;
}

.cc-fx-manifesto__visual--mesh {
  background:
    radial-gradient(ellipse 70% 60% at 40% 50%, rgba(42, 211, 248, 0.1) 0%, transparent 65%),
    linear-gradient(rgba(42, 211, 248, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 211, 248, 0.05) 1px, transparent 1px),
    linear-gradient(165deg, #030b18 0%, #061428 100%);
  background-size: 100% 100%, 32px 32px, 32px 32px, 100% 100%;
}

.cc-fx-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(42, 211, 248, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 211, 248, 0.05) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse at 50% 20%, #000 20%, transparent 75%);
  pointer-events: none;
}

.cc-fx-hero__inner {
  position: relative;
  z-index: 2;
}

.cc-fx-hero__title {
  max-width: min(44rem, 100%);
  margin-bottom: 1.5rem;
  line-height: 1.14 !important;
  text-align: left;
}

.cc-fx-hero__lead {
  margin: 0 0 2rem;
  max-width: 72ch;
  color: rgba(232, 244, 255, 0.72) !important;
  font-size: 1.08rem !important;
  line-height: 1.8 !important;
}

.cc-fx-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.cc-fx-hero__metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(42, 211, 248, 0.15);
}

.cc-fx-hero__metrics strong {
  display: block;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #5de4ff;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.cc-fx-hero__metrics span {
  color: rgba(232, 244, 255, 0.55) !important;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cc-fx-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  width: 1px;
  height: 56px;
  background: linear-gradient(180deg, rgba(93, 228, 255, 0.8), transparent);
  opacity: 0.7;
}

/* Boutons */
.cc-fx-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  font-size: 0.88rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.cc-fx-btn:hover {
  transform: translateY(-2px);
}

.cc-fx-btn--fill {
  background: linear-gradient(135deg, #2ad3f8, #163e7f);
  color: #03101f !important;
  box-shadow: 0 12px 36px rgba(42, 211, 248, 0.25);
}

.cc-fx-btn--line {
  border: 1px solid rgba(93, 228, 255, 0.45);
  color: #e8fbff !important;
  background: rgba(255, 255, 255, 0.03);
}

.cc-fx-link {
  color: #5de4ff !important;
  font-weight: 600;
  text-decoration: none !important;
  white-space: nowrap;
}

/* Piliers */
.cc-fx-pillars__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(42, 211, 248, 0.12);
  border: 1px solid rgba(42, 211, 248, 0.12);
  border-radius: 16px;
  overflow: hidden;
}

.cc-fx-pillars__grid--visual {
  gap: 1.25rem;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.cc-fx-pillar {
  position: relative;
  display: block;
  padding: 1.6rem 1.35rem 2rem;
  background: rgba(6, 20, 40, 0.92);
  text-decoration: none !important;
  transition: background 0.25s ease;
}

.cc-fx-pillar--visual {
  padding: 0;
  min-height: 320px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.14);
  background: #061428;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.cc-fx-pillar--visual:hover {
  transform: translateY(-4px);
  border-color: rgba(42, 211, 248, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.cc-fx-pillar__visual {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 11, 24, 0.15) 0%, rgba(3, 11, 24, 0.92) 78%),
    var(--cc-pillar-img) center/cover no-repeat;
  transition: transform 0.45s ease;
}

.cc-fx-pillar--visual:hover .cc-fx-pillar__visual {
  transform: scale(1.05);
}

.cc-fx-pillar__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 320px;
  padding: 1.5rem 1.35rem 1.75rem;
}

.cc-fx-pillar:hover {
  background: rgba(10, 32, 62, 0.98);
}

.cc-fx-pillar--visual:hover {
  background: #061428;
}

.cc-fx-pillar__num {
  display: block;
  margin-bottom: 1rem;
  color: rgba(93, 228, 255, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.cc-fx-pillar h3 {
  margin: 0 0 0.55rem;
  color: #f4fbff !important;
  font-size: 1.05rem !important;
}

.cc-fx-pillar p {
  margin: 0;
  color: rgba(232, 244, 255, 0.55) !important;
  font-size: 0.92rem !important;
  line-height: 1.55 !important;
}

.cc-fx-pillar__arrow {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  color: #2ad3f8;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cc-fx-pillar:hover .cc-fx-pillar__arrow,
.cc-fx-news__item:hover .cc-fx-pillar__arrow {
  opacity: 1;
  transform: translateX(0);
}

/* Nova XR bento accueil */
.cc-fx-home-xr__bento {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 140px;
  gap: 1rem;
}

.cc-fx-home-xr__tile {
  position: relative;
  display: block;
  grid-column: span 4;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.14);
  text-decoration: none !important;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.cc-fx-home-xr__tile:hover {
  transform: translateY(-3px);
  border-color: rgba(42, 211, 248, 0.35);
}

.cc-fx-home-xr__tile--hero {
  grid-column: span 8;
  grid-row: span 2;
}

.cc-fx-home-xr__tile:nth-child(2),
.cc-fx-home-xr__tile:nth-child(3) {
  grid-row: span 2;
}

.cc-fx-home-xr__tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cc-fx-home-xr__tile:hover img {
  transform: scale(1.04);
}

.cc-fx-home-xr__tile-label {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(3, 11, 24, 0.78);
  border: 1px solid rgba(42, 211, 248, 0.25);
  color: #5de4ff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-fx-home-xr__note {
  margin: 1rem 0 0;
  color: rgba(232, 244, 255, 0.48) !important;
  font-size: 0.82rem !important;
}

/* Réseau mondial accueil */
.cc-fx-home-network__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: center;
}

.cc-fx-home-network__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.25rem;
}

.cc-fx-home-network__globe-stage {
  position: relative;
  width: 100%;
  max-width: min(100%, 560px);
  margin-inline: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 1px solid rgba(42, 211, 248, 0.28);
  background:
    radial-gradient(circle at 50% 42%, rgba(42, 211, 248, 0.12) 0%, transparent 62%),
    linear-gradient(165deg, #020810 0%, #051222 52%, #061428 100%);
  overflow: hidden;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(42, 211, 248, 0.08),
    inset 0 0 80px rgba(42, 211, 248, 0.06);
}

.cc-fx-home-network__globe-canvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: grab;
  touch-action: none;
}

.cc-fx-home-network__globe-stage.is-live .cc-fx-home-network__map-frame {
  border-color: rgba(42, 211, 248, 0.28);
}

.cc-fx-home-network__map-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(
    180deg,
    rgba(93, 228, 255, 0.03) 0,
    rgba(93, 228, 255, 0.03) 1px,
    transparent 1px,
    transparent 4px
  );
  opacity: 0.45;
  mix-blend-mode: screen;
}

.cc-fx-home-network__map-frame {
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border: 1px solid rgba(42, 211, 248, 0.14);
  border-radius: 50%;
  box-shadow: inset 0 0 30px rgba(42, 211, 248, 0.08);
}



.cc-fx-home-network__hubs-label {
  margin: 1.35rem 0 0.85rem;
  color: rgba(93, 228, 255, 0.78) !important;
  font-size: 0.68rem !important;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cc-fx-home-network__hubs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 0.75rem;
  margin: 0 0 1.65rem;
  padding: 0;
  list-style: none;
}

.cc-fx-home-network__hubs li {
  margin: 0;
}

.cc-fx-home-network__hub {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 211, 248, 0.16);
  background: rgba(6, 20, 40, 0.78);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.cc-fx-home-network__hub.is-active {
  border-color: rgba(42, 211, 248, 0.48);
  background: linear-gradient(135deg, rgba(10, 32, 62, 0.96), rgba(6, 49, 105, 0.72));
  box-shadow: 0 0 0 1px rgba(42, 211, 248, 0.16) inset;
}

.cc-fx-home-network__hub:focus-visible {
  outline: 2px solid rgba(42, 211, 248, 0.45);
  outline-offset: 2px;
}

.cc-fx-home-network__hub.is-hq .cc-fx-home-network__hub-dot {
  background: linear-gradient(135deg, #7b3ff2 0%, #2ad3f8 55%, #5de4ff 100%);
  box-shadow: 0 0 0 4px rgba(42, 211, 248, 0.18), 0 0 14px rgba(93, 228, 255, 0.75);
}

.cc-fx-home-network__hub-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7b3ff2 0%, #2ad3f8 60%, #5de4ff 100%);
  box-shadow: 0 0 0 3px rgba(42, 211, 248, 0.12), 0 0 8px rgba(42, 211, 248, 0.45);
}

.cc-fx-home-network__hub-text {
  display: block;
  min-width: 0;
}

.cc-fx-home-network__hub-text strong {
  color: #f4fbff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.cc-fx-home-network__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Cas clients visuels */
.cc-fx-home-case {
  display: grid;
  grid-template-rows: 160px auto;
  background: rgba(6, 20, 40, 0.92);
}

.cc-fx-home-case__visual {
  overflow: hidden;
}

.cc-fx-home-case__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.cc-fx-home-case:hover .cc-fx-home-case__visual img {
  transform: scale(1.05);
}

.cc-fx-home-case__body {
  padding: 1.35rem 1.35rem 1.6rem;
}

/* Manifesto */
.cc-fx-manifesto {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 0;
  padding: 0;
  min-height: 520px;
}

.cc-fx-manifesto__visual {
  min-height: 420px;
  background:
    linear-gradient(90deg, rgba(3, 11, 24, 0.2), rgba(3, 11, 24, 0.85)),
    var(--cc-fx-visual) center/cover no-repeat;
}

.cc-fx-manifesto__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 6vw, 4rem);
  background: #040f20;
}

.cc-fx-lines {
  margin: 1.5rem 0 2rem;
  padding: 0;
  list-style: none;
}

.cc-fx-lines li {
  position: relative;
  padding: 0.65rem 0 0.65rem 1.2rem;
  border-bottom: 1px solid rgba(42, 211, 248, 0.08);
  color: rgba(232, 244, 255, 0.72) !important;
  font-size: 0.95rem !important;
}

.cc-fx-lines li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.05rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2ad3f8;
  box-shadow: 0 0 12px rgba(42, 211, 248, 0.65);
}

/* Actualités */
.cc-fx-news__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid rgba(42, 211, 248, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.cc-fx-news__item {
  position: relative;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 1.25rem;
  align-items: center;
  padding: 1.35rem 1.5rem;
  border-bottom: 1px solid rgba(42, 211, 248, 0.08);
  background: rgba(6, 20, 40, 0.55);
  text-decoration: none !important;
  transition: background 0.2s ease;
}

.cc-fx-news__item:last-child {
  border-bottom: 0;
}

.cc-fx-news__item:hover {
  background: rgba(10, 32, 62, 0.75);
}

.cc-fx-news__item time {
  color: rgba(93, 228, 255, 0.65) !important;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
}

.cc-fx-news__item h3 {
  margin: 0;
  color: #f4fbff !important;
  font-size: 1rem !important;
  line-height: 1.45 !important;
}

/* Close CTA */
.cc-fx-close {
  position: relative;
  padding: clamp(2.5rem, 6vh, 4rem) 0;
  text-align: left;
  background:
    radial-gradient(circle at 50% 0%, rgba(42, 211, 248, 0.12), transparent 55%),
    #030b18;
}

.cc-fx-close--compact {
  padding: clamp(2rem, 4vh, 3rem) 0;
  background: rgba(6, 20, 40, 0.55);
  border-top: 1px solid rgba(42, 211, 248, 0.1);
}

.cc-fx-close--compact .cc-fx-close__inner h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.35rem, 3vw, 1.85rem) !important;
}

.cc-fx-close--impact {
  overflow: hidden;
  text-align: center;
}

.cc-fx-close--impact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 11, 24, 0.88) 0%, rgba(3, 11, 24, 0.72) 45%, rgba(3, 11, 24, 0.94) 100%),
    var(--cc-close-bg) center/cover no-repeat;
}

.cc-fx-close__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 40%, rgba(42, 211, 248, 0.12), transparent 70%);
  pointer-events: none;
}

.cc-fx-close--impact .cc-fx-close__inner {
  position: relative;
  z-index: 1;
}

.cc-fx-close--impact .cc-fx-hero__cta {
  justify-content: center;
}

.cc-fx-close__lead {
  margin: 0 auto 2rem;
  max-width: 52ch;
  color: rgba(232, 244, 255, 0.72) !important;
  font-size: 1.02rem !important;
  line-height: 1.7 !important;
}

.cc-fx-close__inner h2 {
  margin-bottom: 1.75rem;
}

.cc-fx-close--impact h2 {
  margin-bottom: 1rem;
}

/* Références clients */
.cc-fx-clients {
  position: relative;
  overflow: hidden;
}

.cc-fx-clients::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 55% at 50% 100%, rgba(42, 211, 248, 0.1) 0%, transparent 70%),
    linear-gradient(180deg, transparent, rgba(6, 20, 40, 0.35));
  pointer-events: none;
}

.cc-fx-clients__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
}

.cc-fx-clients__badge {
  margin: 0;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 211, 248, 0.22);
  background: rgba(42, 211, 248, 0.06);
  color: #5de4ff !important;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cc-fx-clients__panel {
  padding: 2rem 2.25rem 1.75rem;
  border-radius: 20px;
  border: 1px solid rgba(42, 211, 248, 0.14);
  background:
    linear-gradient(165deg, rgba(12, 32, 58, 0.88) 0%, rgba(6, 20, 40, 0.72) 100%);
}

.cc-fx-clients__strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0;
  padding: 0 0 1.75rem;
  list-style: none;
  border-bottom: 1px solid rgba(42, 211, 248, 0.1);
}

.cc-fx-clients__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  min-height: 120px;
  padding: 0.5rem 0.75rem;
  text-align: center;
}

.cc-fx-clients__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
}

.cc-fx-clients__logo img {
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(42, 211, 248, 0.14));
  opacity: 0.92;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cc-fx-clients__item--canal-plus .cc-fx-clients__logo img {
  max-width: min(100%, 148px);
  max-height: 34px;
}

.cc-fx-clients__item--totalenergies .cc-fx-clients__logo img {
  max-width: min(100%, 200px);
  max-height: 30px;
}

.cc-fx-clients__item--sfr .cc-fx-clients__logo img {
  max-width: min(100%, 88px);
  max-height: 48px;
}

.cc-fx-clients__item:hover .cc-fx-clients__logo img {
  opacity: 1;
  transform: scale(1.04);
}

.cc-fx-clients__name {
  color: rgba(232, 244, 255, 0.55);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cc-fx-clients__footnote {
  margin: 1.35rem 0 1rem;
  max-width: 62ch;
  color: rgba(232, 244, 255, 0.68) !important;
  font-size: 0.96rem !important;
  line-height: 1.65 !important;
}

.cc-fx-clients__sectors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-fx-clients__sectors li {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 211, 248, 0.14);
  background: rgba(42, 211, 248, 0.06);
  color: rgba(232, 244, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cc-fx-groupe-lead {
  margin: 0.75rem 0 0;
  max-width: 68ch;
  color: rgba(232, 244, 255, 0.62) !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}

.cc-fx-clients__sectors--visual {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.cc-fx-clients__sectors--visual li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  padding: 1rem;
  border-radius: 14px;
  border: 1px solid rgba(42, 211, 248, 0.14);
  background:
    radial-gradient(ellipse 80% 80% at 50% 0%, rgba(42, 211, 248, 0.1) 0%, transparent 70%),
    rgba(6, 20, 40, 0.55);
  text-align: center;
}

.cc-fx-clients__sectors--visual li span {
  color: #f4fbff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Fil d'Ariane */
.cc-fx-breadcrumb {
  padding: 0.9rem 0 0.75rem;
  border-bottom: 1px solid rgba(42, 211, 248, 0.08);
  background: rgba(3, 11, 24, 0.55);
}

.cc-fx-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  width: min(1240px, calc(100% - 3rem));
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.cc-fx-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(232, 244, 255, 0.45);
  font-size: 0.78rem;
  font-weight: 500;
}

.cc-fx-breadcrumb__item:not(:last-child)::after {
  content: "/";
  color: rgba(42, 211, 248, 0.35);
  font-weight: 400;
}

.cc-fx-breadcrumb__item a {
  color: rgba(232, 244, 255, 0.62) !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.cc-fx-breadcrumb__item a:hover {
  color: #5de4ff !important;
}

.cc-fx-breadcrumb__current {
  color: rgba(232, 244, 255, 0.88);
  font-weight: 600;
}

/* Footer premium */
body.capsulecom-future .l-footer-columns,
body.capsulecom-future .l-footer {
  display: none !important;
}

.cc-fx-footer {
  margin-top: 0;
  padding: clamp(3rem, 8vh, 4.5rem) 0 1.75rem;
  border-top: 1px solid rgba(42, 211, 248, 0.12);
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(42, 211, 248, 0.08) 0%, transparent 70%),
    linear-gradient(180deg, #030b18 0%, #020810 100%);
  color: rgba(232, 244, 255, 0.72);
}

.cc-fx-footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(42, 211, 248, 0.1);
}

.cc-fx-footer__top--4col {
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
}

.cc-fx-footer__logo-link {
  display: inline-flex;
  margin-bottom: 1rem;
  text-decoration: none !important;
}

.cc-fx-footer__logo-link img {
  height: 38px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.92;
}

.cc-fx-footer__logo-text {
  font-size: 1.15rem;
  font-weight: 800;
  color: #f4fbff;
  letter-spacing: -0.02em;
}

.cc-fx-footer__tagline {
  margin: 0;
  max-width: 36ch;
  color: rgba(232, 244, 255, 0.58) !important;
  font-size: 0.92rem !important;
  line-height: 1.65 !important;
}

.cc-fx-footer__heading {
  margin: 0 0 1rem;
  color: #5de4ff !important;
  font-size: 0.72rem !important;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cc-fx-footer__links,
.cc-fx-footer__contact,
.cc-fx-footer__legal,
.cc-fx-footer__social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc-fx-footer__links li + li,
.cc-fx-footer__contact li + li {
  margin-top: 0.55rem;
}

.cc-fx-footer__links a,
.cc-fx-footer__contact a,
.cc-fx-footer__legal a {
  color: rgba(232, 244, 255, 0.68) !important;
  font-size: 0.9rem !important;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.cc-fx-footer__links a:hover,
.cc-fx-footer__contact a:hover,
.cc-fx-footer__legal a:hover {
  color: #5de4ff !important;
}

.cc-fx-footer__contact li {
  color: rgba(232, 244, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.6;
}

.cc-fx-footer__hint {
  color: rgba(232, 244, 255, 0.4);
  font-size: 0.78rem;
}

.cc-fx-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding-top: 1.5rem;
}

.cc-fx-footer__copy {
  margin: 0;
  color: rgba(232, 244, 255, 0.45) !important;
  font-size: 0.82rem !important;
}

.cc-fx-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.cc-fx-footer__legal a {
  font-size: 0.82rem !important;
}

.cc-fx-footer__social {
  display: flex;
  gap: 0.65rem;
}

.cc-fx-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 211, 248, 0.2);
  background: rgba(42, 211, 248, 0.06);
  color: rgba(232, 244, 255, 0.75) !important;
  text-decoration: none !important;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.cc-fx-footer__social a:hover {
  border-color: rgba(42, 211, 248, 0.45);
  background: rgba(42, 211, 248, 0.12);
  color: #5de4ff !important;
}

/* Sous-navigation ancres */
.cc-fx-subnav {
  position: sticky;
  top: 72px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(42, 211, 248, 0.1);
  background: rgba(3, 11, 24, 0.92);
  backdrop-filter: blur(10px);
}

.cc-fx-subnav a {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 211, 248, 0.18);
  color: rgba(232, 244, 255, 0.75) !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.cc-fx-subnav a:hover,
.cc-fx-subnav a:focus-visible {
  border-color: rgba(42, 211, 248, 0.45);
  color: #5de4ff !important;
  background: rgba(42, 211, 248, 0.08);
}

.cc-fx-case-client {
  display: inline-block;
  margin: 0 0 0.65rem;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  background: rgba(42, 211, 248, 0.12);
  color: #5de4ff !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Reveal animation — contenu visible par défaut (évite zones noires vides) */
.cc-fx [data-reveal] {
  opacity: 1;
  transform: none;
}

.cc-fx.js-reveal-ready [data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.cc-fx.js-reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .cc-fx-footer__top,
  .cc-fx-footer__top--4col {
    grid-template-columns: 1fr 1fr;
  }
  .cc-fx-footer__brand {
    grid-column: 1 / -1;
  }
  .cc-fx-clients__head {
    flex-direction: column;
    align-items: flex-start;
  }
  .cc-fx-pillars__grid,
  .cc-fx-pillars__grid--visual {
    grid-template-columns: 1fr 1fr;
  }
  .cc-fx-hero__layout {
    grid-template-columns: 1fr;
  }
  .cc-fx-hero__showcase {
    min-height: 320px;
    max-width: 560px;
    margin-inline: auto;
  }
  .cc-fx-hero--impact .cc-fx-hero__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cc-fx-hero__showcase {
    margin-bottom: 1.5rem;
  }
  .cc-fx-hero__float {
    max-width: min(190px, 48%);
  }
  .cc-fx-hero__float--academy {
    top: 0.65rem;
    left: 0.65rem;
    bottom: auto;
  }
  .cc-fx-hero__float--bpo {
    right: 0.65rem;
    bottom: 2.85rem;
  }
  .cc-fx-home-network__grid {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .cc-fx-home-network__visual {
    width: 100%;
    padding: 0;
  }
  .cc-fx-home-network__globe-stage {
    width: 100%;
    max-width: 100%;
  }
  .cc-fx-home-network__content {
    padding-inline: 0.15rem;
  }
  .cc-fx-home-xr__tile,
  .cc-fx-home-xr__tile--hero {
    grid-column: span 6;
    grid-row: span 1;
  }
  .cc-fx-home-xr__bento {
    grid-auto-rows: 180px;
  }
  .cc-fx-news--rich .cc-fx-news__layout {
    grid-template-columns: 1fr;
  }
  .cc-fx-manifesto {
    grid-template-columns: 1fr;
  }
  .cc-fx-manifesto__visual {
    min-height: 280px;
  }
}

@media (max-width: 640px) {
  .cc-fx-footer__top {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  .cc-fx-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .cc-fx-clients__panel {
    padding: 1.35rem 1.1rem 1.25rem;
  }
  .cc-fx-clients__strip {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .cc-fx-clients__sectors--visual {
    grid-template-columns: 1fr 1fr;
  }
  .cc-fx-clients__item {
    min-height: 96px;
  }
  .cc-fx-subnav {
    top: 64px;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.65rem;
  }
  .cc-fx-hero__metrics,
  .cc-fx-hero--impact .cc-fx-hero__metrics {
    grid-template-columns: 1fr 1fr;
  }
  .cc-fx-hero__float--academy {
    top: 0.55rem;
    left: 0.55rem;
    bottom: auto;
  }
  .cc-fx-hero__float--bpo {
    right: 0.55rem;
    bottom: 2.65rem;
  }
  .cc-fx-hero--impact {
    min-height: 0;
    padding-bottom: 5rem;
  }
  .cc-fx-home-network__globe-stage {
    border-radius: 50%;
  }
  .cc-fx-home-network__hubs {
    grid-template-columns: 1fr;
    gap: 0.6rem;
  }
  .cc-fx-home-network__hub {
    min-height: 44px;
  }
  .cc-fx-home-network__hub {
    padding: 0.52rem 0.85rem;
  }
  .cc-fx-pillars__grid,
  .cc-fx-pillars__grid--visual {
    grid-template-columns: 1fr;
  }
  .cc-fx-home-xr__tile,
  .cc-fx-home-xr__tile--hero {
    grid-column: span 12;
  }
  .cc-fx-block__head--row {
    flex-direction: column;
    align-items: flex-start;
  }
  .cc-fx-news__item {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }
}

/* Note éditoriale inline (accueil) */
.cc-fx-blog-editorial-note--inline {
  margin: 0.5rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

/* Actualités accueil enrichies */
.cc-fx-news--rich .cc-fx-news__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1.5rem;
  align-items: start;
}

.cc-fx-blog-featured {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.14);
  background: rgba(6, 20, 40, 0.72);
  text-decoration: none !important;
  transition: border-color 0.2s ease, transform 0.2s ease;
  height: 100%;
}

.cc-fx-blog-featured:hover {
  border-color: rgba(42, 211, 248, 0.32);
  transform: translateY(-2px);
}

.cc-fx-blog-featured__visual {
  position: relative;
  min-height: 280px;
  overflow: hidden;
}

.cc-fx-blog-featured__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.cc-fx-blog-featured:hover .cc-fx-blog-featured__visual img {
  transform: scale(1.03);
}

.cc-fx-blog-featured__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(3, 11, 24, 0.82);
  border: 1px solid rgba(42, 211, 248, 0.28);
  color: #5de4ff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cc-fx-blog-featured__body {
  padding: 1.35rem 1.5rem 1.6rem;
}

.cc-fx-blog-featured__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 0.75rem;
  color: rgba(93, 228, 255, 0.55) !important;
  font-size: 0.75rem;
}

.cc-fx-blog-featured__body h2 {
  margin: 0 0 0.65rem;
  color: #f4fbff !important;
  font-size: 1.35rem !important;
  line-height: 1.3 !important;
}

.cc-fx-blog-featured__excerpt {
  margin: 0 0 1rem;
  color: rgba(244, 251, 255, 0.72) !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
}

.cc-fx-blog-featured__cta {
  color: #5de4ff !important;
  font-size: 0.88rem;
  font-weight: 600;
}

.cc-fx-blog-grid--home {
  grid-template-columns: 1fr;
  margin: 0;
  max-width: none;
}

/* Cas clients narratifs (accueil) */
.cc-fx-home-cases {
  border-top: 1px solid rgba(42, 211, 248, 0.08);
}

.cc-fx-solution-cases {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(42, 211, 248, 0.12);
  border: 1px solid rgba(42, 211, 248, 0.12);
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .cc-fx-solution-cases {
    grid-template-columns: 1fr;
  }
}

.cc-fx-home-cases + .cc-fx-clients {
  padding-top: clamp(2rem, 5vh, 3rem);
}

/* Cartes actualités (accueil — évite le chargement de blog.css) */
.cc-fx-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0 auto 3rem;
  width: 100%;
  max-width: 1140px;
}

.cc-fx-blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.12);
  background: rgba(6, 20, 40, 0.6);
  text-decoration: none !important;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.cc-fx-blog-card:hover {
  background: rgba(10, 32, 62, 0.75);
  border-color: rgba(42, 211, 248, 0.28);
  transform: translateY(-3px);
}

.cc-fx-blog-card__thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.cc-fx-blog-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.cc-fx-blog-card:hover .cc-fx-blog-card__thumb img {
  transform: scale(1.04);
}

.cc-fx-blog-card__cat {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(3, 11, 24, 0.8);
  border: 1px solid rgba(42, 211, 248, 0.25);
  color: #5de4ff;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cc-fx-blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.25rem 1.35rem 1.4rem;
}

.cc-fx-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin-bottom: 0.65rem;
  color: rgba(93, 228, 255, 0.55) !important;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.cc-fx-blog-card__body h3 {
  margin: 0 0 0.5rem;
  color: #f4fbff !important;
  font-size: 1.05rem;
  line-height: 1.35;
}

.cc-fx-blog-card__excerpt {
  margin: 0;
  color: rgba(244, 251, 255, 0.72) !important;
  font-size: 0.88rem;
  line-height: 1.55;
}

@media (max-width: 900px) {
  .cc-fx-blog-grid {
    grid-template-columns: 1fr;
  }
}

/* Liste hubs (Le groupe) */
.cc-fx-hubs-roster {
  border-top: 1px solid rgba(42, 211, 248, 0.08);
}

.cc-fx-hubs-roster__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(42, 211, 248, 0.12);
  border: 1px solid rgba(42, 211, 248, 0.12);
  border-radius: 16px;
  overflow: hidden;
}

.cc-fx-hubs-roster__list li {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1.25rem 1rem;
  background: rgba(6, 20, 40, 0.92);
}

.cc-fx-hubs-roster__list strong {
  color: #5de4ff;
  font-size: 1rem;
}

.cc-fx-hubs-roster__city {
  color: rgba(232, 244, 255, 0.82) !important;
  font-size: 0.9rem;
  font-weight: 600;
}

.cc-fx-hubs-roster__role {
  color: rgba(232, 244, 255, 0.55) !important;
  font-size: 0.8rem;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .cc-fx-hubs-roster__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .cc-fx-hubs-roster__list {
    grid-template-columns: 1fr;
  }
}

/* Bloc confiance */
.cc-fx-trust {
  border-top: 1px solid rgba(42, 211, 248, 0.08);
}

.cc-fx-trust__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  background: rgba(42, 211, 248, 0.12);
  border: 1px solid rgba(42, 211, 248, 0.12);
  border-radius: 16px;
  overflow: hidden;
}

.cc-fx-trust__item {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.35rem 1.25rem;
  background: rgba(6, 20, 40, 0.92);
}

.cc-fx-trust__item strong {
  color: #5de4ff;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.1;
}

.cc-fx-trust__item span {
  color: rgba(232, 244, 255, 0.62) !important;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.cc-fx-trust--compact .cc-fx-block__head {
  margin-bottom: 1.25rem;
}

/* Études de cas long format */
.cc-fx-case-studies {
  border-top: 1px solid rgba(42, 211, 248, 0.08);
}

.cc-fx-trust-strip {
  margin-bottom: clamp(1.25rem, 3vw, 2rem);
}

.cc-fx-home-network__trust {
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.cc-fx-hubs-roster__trust {
  margin-top: 1.5rem;
}

.cc-fx-solutions-proof .cc-fx-trust-strip {
  margin-bottom: 1.75rem;
}

.cc-fx-solutions-proof__sectors {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.cc-fx-solutions-proof__sectors li {
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(42, 211, 248, 0.18);
  background: rgba(6, 20, 40, 0.75);
  color: rgba(232, 244, 255, 0.72) !important;
  font-size: 0.82rem;
}

.cc-fx-cta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.75rem;
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(42, 211, 248, 0.14);
  background: linear-gradient(135deg, rgba(6, 20, 40, 0.92), rgba(10, 32, 62, 0.75));
}

.cc-fx-cta-bar__title {
  margin: 0;
  color: #f4fbff !important;
  font-size: 1rem !important;
  font-weight: 600;
}

.cc-fx-case-studies__list {
  display: flex;
  flex-direction: column;
  gap: clamp(1.5rem, 3vw, 2.25rem);
}

.cc-fx-case-study {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}

.cc-fx-case-study--reverse .cc-fx-case-study__visual {
  order: 2;
}

.cc-fx-case-study--reverse .cc-fx-case-study__body {
  order: 1;
}

.cc-fx-case-study__visual {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(42, 211, 248, 0.14);
  aspect-ratio: 4 / 3;
}

.cc-fx-case-study__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cc-fx-case-study__sector {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(3, 11, 24, 0.82);
  border: 1px solid rgba(42, 211, 248, 0.28);
  color: #5de4ff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cc-fx-case-study__body h3 {
  margin: 0.5rem 0 1rem;
}

.cc-fx-case-study__context {
  margin: 0 0 1.25rem;
  color: rgba(232, 244, 255, 0.72) !important;
  line-height: 1.75;
}

.cc-fx-case-study__label {
  margin: 0 0 0.5rem;
  color: #5de4ff !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-fx-case-study__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.25rem 0;
}

.cc-fx-case-study__metrics div {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(6, 20, 40, 0.75);
  border: 1px solid rgba(42, 211, 248, 0.1);
}

.cc-fx-case-study__metrics strong {
  display: block;
  color: #5de4ff;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.cc-fx-case-study__metrics span {
  color: rgba(232, 244, 255, 0.68) !important;
  font-size: 0.88rem;
}

.cc-fx-case-study__note {
  margin: 0;
  color: rgba(232, 244, 255, 0.5) !important;
  font-size: 0.82rem;
  font-style: italic;
}

.cc-fx-case-studies__footer {
  margin-top: 2rem;
}

.cc-fx-news__empty {
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid rgba(42, 211, 248, 0.12);
  background: rgba(6, 20, 40, 0.55);
}

@media (max-width: 1024px) {
  .cc-fx-trust__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cc-fx-case-study,
  .cc-fx-case-study--reverse {
    grid-template-columns: 1fr;
  }

  .cc-fx-case-study--reverse .cc-fx-case-study__visual,
  .cc-fx-case-study--reverse .cc-fx-case-study__body {
    order: unset;
  }
}

@media (max-width: 640px) {
  .cc-fx-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cc-fx-case-study__metrics {
    grid-template-columns: 1fr;
  }
}