/* ============================================================================
   COMPLEO — REFONTE HERO POLISH v1.0
   ----------------------------------------------------------------------------
   Drop-in additif. Charger APRÈS css/styles.css ET css/responsive.css.
   N'écrase rien d'important : ne corrige que les 6 problèmes identifiés.
   ============================================================================ */


/* ============================================================================
   00. Anti-CLS global — Réservation d'espace pour images
   ============================================================================ */

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}


/* ============================================================================
   01. HERO — Hauteur et padding optimisés
   ============================================================================ */

.hero-section {
  padding: 7rem 0 5rem;
  min-height: auto;
  overflow: visible;
}

@media (min-width: 1400px) {
  .hero-section {
    padding: 7.5rem 0 6rem;
  }
}

@media (max-width: 991.98px) {
  .hero-section {
    padding: 6rem 0 4rem;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    padding: 5rem 0 3rem;
  }
}


/* ============================================================================
   02. HERO H1 — Échelle plus précise
   ============================================================================ */

.hero-content h1 {
  font-size: clamp(2rem, 3.5vw + 1rem, 3.5rem);
  line-height: 1.08;
  margin-bottom: 1.5rem;
}

.hero-subtitle {
  font-size: 1rem;
  margin-bottom: 2rem;
}


/* ============================================================================
   03. CHECKLIST — Check icon parfaitement centré
   ============================================================================ */

.check-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  background: rgba(34, 197, 94, 0.15);
}

.check-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 5px;
  border-left: 2px solid var(--color-check-green);
  border-bottom: 2px solid var(--color-check-green);
  border-radius: 1px;
  transform: translate(-50%, -70%) rotate(-45deg);
}

.hero-checklist li {
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
  line-height: 1.4;
}


/* ============================================================================
   04. HERO BOUTONS — Espacement et responsive
   ============================================================================ */

.hero-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .hero-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .hero-buttons a {
    width: 100%;
    max-width: 320px;
    text-align: center;
    justify-content: center;
  }
}


/* ============================================================================
   05. HUB AI WRAPPER — Recadrage et positionnement
   ============================================================================ */

.hero-visual {
  position: relative;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ai-hub-wrapper {
  width: 100%;
  max-width: 520px;
  height: 520px;
  position: relative;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .ai-hub-wrapper {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .ai-hub-wrapper {
    height: 420px;
    max-width: 420px;
  }
}

@media (max-width: 575.98px) {
  .ai-hub-wrapper {
    height: 340px;
    max-width: 340px;
  }
}


/* ============================================================================
   06. PLATFORM ICONS — Positionnement précis
   ============================================================================ */

.platform-icon {
  width: 56px;
  height: 56px;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}

.platform-icon img,
.platform-icon svg {
  width: auto;
  max-width: 60%;
  max-height: 60%;
}

.platform-google {
  top: 22%;
  left: 4%;
  width: 56px;
  height: 56px;
}

.platform-meta {
  top: 4%;
  right: 18%;
  left: auto;
  width: 60px;
  height: 60px;
}

.platform-tiktok {
  top: 38%;
  right: -2%;
  width: 56px;
  height: 56px;
}

.platform-linkedin {
  bottom: 26%;
  left: 0;
  width: 56px;
  height: 56px;
}

.platform-email {
  bottom: 8%;
  right: 14%;
  width: 56px;
  height: 56px;
}


/* ============================================================================
   07. DASHBOARD CARDS — Les 2 alignées à droite
   ============================================================================ */

.dash-card {
  border-radius: 16px;
  padding: 16px 18px;
  background: rgba(11, 25, 62, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(42, 127, 255, 0.28);
  box-shadow:
    0 24px 48px -16px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.dash-card-leads {
  position: absolute;
  top: 30%;
  right: 23%;
  left: auto;
  width: 260px;
}

.dash-card-conversion {
  position: absolute;
  bottom: 19%;
  right: 36%;
  left: auto;
  width: 230px;
}

.dash-card-header {
  margin-bottom: 0.5rem;
}

.dash-card-label {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}

.dash-card-value {
  font-size: 2rem;
  margin-bottom: 0.25rem;
}

.dash-card-sub {
  font-size: 0.6875rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.dash-card-chart {
  height: 36px;
  margin-top: 0.5rem;
}

@media (max-width: 991.98px) {
  .dash-card-leads {
    top: -5%;
    right: 108px;
    width: 220px;
  }

  .dash-card-conversion {
    bottom: 27%;
    right: 102px;
    width: 200px;
  }
}

@media (max-width: 575.98px) {
  .dash-card-leads,
  .dash-card-conversion {
    width: 180px;
    padding: 8px 4px;
  }

  .dash-card-value {
    font-size: 1.5rem;
  }
}


/* ============================================================================
   08. GLOW RADIAL — Plus intense, mieux placé
   ============================================================================ */

.hero-bg-glow {
  position: absolute;
  top: 45%;
  right: 8%;
  width: 720px;
  height: 720px;
  background:
    radial-gradient(
      circle at center,
      rgba(42, 127, 255, 0.55) 0%,
      rgba(42, 127, 255, 0.25) 25%,
      rgba(42, 127, 255, 0.08) 50%,
      transparent 75%
    );
  transform: translateY(-50%);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 991.98px) {
  .hero-bg-glow {
    width: 500px;
    height: 500px;
    right: -10%;
    opacity: 0.7;
  }
}


/* ============================================================================
   09. ORBITES — Pointillés plus visibles
   ============================================================================ */

.orbit-1 {
  border-color: rgba(42, 127, 255, 0.35);
  border-width: 1px;
}

.orbit-2 {
  border-style: dashed;
  border-color: rgba(42, 127, 255, 0.2);
}

.orbit-3 {
  border-style: dashed;
  border-color: rgba(42, 127, 255, 0.1);
}


/* ============================================================================
   10. TRUST METRICS — Effet card flottante à cheval hero/partners
   ============================================================================ */

.trust-metrics-section {
  position: relative;
  margin-top: -88px;
  margin-bottom: -40px;
  padding: 0;
  z-index: 10;
}

.trust-metrics-card {
  padding: 32px 32px;
  border-radius: 24px;
  box-shadow:
    0 32px 80px -24px rgba(11, 25, 62, 0.25),
    0 8px 16px -8px rgba(11, 25, 62, 0.1),
    0 0 0 1px rgba(11, 25, 62, 0.04);
  background: #FFFFFF;
}

.trust-metric {
  flex-direction: row;
  align-items: center;
  text-align: left;
  gap: 12px;
}

.trust-metric-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(42, 127, 255, 0.1);
  border-radius: 12px;
  margin-bottom: 0;
}

.trust-metric-icon svg {
  width: 22px;
  height: 22px;
}

.trust-metric-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.trust-metric-number {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1.15;
  color: #0B193E;
  letter-spacing: -0.02em;
}

.trust-metric-label {
  font-size: 0.8125rem;
  color: #5A6582;
  line-height: 1.4;
  max-width: none;
  margin: 0;
}

@media (max-width: 991.98px) {
  .trust-metrics-section {
    margin-top: -40px;
    margin-bottom: 0;
    padding: 0 1rem;
  }

  .trust-metrics-card {
    grid-template-columns: 1fr 1fr;
    gap: 16px 8px;
    padding: 24px 16px;
  }

  .trust-metric-divider {
    display: none;
  }
}

@media (max-width: 480px) {
  .trust-metrics-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .trust-metric-number {
    font-size: 20px;
  }
}


/* ============================================================================
   11. CAMPAGNES — Fond blanc
   ============================================================================ */

.campagnes-section {
  background: #FFFFFF;
  color: var(--color-text-dark);
}

.campagnes-section .section-header h2 {
  font-size: clamp(2.25rem, 4vw + 1rem, 30px);
  font-weight: 800;
  color: #081B4B;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.campagnes-section .section-header h2 .text-white {
  color: #0B193E;
}

.campagnes-section .section-header p {
  color: #5A6582;
}

.campagnes-section .ekomi-subtitle {
  color: #5A6582;
}

.campagnes-section .ekomi-score {
  color: #0B193E;
}

.campagnes-section .campaign-badge {
  background: #F1F5F9;
  color: #0B193E;
  border: 2px solid #E5EAF2;
}

.campagnes-section .campaign-badge:hover {
  background: #E8EDF4;
  border-color: #CBD5E1;
}

.campagnes-section .campaign-badge.active {
  background: var(--color-accent-yellow);
  color: var(--color-text-dark);
  border-color: var(--color-accent-yellow);
}


/* ============================================================================
   11a. CAMPAGNES SLIDER — Cadre mobile autour des images
   ============================================================================ */

.campagnes_content label {
  border-radius: 5px;
  box-shadow: 0 8px 32px rgba(11, 25, 62, 0.2), inset 0 0 0 1.5px rgba(255, 255, 255, 0.1);
}

.campagnes_content label img {
  border-radius: 5px;
}

/* Hide clone labels on desktop (only used for mobile marquee) */
.campagnes_content > label[data-clone] {
  display: none;
}

/* Tablet: reduce slider height */
@media (max-width: 991.98px) {
  .campagnes_content {
    height: 280px;
  }

  .campagnes_content label {
    height: 270px;
    width: 180px;
  }
}

/* Mobile: carrousel auto-slide horizontal infini */
@media (max-width: 768px) {
  .campagnes_content {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    gap: 16px;
    padding: 1rem 0;
    height: 350px !important;
    width: 100%;
    justify-content: flex-start;
    -webkit-mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
  }

  .campagnes_content::before {
    display: none;
  }

  .campagnes_content input[type="radio"] {
    display: none;
  }

  .campagnes_content > label,
  .campagnes_content > label[data-clone] {
    display: block;
    position: relative !important;
    flex: 0 0 auto;
    width: 180px !important;
    height: 320px !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 8px 32px rgba(11, 25, 62, 0.2);
    animation: campaign-marquee 24s linear infinite;
    will-change: transform;
  }

  .campagnes_content label img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 5px;
  }

  /* Pause au toucher pour permettre la lecture */
  .campagnes_content:hover > label,
  .campagnes_content:focus-within > label {
    animation-play-state: paused;
  }
}

@keyframes campaign-marquee {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(calc(-400% - 64px), 0, 0); }
}

@media (prefers-reduced-motion: reduce) and (max-width: 768px) {
  .campagnes_content > label,
  .campagnes_content > label[data-clone] {
    animation: none !important;
    transform: none !important;
  }
}


/* ============================================================================
   11b. EKOMI — Card mise en valeur
   ============================================================================ */

.ekomi-card {
  background: #FFFFFF;
  border: 1px solid #E5EAF2;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  max-width: 520px;
  margin: 0 auto 3rem;
  box-shadow: 0 4px 16px -4px rgba(11, 25, 62, 0.08);
  text-align: center;
}

.ekomi-card .ekomi-subtitle {
  margin-bottom: 1rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #0B193E;
}

.ekomi-card .ekomi-row {
  margin-bottom: 0;
}

.ekomi-card .ekomi-score {
  color: #5A6582;
}


/* ============================================================================
   16. METHODE V2 — Section premium 3 étapes
   ============================================================================ */

.methode-section-v2 {
  background: #F8FAFC;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.methode-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Header */
.methode-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.methode-badge {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid #E5EAF2;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #3B82F6;
  margin-bottom: 1.5rem;
}

.methode-title {
  font-size: clamp(2.25rem, 4vw + 1rem, 4.5rem);
  font-weight: 800;
  color: #081B4B;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.methode-gradient {
  background: linear-gradient(135deg, #2563EB, #60A5FA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.methode-subtitle {
  max-width: 780px;
  margin: 0 auto;
  color: #5B6475;
  font-size: 1.25rem;
  line-height: 1.6;
  font-weight: 400;
}

.methode-subtitle strong {
  color: #081B4B;
  font-weight: 600;
}

/* Cards container */
.methode-cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

/* Card */
.methode-card {
  background: #FFFFFF;
  border: 1px solid #E8ECF2;
  border-radius: 24px;
  padding: 2.5rem 2rem 2rem;
  flex: 1;
  max-width: 380px;
  text-align: center;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 24px rgba(0, 0, 0, 0.04);
}

.methode-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(11, 25, 62, 0.12), 0 0 0 1px rgba(59, 130, 246, 0.08);
}

/* Icon */
.methode-card-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
}

.methode-icon-orange { background: #FFF7ED; }
.methode-icon-green  { background: #F0FDF4; }
.methode-icon-blue   { background: #EFF6FF; }

/* Step number + title */
.methode-card-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0.75rem;
}

.step-badge {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FFFFFF;
  flex-shrink: 0;
}

.step-orange { background: #F97316; }
.step-green  { background: #22C55E; }
.step-blue   { background: #3B82F6; }

.step-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

/* Divider under title */
.step-divider {
  width: 40px;
  height: 3px;
  border-radius: 2px;
  margin: 0 auto 1.25rem;
}

.step-divider-orange { background: #F97316; }
.step-divider-green  { background: #22C55E; }
.step-divider-blue   { background: #3B82F6; }

/* Card text */
.methode-card-text {
  color: #5B6475;
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 1.5rem;
}

/* Card footer badge */
.methode-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
}

.methode-badge-orange { background: #FFF7ED; color: #EA580C; }
.methode-badge-green  { background: #F0FDF4; color: #16A34A; }
.methode-badge-blue   { background: #EFF6FF; color: #2563EB; }

/* Arrows */
.methode-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid #E8ECF2;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
  margin: 0 -8px;
  z-index: 2;
}

/* Reassurance bar */
.methode-reassurance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background: #FFFFFF;
  border: 1px solid #E8ECF2;
  border-radius: 20px;
  padding: 1.5rem 2.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  position: relative;
  z-index: 1;
}

.reassurance-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reassurance-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #EFF6FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reassurance-text {
  display: flex;
  flex-direction: column;
}

.reassurance-text strong {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #081B4B;
}

.reassurance-text span {
  font-size: 0.8125rem;
  color: #5B6475;
}

.reassurance-divider {
  width: 1px;
  height: 40px;
  background: #E8ECF2;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991.98px) {
  .methode-section-v2 {
    padding: 5rem 0;
  }

  .methode-cards {
    flex-direction: column;
    gap: 1.5rem;
  }

  .methode-card {
    max-width: 100%;
    width: 100%;
  }

  .methode-arrow {
    transform: rotate(90deg);
    margin: -8px 0;
  }

  .methode-reassurance {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
  }

  .reassurance-divider {
    width: 100%;
    height: 1px;
  }
}

@media (max-width: 575.98px) {
  .methode-section-v2 {
    padding: 4rem 0;
  }

  .methode-header {
    margin-bottom: 2.5rem;
  }

  .methode-subtitle {
    font-size: 1rem;
  }
}


/* ============================================================================
   18. TEMOIGNAGES V2 — Section premium
   ============================================================================ */

.temoignages-v2 {
  background: #F8FAFC;
  padding: 5rem 0;
  position: relative;
}

.temoignages-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.temoignages-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border: 1px solid #E5EAF2;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #2563EB;
  margin-bottom: 1.5rem;
}

.temoignages-title {
  font-size: clamp(2.25rem, 4vw + 1rem, 30px);
  font-weight: 800;
  color: #081B4B;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.temoignages-subtitle {
  color: #64748B;
  font-size: 1.25rem;
  max-width: 600px;
  margin: 0 auto;
}

/* Carousel horizontal */
.temoignages-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0.5rem 0 1.5rem;
  margin-bottom: 2rem;
  scrollbar-width: none;
  mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 3%, black 97%, transparent 100%);
}

.temoignages-carousel::-webkit-scrollbar {
  display: none;
}

.temoignages-carousel:hover {
  cursor: grab;
}

.temoignages-carousel:active {
  cursor: grabbing;
}

/* Card */
.t-card {
  background: #FFFFFF;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 24px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  flex: 0 0 360px;
  min-width: 320px;
  scroll-snap-align: start;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03), 0 6px 16px rgba(0, 0, 0, 0.03);
}

.t-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(11, 25, 62, 0.1), 0 0 0 1px rgba(37, 99, 235, 0.06);
}

.t-quote {
  margin-bottom: 1rem;
}

.t-text {
  color: #0F172A;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
  flex: 1;
  margin-bottom: 1.5rem;
}

.t-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 1rem;
  border-top: 1px solid #F1F5F9;
}

.t-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.t-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.t-info strong {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0F172A;
}

.t-info span {
  font-size: 0.75rem;
  color: #64748B;
}

.t-logo {
  max-height: 32px;
  max-width: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.7;
  flex-shrink: 0;
}

/* eKomi bar */
.temoignages-ekomi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 2rem;
  flex-wrap: wrap;
}

.ekomi-stars-v2 {
  color: #2563EB;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

.ekomi-note {
  font-size: 0.9375rem;
  color: #64748B;
}

.ekomi-note strong {
  color: #0F172A;
  font-weight: 700;
}

.ekomi-sep {
  color: #E2E8F0;
  font-size: 1.25rem;
}

.ekomi-verified {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: #64748B;
}

.ekomi-verified strong {
  color: #0F172A;
}

/* Responsive */
@media (max-width: 575.98px) {
  .temoignages-v2 {
    padding: 3rem 0;
  }

  .t-card {
    flex: 0 0 300px;
    min-width: 280px;
    padding: 1.5rem;
  }

  .temoignages-ekomi {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }

  .ekomi-sep {
    display: none;
  }
}


/* ============================================================================
   17. CRM V2 — Section ClubTravaux premium
   ============================================================================ */

.crm-section-v2 {
  background: #FFFFFF;
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}

.crm-glow {
  position: absolute;
  top: 50%;
  left: 20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.crm-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Visual left */
.crm-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.crm-screens-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
}

.crm-screen-main {
  /* cadre et ombre retirés — l'image est affichée nue */
}

.crm-screen-main img {
  width: 100%;
  height: auto;
  display: block;
}

/* Content right */
.crm-content-v2 {
  max-width: 560px;
}

.crm-badge {
  display: inline-block;
  padding: 8px 20px;
  background: #EFF6FF;
  border: 1px solid #DBEAFE;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #2563EB;
  margin-bottom: 1.25rem;
}

.crm-title-v2 {
  font-size: clamp(2.25rem, 4vw + 1rem, 30px);
  font-weight: 800;
  color: #081B4B;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 1rem;
}

.crm-subtitle-v2 {
  color: #5B6475;
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}

/* Features list */
.crm-features {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2rem;
}

.crm-feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 1rem 0;
  border-bottom: 1px solid #F1F5F9;
}

.crm-feature:last-child {
  border-bottom: none;
}

.crm-feature-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: #EFF6FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.crm-feature-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.crm-feature-text strong {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #081B4B;
}

.crm-feature-text span {
  font-size: 0.8125rem;
  color: #5B6475;
  line-height: 1.5;
}

/* App card */
.crm-app-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: #F8FAFC;
  border: 1px solid #E8ECF2;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
}

.crm-app-card-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.crm-app-card-text strong {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #081B4B;
}

.crm-app-card-text span {
  font-size: 0.8125rem;
  color: #5B6475;
}

.crm-app-badges {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.crm-app-badges img {
  height: 40px;
  width: auto;
  transition: transform 0.2s ease;
}

.crm-app-badges a:hover img,
.crm-app-badges img:hover {
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991.98px) {
  .crm-section-v2 {
    padding: 4rem 0;
  }

  .crm-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .crm-visual {
    order: -1;
  }

  .crm-screens-wrapper {
    max-width: 360px;
    margin: 0 auto;
  }

  .crm-content-v2 {
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .crm-app-card {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .crm-app-badges {
    justify-content: center;
  }
}


/* ============================================================================
   12. PARTNERS — Carrousel infini CSS
   ============================================================================ */

.partners-section {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
}

.partners-title {
  margin-bottom: 3rem;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
}

/* Carrousel infini */
.partners-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

.partners-track {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  width: max-content;
  animation: scroll-logos 30s linear infinite;
}

.partners-track .partner-logo {
  flex-shrink: 0;
  filter: grayscale(100%) opacity(0.6);
  transition: filter 0.3s ease;
}

.partners-track .partner-logo:hover {
  filter: grayscale(0%) opacity(1);
}

.partners-track .partner-logo img {
  max-height: 50px;
  max-width: 130px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Pause au hover */
.partners-carousel:hover .partners-track {
  animation-play-state: paused;
}

@media (max-width: 991.98px) {
  .partners-section {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .partners-track {
    gap: 2rem;
    animation-duration: 25s;
  }

  .partners-track .partner-logo img {
    max-height: 40px;
    max-width: 100px;
  }
}

@media (max-width: 575.98px) {
  .partners-track {
    gap: 1.5rem;
    animation-duration: 20s;
  }

  .partners-track .partner-logo img {
    max-height: 32px;
    max-width: 80px;
  }

  .partners-carousel {
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .partners-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    gap: 1.5rem 2rem;
  }

  .partners-carousel {
    mask-image: none;
    -webkit-mask-image: none;
  }
}


/* ============================================================================
   12. NAVBAR — Padding et transparence au scroll
   ============================================================================ */

.navbar-compleo {
  padding: 0.5rem 0;
}

.navbar-compleo.scrolled {
  padding: 0.25rem 0;
  background: rgba(11, 25, 62, 0.92);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}

/* CTA mobile toujours visible hors burger */
.nav-cta-mobile {
  display: none;
}

@media (max-width: 1199.98px) {
  .nav-cta-mobile {
    display: inline-flex;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    margin-right: 0.5rem;
  }
}


/* ============================================================================
   13. HOVER POLISH — Micro-interactions
   ============================================================================ */

.platform-icon {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.3s ease;
}

.platform-icon:hover {
  transform: scale(1.1);
  box-shadow:
    0 12px 32px rgba(42, 127, 255, 0.3),
    0 0 0 1px rgba(42, 127, 255, 0.2);
}

.dash-card {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ai-hub-wrapper:hover .dash-card {
  transform: scale(1.02);
}


/* ============================================================================
   14. HERO BOTTOM CURVE — Arc de transition hero → partners
   ============================================================================ */

.hero-bottom-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  line-height: 0;
  pointer-events: none;
  z-index: 2;
}

.hero-bottom-curve svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .hero-bottom-curve {
    height: 60px;
  }
}

@media (max-width: 575.98px) {
  .hero-bottom-curve {
    height: 40px;
  }
}


/* ============================================================================
   20. FAQ — Section accordion premium
   ============================================================================ */

.faq-section {
  background: #FFFFFF;
  padding: 5rem 0;
}

.faq-header {
  text-align: center;
  margin-bottom: 3rem;
}

.faq-title {
  font-size: clamp(2.25rem, 4vw + 1rem, 30px);
  font-weight: 800;
  color: #081B4B;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #F8FAFC;
  border: 1px solid #E8ECF2;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.faq-item[open] {
  border-color: #2563EB;
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.06);
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #081B4B;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 300;
  color: #94A3B8;
  transition: transform 0.25s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-item[open] .faq-question::after {
  content: '−';
  color: #2563EB;
}

.faq-answer {
  padding: 0 1.5rem 1.5rem;
}

.faq-answer p {
  color: #475569;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 575.98px) {
  .faq-section {
    padding: 3rem 0;
  }

  .faq-question {
    padding: 1rem 1.25rem;
    font-size: 0.9375rem;
  }

  .faq-answer {
    padding: 0 1.25rem 1.25rem;
  }
}


/* ============================================================================
   19. CONTACT V2 — Section premium 2 colonnes
   ============================================================================ */

.contact-v2 {
  padding: 5rem 0;
  background: #F0F4F8;
}

.contact-card {
  display: grid;
  grid-template-columns: 48% 52%;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
}

/* Left column */
.contact-left {
  background: linear-gradient(160deg, #0A2468 0%, #071B4D 50%, #06153A 100%);
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.contact-left::before {
  content: '';
  position: absolute;
  top: 30%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(42, 127, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.contact-badge-v2 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: rgba(37, 99, 235, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #FFC400;
  width: fit-content;
}

.contact-title-v2 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}

.contact-accent {
  color: #7EA6FF;
}

.contact-intro {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.0625rem;
  line-height: 1.7;
  max-width: 480px;
  margin: 0;
}

/* Features */
.contact-features {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-feat {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-feat:last-child {
  border-bottom: none;
}

.contact-feat-icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(37, 99, 235, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-feat-text strong {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 2px;
}

.contact-feat-text span {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
}

/* Offices */
.contact-offices {
  margin-top: auto;
}

.offices-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 0.75rem;
}

.offices-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.office-card-v2 {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

img.office-avatar {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.15);
}

.office-card-v2:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.2);
}

.office-city {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 4px;
}

.office-addr {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  margin-bottom: 6px;
}

.office-tel {
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFC400;
}

/* Avis bar */
.contact-avis {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 14px 18px;
  flex-wrap: wrap;
}

.contact-avis-stars {
  color: #FFC400;
  font-size: 1rem;
  letter-spacing: 2px;
}

.contact-avis-note {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.6);
}

.contact-avis-note strong {
  color: #FFFFFF;
}

.contact-avis-brand {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #FFC400;
}

/* Right column */
.contact-right {
  padding: 3.5rem;
  display: flex;
  flex-direction: column;
  background: #F4F7FB;
}

.contact-form-header {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 2rem;
}

.contact-form-header svg {
  flex-shrink: 0;
  margin-top: 4px;
}

.contact-form-header-text {
  display: flex;
  flex-direction: column;
}

.contact-form-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #0F172A;
  margin: 0.75rem 0 0.25rem;
}

.contact-form-sub {
  color: #64748B;
  font-size: 0.9375rem;
  margin: 0;
}

/* Form fields */
.contact-form-v2 {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.form-field {
  position: relative;
}

.form-field svg {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 1;
}

.form-field input {
  width: 100%;
  height: 56px;
  padding: 0 20px 0 52px;
  border: 1px solid #E0E4EB;
  border-radius: 14px;
  background: #FFFFFF;
  font-size: 1rem;
  color: #0F172A;
  background: #FFFFFF;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  outline: none;
  font-family: inherit;
}

.form-field input::placeholder {
  color: #94A3B8;
}

.form-field input:hover {
  border-color: #CBD5E1;
}

.form-field input:focus {
  border-color: #2563EB;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

/* Confidential */
.form-confidential {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #94A3B8;
}

/* Submit button */
.btn-submit-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 60px;
  background: linear-gradient(135deg, #FFC400, #FFB800);
  color: #0F172A;
  font-size: 1.125rem;
  font-weight: 800;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px -8px rgba(255, 196, 0, 0.5);
  font-family: inherit;
}

.btn-submit-v2:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px -8px rgba(255, 196, 0, 0.6);
  filter: brightness(1.03);
}

.btn-submit-v2:active {
  transform: scale(0.98);
}

/* RGPD */
.form-rgpd {
  display: flex;
  gap: 10px;
  background: #F8FAFC;
  border-radius: 14px;
  padding: 16px;
  margin-top: 4px;
}

.form-rgpd svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.form-rgpd p {
  font-size: 0.75rem;
  color: #64748B;
  line-height: 1.5;
  margin: 0;
}

.form-rgpd a {
  color: #2563EB;
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 991.98px) {
  .contact-card {
    grid-template-columns: 1fr;
  }

  .contact-left {
    padding: 2.5rem;
    border-radius: 28px 28px 0 0;
  }

  .contact-right {
    padding: 2.5rem;
  }

  .offices-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .contact-v2 {
    padding: 2rem 0;
  }

  .contact-left,
  .contact-right {
    padding: 1.75rem;
  }

  .contact-title-v2 {
    font-size: 1.75rem;
  }

  .offices-grid {
    grid-template-columns: 1fr;
  }

  .contact-avis {
    justify-content: center;
    text-align: center;
  }
}


/* ============================================================================
   15. ACCESSIBILITÉ — Reduced motion
   ============================================================================ */

@media (prefers-reduced-motion: reduce) {
  .orbit-1,
  .orbit-2,
  .orbit-3,
  .platform-icon,
  .dash-card,
  .ai-center-pulse {
    animation: none !important;
  }
}
