/* ==========================================================
   NEXACORE V6.6.1 · SHOWROOM SCORE CTA
   ========================================================== */

.nexa-score-free-cta{
  position:relative;
  isolation:isolate;
  min-height:42px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  gap:9px;
  overflow:hidden;
  border:1px solid rgba(0,209,255,.33);
  border-radius:11px;
  color:#effcff;
  text-decoration:none;
  background:
    linear-gradient(135deg,rgba(0,209,255,.13),rgba(122,92,255,.12)),
    #071923;
  box-shadow:0 0 0 1px rgba(0,255,198,.025) inset,0 10px 28px rgba(0,0,0,.14);
  font-family:"Oxanium","Space Grotesk","Segoe UI Variable","Segoe UI",system-ui,sans-serif;
}

.nexa-score-free-cta::before{
  content:"";
  position:absolute;
  z-index:-1;
  width:54px;
  height:90px;
  left:-70px;
  top:-24px;
  transform:rotate(19deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);
  animation:nexa661ScoreSheen 5.4s ease-in-out infinite;
}

.nexa-score-free-cta:hover{
  transform:translateY(-2px);
  border-color:rgba(0,209,255,.62);
  box-shadow:0 13px 34px rgba(0,209,255,.09);
}

.nexa-score-free-cta__mark{
  width:28px;
  height:28px;
  border-radius:8px;
  display:block;
}

.nexa-score-free-cta__copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  line-height:1.05;
}

.nexa-score-free-cta__copy b{
  color:#edfbff;
  font-size:10px!important;
  font-weight:850!important;
  letter-spacing:.035em!important;
  white-space:nowrap;
}

.nexa-score-free-cta__copy small{
  margin-top:4px;
  color:#77a7b8;
  font-size:8.5px!important;
  font-weight:700!important;
  white-space:nowrap;
}

.nexa-score-free-cta__badge{
  padding:4px 6px;
  border:1px solid rgba(0,255,198,.24);
  border-radius:999px;
  color:#70f0ca;
  font-size:8px;
  font-weight:900;
  letter-spacing:.08em;
}

.nexa-score-hero-strip{
  width:min(720px,100%);
  margin-top:13px;
  padding:10px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  border:1px solid rgba(0,209,255,.15);
  border-radius:12px;
  background:
    radial-gradient(240px 80px at 0 50%,rgba(0,209,255,.075),transparent 75%),
    rgba(5,20,29,.64);
  color:#a9c6d1;
  text-decoration:none;
}

.nexa-score-hero-strip:hover{
  border-color:rgba(0,209,255,.37);
  transform:translateY(-1px);
}

.nexa-score-hero-strip strong{
  color:#dff8ff;
  font-size:11px!important;
  font-weight:800!important;
}

.nexa-score-hero-strip span{
  color:#648b9a;
  font-size:9.5px!important;
}

.nexa-score-hero-strip i{
  flex:0 0 auto;
  font-style:normal;
  color:#6eeac9;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
}

@keyframes nexa661ScoreSheen{
  0%,72%{left:-70px;opacity:0}
  76%{opacity:1}
  90%,100%{left:calc(100% + 45px);opacity:0}
}

@media(max-width:1050px){
  .nexa-score-free-cta__copy small{display:none}
  .nexa-score-free-cta__badge{display:none}
}

@media(max-width:760px){
  .nexa-score-free-cta{
    width:42px;
    height:42px;
    min-height:42px;
    padding:6px;
    justify-content:center;
  }
  .nexa-score-free-cta__mark{width:30px;height:30px}
  .nexa-score-free-cta__copy,
  .nexa-score-free-cta__badge{display:none}
  .nexa-score-hero-strip{align-items:flex-start;flex-direction:column}
}

@media(prefers-reduced-motion:reduce){
  .nexa-score-free-cta::before{animation:none!important}
}
