/* Ajustes exclusivos da HOME. Mantém os estilos compartilhados intactos. */
.button:not(.button-wa):not(.button-white):not(.button-outline) {
  background-color: #19883b;
  border-color: #19883b;
}
.button:not(.button-wa):not(.button-white):not(.button-outline):hover {
  background-color: #168438;
  border-color: #168438;
}
.button-outline { background-color: #087db1; border-color: #087db1; }
.button-outline:hover { background-color: #0577ad; border-color: #0577ad; }
.price-footer-trust { color: #61747f; }
.whatsapp-float { color: #06351b; }
.whatsapp-float svg { fill: #06351b; }
.pricing .price-card a:focus-visible {
  outline: 3px solid #062b45;
  outline-offset: 3px;
}
.whatsapp-float:focus-visible {
  outline: 3px solid #062b45;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px #fff, 0 10px 26px #09492447;
}
.ncie-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 12px 18px;
  color: #fff;
  background: #062b45;
  border-radius: 8px;
  transform: translateY(calc(-100% - 24px));
}
.ncie-skip-link:focus { transform: none; }
.ncie-skip-link:focus-visible { outline: 3px solid #fff; box-shadow: 0 0 0 6px #062b45; }
.ncie-video-launch {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #03151f;
  background-image: linear-gradient(to bottom, #000a, transparent 45%), url("https://i.ytimg.com/vi/D9hAFgpKevY/hqdefault.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ncie-video-title { position: absolute; top: 16px; left: 18px; right: 18px; color: #fff; font-size: 14px; line-height: 1.4; }
.ncie-video-launch:focus-visible { outline: 3px solid #fff; outline-offset: -6px; }
.ncie-video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 68px;
  height: 48px;
  border-radius: 13px;
  background: #e60023;
  box-shadow: 0 3px 16px #0005;
}
.ncie-video-play::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 17px solid #fff;
}
.ncie-video-launch:hover .ncie-video-play { background: #c6001e; }
.testimonial-summary { flex-wrap: wrap; }
.ncie-testimonial-toggle {
  flex: none;
  min-height: 32px;
  padding: 5px 10px;
  color: #354b58;
  background: #fff;
  border: 1px solid #aebfc8;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}
.ncie-testimonial-toggle:hover { background: #eaf8fe; }
.ncie-testimonial-toggle[aria-pressed="true"] { color: #062b45; background: #eaf8fe; border-color: #0577ad; }
.testimonial-carousel[data-paused="true"] .testimonial-track { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .ncie-testimonial-toggle { display: none; }
}
