#fonctions {
  scroll-margin-top: 100px;
}

#marques {
  scroll-margin-top: 200px;
}

.hero {
  position: relative;
  overflow: visible;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 40px 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  z-index: 1;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(
      circle at 80% 30%,
      rgba(255, 138, 31, 0.16),
      transparent 32%
    ),
    radial-gradient(
      circle at 20% 55%,
      rgba(212, 107, 18, 0.13),
      transparent 34%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
  pointer-events: none;
  z-index: -1;
}

.hero-content,
.hero-preview {
  position: relative;
  z-index: 2;
}

.small-label {
  color: var(--color-orange-light);
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.75rem;
  margin-bottom: 16px;
}

/* .hero h1 {
  font-size: clamp(2rem, 5vw, 4rem);
  font-style: italic;
  transform: skewX(-6deg);
  line-height: 1;
  margin-bottom: 24px;
  color: #d9e0ec;
} */
.hero h1 {
  position: relative;
  display: inline-block;
  overflow: hidden;

  font-size: clamp(2rem, 5vw, 4rem);
  font-style: italic;
  transform: skewX(-6deg);
  line-height: 1;
  margin-bottom: 24px;

  color: #d9e0ec;
}

.hero h1::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;

  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.28);

  -webkit-clip-path: polygon(
    -55% 0,
    -35% 0,
    -48% 100%,
    -68% 100%
  );
  clip-path: polygon(
    -55% 0,
    -35% 0,
    -48% 100%,
    -68% 100%
  );

  animation: heroTitleSingleReflect 5.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes heroTitleSingleReflect {
  0% {
    -webkit-clip-path: polygon(
      -55% 0,
      -35% 0,
      -48% 100%,
      -68% 100%
    );
    clip-path: polygon(
      -55% 0,
      -35% 0,
      -48% 100%,
      -68% 100%
    );
  }

  45% {
    -webkit-clip-path: polygon(
      -55% 0,
      -35% 0,
      -48% 100%,
      -68% 100%
    );
    clip-path: polygon(
      -55% 0,
      -35% 0,
      -48% 100%,
      -68% 100%
    );
  }

  72% {
    -webkit-clip-path: polygon(
      130% 0,
      150% 0,
      137% 100%,
      117% 100%
    );
    clip-path: polygon(
      130% 0,
      150% 0,
      137% 100%,
      117% 100%
    );
  }

  100% {
    -webkit-clip-path: polygon(
      130% 0,
      150% 0,
      137% 100%,
      117% 100%
    );
    clip-path: polygon(
      130% 0,
      150% 0,
      137% 100%,
      117% 100%
    );
  }
}

.hero-subtitle {
  color: var(--color-muted);
  max-width: 560px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 36px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 36px;
}

.feature-card {
  min-height: 86px;
  padding: 18px;
  border: 1px solid rgba(255, 138, 31, 0.35);
  background: linear-gradient(
    145deg,
    rgba(24, 17, 10, 0.95),
    rgba(10, 10, 10, 0.95)
  );
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 0 30px rgba(255, 138, 31, 0.06);
}

.feature-card:hover {
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 138, 31, 0.14),
    transparent
  );
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: linear-gradient(
    135deg,
    var(--color-orange-light),
    var(--color-orange-dark)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-orange);
  color: #fff;
}

.feature-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 6px;
}

.feature-card span {
  color: #9f9f9f;
  font-size: 0.8rem;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-preview {
  perspective: 1000px;
}

.software-logo {
  width: 110px;
  height: auto;
  margin-bottom: 22px;
  filter: drop-shadow(0 0 24px rgba(255, 138, 31, 0.35));
}

.software-window {
  width: 100%;
  min-height: 360px;
  background: linear-gradient(145deg, #111111, #030303);
  border: 1px solid rgba(255, 138, 31, 0.35);
  border-radius: 18px;
  box-shadow:
    0 0 60px rgba(255, 138, 31, 0.16),
    inset 0 0 40px rgba(255, 138, 31, 0.04);
  transform: rotateY(-7deg) rotateX(4deg);
  overflow: hidden;
}
.software-window {
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.software-window:hover {
  border-color: rgba(255, 138, 31, 0.48);
  box-shadow:
    0 0 70px rgba(255, 138, 31, 0.22),
    0 0 120px rgba(255, 138, 31, 0.08),
    inset 0 0 45px rgba(255, 138, 31, 0.07);
}

.window-top {
  height: 38px;
  background: #0c0c0c;
  border-bottom: 1px solid rgba(255, 138, 31, 0.18);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
}

.window-top span {
  width: 10px;
  height: 10px;
  background: var(--color-orange);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(255, 138, 31, 0.45);
}

.software-content {
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.big-x {
  font-size: 6rem;
  font-weight: 900;
  background: linear-gradient(
    135deg,
    var(--color-orange-light),
    #f1f1f1 45%,
    var(--color-orange-dark)
  );
  -webkit-background-clip: text;
  color: transparent;
}

.software-content p {
  font-style: italic;
  transform: skewX(-4deg);
  font-size: 1.5rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.software-content small {
  color: #777;
  letter-spacing: 4px;
  text-transform: uppercase;
}


.hero-actions .btn-secondary {
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.hero-actions .btn-secondary:hover {
  transform: translateY(-2px);
  color: #fff;
  border-color: rgba(255, 138, 31, 0.55);
  background: rgba(255, 138, 31, 0.25);
  box-shadow:
    0 0 28px rgba(255, 138, 31, 0.22),
    inset 0 0 18px rgba(255, 138, 31, 0.06);
}

/* -----------------------section about ------------------ */

.about-platform {
  max-width: 1200px;
  margin: 20px auto 90px;
  padding: 0 40px;
}

.about-platform-container {
  position: relative;
  padding: 42px 46px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 138, 31, 0.10), transparent 34%),
    linear-gradient(145deg, rgba(18, 18, 20, 0.98), rgba(7, 7, 7, 0.98));
  border: 1px solid rgba(255, 138, 31, 0.22);
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.about-platform-container:hover {
    background:
    radial-gradient(circle at 50% 20%, rgba(255, 138, 31, 0.18), transparent 38%),
    radial-gradient(circle at 15% 20%, rgba(255, 138, 31, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(24, 18, 14, 0.98), rgba(9, 9, 9, 0.98));

  border-color: rgba(255, 138, 31, 0.38);

  box-shadow:
    0 0 48px rgba(255, 138, 31, 0.14),
    0 0 90px rgba(255, 138, 31, 0.06),
    0 0 45px rgba(0, 0, 0, 0.35);
}

.about-platform h2 {
  color: #f1f1f1;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin-bottom: 24px;
  font-weight: 900;
  font-style: italic;
  transform: skewX(-4deg);
  text-align: center;
}

.about-platform-text {
  max-width: 900px;
  margin: 0 auto;
}

.about-platform-text p {
  color: #9a9a9a;
  font-size: 0.98rem;
  line-height: 1.8;
  margin-bottom: 16px;
  text-align: center;
}

.about-platform-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 700px) {
  .about-platform {
    padding: 0 22px;
    margin-bottom: 70px;
  }

  .about-platform-container {
    padding: 30px 24px;
  }
}



/* ---------------------- section fonctions --------------  */

.stats-section {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stat-card {
  background: linear-gradient(145deg, #101010, #070707);
  border: 1px solid rgba(255, 138, 31, 0.18);
  padding: 26px;
  border-radius: 12px;
  text-align: center;
}

.stat-card strong {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 8px;
}

.stat-card span {
  color: #9d9d9d;
}

.functions-section {
  max-width: 1400px;
  margin: 80px auto 100px;
  padding: 0 40px;
}

.functions-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 70px;
}

.section-label {
  display: inline-block;
  color: var(--color-orange-light);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.functions-header h2 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
  margin-bottom: 18px;
  color: #f1f1f1;
  font-weight: 900;
}

.functions-header p {
  color: var(--color-muted);
  font-size: 1.05rem;
  line-height: 1.6;
  padding-bottom: 15px;
}

.workflow-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  margin-bottom: 70px;
}

.workflow-line::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 138, 31, 0.55),
    rgba(255, 138, 31, 0.15),
    transparent
  );
  z-index: 0;
}

.workflow-line::after {
  content: "";
  position: absolute;
  top: 34px;
  left: 63%;
  width: 18%;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 138, 31, 0.55),
    rgba(255, 138, 31, 0.25),
    rgba(255, 138, 31, 0.05)
  );
  z-index: 0;
}

.workflow-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.step-number {
  position: relative;
  z-index: 5;
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  border-radius: 16px;

  background: linear-gradient(145deg, #141414, #070707);
  border: 1px solid rgba(255, 138, 31, 0.28);

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--color-orange-light);
  font-size: 1.4rem;
  font-weight: 900;

  box-shadow: 0 0 35px rgba(255, 138, 31, 0.12);
  transition: 0.25s ease;
}

.step-number:hover {
  background: linear-gradient(
    120deg,
    #141414 0%,
    #3a1b08 50%,
    #070707 100%
  );
  border-color: rgba(255, 138, 31, 0.45);
  box-shadow:
    0 0 34px rgba(255, 138, 31, 0.26),
    0 0 70px rgba(255, 138, 31, 0.08);
}

.workflow-step h3 {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #fff;
}

.workflow-step p {
  color: #8d8d8d;
  font-size: 0.85rem;
  line-height: 1.5;
}

.functions-cards {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
}

.function-card {
  position: relative;
  min-height: 220px;
  padding: 34px;
  border-radius: 16px;
  background: linear-gradient(
    145deg,
    rgba(18, 18, 20, 0.98),
    rgba(8, 8, 8, 0.98)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
}

.function-card.large {
  grid-row: span 3;
  border-color: rgba(255, 138, 31, 0.28);
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 138, 31, 0.13),
      transparent 35%
    ),
    linear-gradient(145deg, rgba(24, 12, 8, 0.98), rgba(8, 8, 8, 0.98));
}

.function-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(
    135deg,
    var(--color-orange-light),
    var(--color-orange-dark)
  );
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 32px;
}

.function-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 12px;
  background: rgba(255, 138, 31, 0.12);
  border: 1px solid rgba(255, 138, 31, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.function-card h3 {
  font-size: 1.35rem;
  margin-bottom: 14px;
  color: #fff;
}

.function-card p {
  color: #9a9a9a;
  line-height: 1.7;
  font-size: 0.95rem;
}

.function-card ul {
  list-style: none;
  margin-top: 26px;
}

.function-card li {
  color: #d0d0d0;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.function-card li::before {
  content: "✓";
  color: #22c55e;
  margin-right: 10px;
}

.brands-section {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin: 90px 0 0;
  padding: 34px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.01);
}

.brands-section::before,
.brands-section::after {
  content: "";
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.brands-section::before {
  left: 0;
  background: linear-gradient(90deg, var(--color-bg), transparent);
}

.brands-section::after {
  right: 0;
  background: linear-gradient(270deg, var(--color-bg), transparent);
}

.brands-track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: brandsScroll 32s linear infinite;
}

.brands-track span {
  color: rgba(255, 255, 255, 0.32);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 5px;
  white-space: nowrap;
}

.brands-track span:hover {
  color: #b85a14;
}

.brands-section:hover .brands-track {
  animation-play-state: paused;
}

@keyframes brandsScroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* -------------- section support -------------- */

.support-section {
  position: relative;
  padding: 100px 40px;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.support-container {
  max-width: 1200px;
  margin: 0 auto;
}

.support-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.support-header h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
  color: #f1f1f1;
  margin-bottom: 18px;
  font-weight: 900;
}

.support-header p {
  color: var(--color-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr 1.35fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.support-card {
  position: relative;
  padding: 34px;
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(18, 18, 20, 0.98),
    rgba(7, 7, 7, 0.98)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.support-card-main {
  border-color: rgba(255, 138, 31, 0.35);
  box-shadow: 0 0 55px rgba(255, 138, 31, 0.08);
}

.support-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(255, 138, 31, 0.12);
  border: 1px solid rgba(255, 138, 31, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 24px;
}

.support-card h3 {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 14px;
  text-align: center;
}

.support-card p {
  color: #9a9a9a;
  font-size: 0.95rem;
  line-height: 1.7;
}

.support-badge {
  display: inline-flex;
  margin-top: 24px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #f3f3f3;
  background: rgba(255, 138, 31, 0.12);
  border: 1px solid rgba(255, 138, 31, 0.28);
  font-size: 0.78rem;
  font-weight: 700;
}

.support-card ul {
  list-style: none;
  margin-top: 26px;
}

.support-card li {
  color: #d0d0d0;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.support-card li::before {
  content: "✓";
  color: #22c55e;
  margin-right: 10px;
}

.support-whatsapp-logo {
  width: 54px;
  height: 54px;
  margin: 28px auto 22px;
  border-radius: 14px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 24px rgba(34, 197, 94, 0.12);
}

.support-whatsapp-logo svg {
  width: 30px;
  height: 30px;
  display: block;
}

.whatsapp-bg {
  fill: #22c55e;
}

.whatsapp-phone {
  fill: #ffffff;
}

.support-email-logo {
  width: 54px;
  height: 54px;
  margin: 45px auto 22px;
  border-radius: 14px;
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.28);
  box-shadow: 0 0 24px rgba(239, 68, 68, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.support-email-logo svg {
  width: 30px;
  height: 30px;
  display: block;
}

.email-bg {
  fill: #ef4444;
}

.email-line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.support-card-link .support-card {
  height: 100%;
  cursor: pointer;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.support-whatsapp-card:hover .support-card {
  border-color: rgba(34, 197, 94, 0.58);
  box-shadow:
    0 0 42px rgba(34, 197, 94, 0.26),
    0 0 90px rgba(34, 197, 94, 0.12),
    inset 0 0 24px rgba(34, 197, 94, 0.04);
}

.support-email-card:hover .support-card {
  border-color: rgba(239, 68, 68, 0.58);
  box-shadow:
    0 0 42px rgba(239, 68, 68, 0.26),
    0 0 90px rgba(239, 68, 68, 0.12),
    inset 0 0 24px rgba(239, 68, 68, 0.04);
}

/* -------------- section prix -------------- */

.pricing-section {
  position: relative;
  padding: 80px 40px 110px;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.pricing-container {
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-header {
  max-width: 760px;
  margin: 0 auto 60px;
  text-align: center;
}

.pricing-header h2 {
  font-size: clamp(1.9rem, 3.8vw, 3.2rem);
  line-height: 1.05;
  color: #f1f1f1;
  margin-bottom: 18px;
  font-weight: 900;
}

.pricing-header p {
  color: var(--color-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: 34px 28px;
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(18, 18, 24, 0.98),
    rgba(6, 6, 8, 0.98)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(255, 138, 31, 0.08),
    transparent 35%
  );
  pointer-events: none;
}

.pricing-card-popular {
  border-color: rgba(255, 138, 31, 0.45);
  box-shadow: 0 0 45px rgba(255, 138, 31, 0.08);
}

.pricing-card-popular::before {
  background: radial-gradient(
    circle at 50% 0%,
    rgba(255, 138, 31, 0.16),
    transparent 38%
  );
}

.popular-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: linear-gradient(
    135deg,
    var(--color-orange-light),
    var(--color-orange-dark)
  );
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 10px;
  border-radius: 999px;
}

.pricing-period {
  display: block;
  color: #6f6f78;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  margin-bottom: 14px;
}

.pricing-card h3 {
  position: relative;
  z-index: 1;
  color: #f2f2f2;
  font-size: 1.25rem;
  margin-bottom: 24px;
  font-weight: 900;
}

.pricing-price {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.pricing-price span {
  color: #f2f2f2;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 1px;
}

.pricing-card-popular .pricing-price span {
  color: var(--color-orange-light);
}

.pricing-price small {
  color: #62626a;
  font-size: 0.85rem;
  margin-left: 4px;
}

.pricing-card ul {
  position: relative;
  z-index: 1;
  list-style: none;
  margin-bottom: 32px;
}

.pricing-card li {
  color: #9a9a9f;
  font-size: 0.86rem;
  line-height: 1.5;
  margin-bottom: 14px;
}

.pricing-card .check {
  color: #22c55e;
  font-weight: 800;
  margin-right: 6px;
}

.pricing-card .cross {
  color: #ef4444;
  font-weight: 800;
  margin-right: 6px;
}

.pricing-card li.no {
  color: #555;
}

.pricing-btn {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.pricing-btn-dark {
  background: rgba(255, 255, 255, 0.03);
  color: #8e8e98;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pricing-btn-dark:hover {
  color: #fff;
  border-color: rgba(255, 138, 31, 0.35);
}

.pricing-btn-primary {
  background: linear-gradient(
    135deg,
    var(--color-orange-light),
    var(--color-orange-dark)
  );
  color: #fff;
  border: 1px solid rgba(255, 138, 31, 0.45);
  box-shadow: 0 0 28px rgba(255, 138, 31, 0.18);
}

.pricing-btn-primary:hover {
  filter: brightness(1.08);
}


.pricing-trust {
    position: relative;
    overflow: hidden;
      margin-top: 70px;
  padding: 34px 44px;
  border-radius: 22px;
  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(255, 138, 31, 0.08),
      transparent 48%
    ),
    rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 138, 31, 0.28);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.pricing-trust::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 55%;
    height: 100%;
    background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 138, 31, 0.16),
    transparent
  );
    transform: skewX(-18deg);
    animation: trustShine 4.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.pricing-trust > * {
    position: relative;
    z-index: 2;
}

@keyframes trustShine {
    0% {
        left: -120%;
    }

    45% {
        left: -120%;
    }

    100% {
        left: 130%;
    }
}

.pricing-card:not(.pricing-card-popular) {
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.pricing-card-link:hover .pricing-card:not(.pricing-card-popular) {
  border-color: rgba(255, 138, 31, 0.35);
}

.pricing-card-link:hover .pricing-card-popular {
  border-color: rgba(255, 138, 31, 0.48);
  box-shadow:
    0 0 34px rgba(255, 138, 31, 0.16),
    0 0 70px rgba(255, 138, 31, 0.07);
}

.pricing-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.pricing-card-link .pricing-card {
  height: 100%;
  cursor: pointer;
  transition: 0.25s ease;
}

.pricing-card-link:hover .pricing-card {
  border-color: rgba(255, 138, 31, 0.35);
  box-shadow:
    0 0 34px rgba(255, 138, 31, 0.16),
    0 0 70px rgba(255, 138, 31, 0.07);
}

.pricing-card-link:hover .pricing-btn-dark {
  color: #fff;
  border-color: rgba(255, 138, 31, 0.35);
  background: rgba(255, 138, 31, 0.08);
}

.pricing-card-link:hover .pricing-btn-primary {
  filter: brightness(1.08);
}
.ghost-line {
  visibility: hidden;
}

/* --------- trust section --------- */

.trust-item {
  display: flex;
  align-items: center;
  gap: 18px;
}



.trust-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(255, 138, 31, 0.12);
  border: 1px solid rgba(255, 138, 31, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0 18px rgba(255, 138, 31, 0.1);
}

.trust-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item strong {
  display: block;
  color: #f2f2f2;
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.trust-item span {
  color: #777;
  font-size: 0.82rem;
  line-height: 1.4;
}

#tarifs {
  scroll-margin-top: 120px;
}

@media screen and (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-trust {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 651px) and (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 650px) {
  .pricing-section {
    padding: 70px 22px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-trust {
    grid-template-columns: 1fr;
    padding: 28px;
  }
}

@media screen and (max-width: 950px) {
  .support-section {
    padding: 70px 22px;
  }

  .support-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 950px) {
  .functions-section {
    padding: 0 22px;
    margin-top: 60px;
  }

  .workflow-line {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-line::before {
    display: none;
  }

  .functions-cards {
    grid-template-columns: 1fr;
  }

  .function-card.large {
    grid-row: auto;
  }
}

@media screen and (max-width: 600px) {
  .workflow-line {
    grid-template-columns: 1fr;
  }

  .function-card {
    padding: 26px;
  }
}

@media screen and (max-width: 950px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 60px 22px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .stats-section {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 22px;
  }
}

@media screen and (max-width: 600px) {
  .hero-subtitle {
    font-size: 1.15rem;
  }

  .stats-section {
    grid-template-columns: 1fr;
  }

  .software-window {
    min-height: 280px;
  }
}

/* =========================================
   AJOUTS RESPONSIVE — TABLETTE (768–950px)
   ========================================= */

@media screen and (max-width: 950px) {
  .about-platform-container {
    padding: 34px 28px;
  }

  .software-window {
    transform: none;
  }

  .brands-track {
    gap: 44px;
  }

   .brands-section {
    padding-top: 0px;
  }

  .brands-track span {
    font-size: 0.7rem;
    letter-spacing: 3px;
  }

  .support-header {
    margin-bottom: 44px;
  }

  .pricing-header {
    margin-bottom: 44px;
  }

  .trust-icon {
    width: 40px;
    height: 40px;
  }

  .trust-icon svg {
    width: 19px;
    height: 19px;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 50px 20px;
    gap: 40px;
  }

  .feature-card {
    padding: 16px;
    min-height: 76px;
  }

  .feature-icon {
    width: 38px;
    height: 38px;
  }

  .feature-icon svg {
    width: 18px;
    height: 18px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
    text-align: center;
  }

  .step-number {
    width: 56px;
    height: 56px;
    font-size: 1.2rem;
  }

  .function-card {
    padding: 24px;
    min-height: auto;
  }

  .support-card {
    padding: 26px;
  }

  .support-grid {
    gap: 18px;
  }

  .pricing-card {
    min-height: auto;
    padding: 28px 22px;
  }

  .pricing-price span {
    font-size: 2rem;
  }

  .pricing-trust {
    padding: 26px;
    gap: 24px;
  }
}

/* =========================================
   AJOUTS RESPONSIVE — MOBILE (≤480px)
   ========================================= */

@media screen and (max-width: 480px) {
  .hero {
    padding: 40px 16px;
  }

  .small-label {
    letter-spacing: 2px;
    font-size: 0.68rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 28px;
  }

  .about-platform {
    padding: 0 16px;
  }

  .about-platform-container {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .about-platform h2 {
    font-size: 1.6rem;
  }

  .about-platform-text p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .functions-header p {
    font-size: 0.92rem;
  }

  .workflow-step h3 {
    font-size: 0.92rem;
  }

  .workflow-step p {
    font-size: 0.8rem;
  }

  .function-card {
    padding: 20px;
  }

  .function-card h3 {
    font-size: 1.15rem;
  }

  .function-badge {
    margin-bottom: 22px;
  }

  .support-section {
    padding: 50px 16px;
  }

  .support-card {
    padding: 22px;
  }

  .support-card h3 {
    font-size: 1.1rem;
  }

  .pricing-section {
    padding: 50px 16px;
  }

  .pricing-header h2 {
    font-size: 1.7rem;
  }

  .pricing-card {
    padding: 24px 18px;
  }

  .pricing-price span {
    font-size: 1.8rem;
  }

  .trust-item {
    gap: 14px;
  }

  .trust-item strong {
    font-size: 0.88rem;
  }

  .trust-item span {
    font-size: 0.78rem;
  }

  .software-content {
    height: 260px;
  }

  .software-logo {
    width: 84px;
  }

  .software-content p {
    font-size: 1.2rem;
  }

  .brands-track {
    gap: 32px;
  }

  .brands-track span {
    font-size: 0.62rem;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 950px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 60px 22px;
  }

  .hero-content {
    text-align: center;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    justify-content: center;
  }

  .hero-preview {
    display: none;
  }

  .stats-section {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 22px;
  }
}
