.elementor-12109 .elementor-element.elementor-element-c1ca9fb{--display:flex;}.elementor-12109 .elementor-element.elementor-element-b3abc65{width:100%;max-width:100%;}/* Start custom CSS for html, class: .elementor-element-b3abc65 *//* =====================
   FOND GLOBAL & SUPPRESSION DES ESPACES BLANCS
   ===================== */

/* --- 1. Arrière-plan global --- */
:root{
  --aly-purple:#7C6EB0;
  --aly-blue:#004899;
  --aly-background:
    radial-gradient(900px 420px at 8% -10%, rgba(124,110,176,.10), transparent 60%),
    radial-gradient(720px 360px at 100% 10%, rgba(0,72,153,.08), transparent 60%),
    linear-gradient(180deg,#fbfcff 0%, #f6f8ff 100%);
}

html, body{
  background: var(--aly-background) !important;
  min-height: 100%;
  color: #0f172a;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

/* --- 2. Supprimer les marges et paddings du thème --- */
body.elementor-page .site-main,
body.elementor-page .content-area,
body.elementor-page .site-content,
.site, .content-area, .wrap{
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* --- 3. Cacher les titres du thème --- */
.entry-title, .page-title, .elementor-page-title{
  display: none !important;
}

/* --- 4. Aucune marge sur la première / dernière section --- */
.elementor-section:first-of-type{
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.elementor-section:last-of-type{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* --- 5. Toutes les sections héritent du fond global --- */
.elementor-section{
  background: transparent !important;
}

/* --- 6. Enlever la marge créée par le header sticky --- */
.site-header + .site-content{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* --- 7. Supprimer les « gaps » entre sections et conteneurs --- */
.elementor-top-section,
.elementor-container,
.elementor-widget-wrap{
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* --- 8. Arrière-plan fixe et sans débordement horizontal --- */
body{
  background-attachment: fixed;
  overflow-x: hidden;
}
/* === Hurricane CTA Section (Perfect Centered Version) === */
.aly-cta-final {
  background: var(--page-bg, #0d0d12);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;        /* wyśrodkowanie pionowe */
  justify-content: center;    /* wyśrodkowanie poziome */
  text-align: center;
  padding: 6rem 2rem;
  position: relative;
  overflow: hidden;
}

/* Wewnętrzny kontener z ograniczoną szerokością */
.aly-cta-final .hero-left-inner {
  max-width: 720px;
  width: 100%;
}

/* Gradientowy tytuł */
.aly-cta-final h2 {
  font-family: 'Inter', sans-serif;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #fff;
}
.aly-cta-final h2 span {
  background: linear-gradient(90deg, #8b5cf6, #3b82f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Podtytuł */
.aly-cta-final .sub {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 2rem;
}

/* CTA przyciski */
.aly-cta-final .cta {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.aly-cta-final .btn {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  padding: 0.9rem 1.8rem;
  border-radius: 2rem;
  text-decoration: none;
  transition: 0.25s ease;
}
.aly-cta-final .btn.primary {
  background: linear-gradient(90deg, #8b5cf6, #3b82f6);
  color: #fff;
}
.aly-cta-final .btn.ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
  c

.feature-pill.highlight {
  background: #1F0B88;      /* ciemny fiolet/navy */
  color: #FFFFFF;
  font-weight: 600;
  box-shadow: 0 0 10px rgba(31, 11, 136, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.6);
}/* End custom CSS */