/* ============================= */
/* CTA Alarme Maison France */
/* ============================= */

/* wrapper du CTA (évite les effets container Bootstrap) */
.cta-wrapper{
  width:100%;
}

/* carte principale */
.cta-alarm{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  box-shadow:0 18px 45px rgba(0,0,0,.12);
}

/* ============================= */
/* Badge */
/* ============================= */

.cta-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  background:#e9f7ef;
  border-radius:999px;
  padding:6px 12px;
  margin-left:auto;
  margin-right:auto;
}

.cta-badge-circle{
  width:28px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#bfead0;
  font-weight:700;
}

.cta-badge-text{
  font-weight:600;
}

/* ============================= */
/* Logo */
/* ============================= */

.cta-logo-wrapper{
  margin-top:10px;
  text-align:center;
}

.cta-logo{
  max-height:38px;
  width:auto;
  display:inline-block;
}

/* ============================= */
/* Titres */
/* ============================= */

.cta-title{
  font-size:20px;
  font-weight:700;
  line-height:1.25;
  text-align:center;
  margin-top:10px;
}

.cta-subtitle{
  color:#18a566;
  font-weight:700;
  margin-top:6px;
  margin-bottom:12px;
  text-align:center;
}

/* ============================= */
/* Liste */
/* ============================= */

.cta-list{
  padding-left:18px;
  margin:0;
}

.cta-list li{
  margin:4px 0;
}

/* ============================= */
/* Score & étoiles */
/* ============================= */

.cta-score{
  text-align:center;
}

.cta-score-number{
  font-size:34px;
  font-weight:800;
  line-height:1;
}

.cta-score-stars{
  display:flex;
  justify-content:center;
  gap:2px;
  font-size:18px;
  line-height:1;
  color:#00b67a; /* vert Trustpilot */
}

.cta-star-muted{
  color:#dcdcdc;
}

.cta-star-half{
  position:relative;
  display:inline-block;
  color:#dcdcdc;
}

.cta-star-half::before{
  content:"★";
  position:absolute;
  left:0;
  width:80%;
  overflow:hidden;
  color:#00b67a;
}

.cta-score-label{
  font-size:12px;
  opacity:.7;
  margin-top:4px;
}

/* ============================= */
/* Actions */
/* ============================= */

.cta-actions{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-top:14px;
}

.cta-btn{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  width:100%;
  max-width:220px;
  padding:10px 18px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
  background:var(--primary-color, #5C2483);
  color:#fff;
  border:0;
}

.cta-btn:hover{
  opacity:.75;
  color:#fff;
}

.cta-review{
  text-align:center;
}

.cta-review a{
  font-size:13px;
  opacity:.8;
  text-decoration:underline;
}

.page-etude-nexecur .sticky-nexecur{
    position: sticky;
    top: 110px;
}

/* CTA Nexecur version mobile (compact + sticky bottom) */
.cta-nexecur-mobile{
  display:none;
}

@media (max-width: 575.98px){
  .cta-nexecur-mobile{
    display:block;
    position:fixed;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:9999;
  }

  .cta-nexecur-mobile-inner{
    background:#fff;
    border:1px solid rgba(0,0,0,.10);
    border-radius:18px;
    padding:12px 12px;
    box-shadow: 0 14px 40px rgba(0,0,0,.18);
  }

  .cta-nexecur-mobile .cta-badge{
    width:100%;
    justify-content:center;
    margin-bottom:8px;
  }

  .cta-nexecur-mobile .cta-logo-wrapper{
    text-align:center;
    margin:6px 0 8px;
  }

  .cta-nexecur-mobile .cta-title{
    font-size:15px;
    font-weight:800;
    line-height:1.2;
    margin-bottom:8px;
  }

  .cta-nexecur-mobile .cta-actions{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:6px;
  }

  .cta-nexecur-mobile .cta-btn{
    width:100%;
    max-width:320px;
    justify-content:center;
    padding:10px 14px;
  }

  .cta-nexecur-mobile .cta-review{
    text-align:center;
  }
}

/* Optionnel: éviter que le CTA fixe masque la fin de page */
@media (max-width: 575.98px){
  body{
    padding-bottom:130px;
  }
}
