/* Remplace les styles inline du site original */
.smp-gradient-primary {
  background: var(--gradient-primary);
}

.smp-gradient-hero {
  background: var(--gradient-hero);
}

.smp-hero-dots {
  background-image: radial-gradient(circle at 20% 20%, white 1px, transparent 1px);
  background-size: 32px 32px;
}

.smp-cta-dots {
  background-image: radial-gradient(circle at 80% 20%, white 1px, transparent 1px);
  background-size: 28px 28px;
}

.smp-direction-ltr {
  direction: ltr;
}

@media (min-width: 1024px) {
  .lg\:smp-direction-rtl {
    direction: rtl;
  }
}

.smp-btn-glow {
  box-shadow: var(--shadow-glow);
}

.smp-hero-opacity {
  opacity: 0.07;
}

.smp-leading-tight {
  line-height: 1.05;
}

[style*="opacity:0"] {
  opacity: 1 !important;
  transform: none !important;
}
