/* Auto-segmented: components.css */

.card .pill {
  margin-bottom: 12px;
}

.card:hover, .card:focus-within {
  transform: translateY(-6px) scale(1.02);
    box-shadow: 0 16px 40px rgba(0,0,0,.45);
}

.mobile-card a:hover {
  border-color: rgba(255,255,255,.18);
    background: rgba(255,255,255,.03);
}

.card.pop {
  animation: pop-in .35s ease both;
}

.card.spark {
  animation: none;
}

/* Helper to restart CSS animation without forcing reflow */
.card.pop-reset{
  animation: none !important;
}

.bt-slider {
  position: absolute;
    cursor: pointer;
    inset: 0;
    background: rgba(255,255,255,.18);
    border-radius: 999px;
    transition: .25s ease;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.bt-slider::before {
  content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    left: 3px;
    top: 3px;
    border-radius: 999px;
    background: #fff;
    transition: .25s ease;
}

body[data-billing="annual"] .annual-eligible .annual-badge {
  display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    padding: 0 12px !important;
    line-height: 1 !important;
}

.precios .card {
  position: relative;
    overflow: hidden;
}

.demo-modal-overlay.is-open {
  opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.demo-modal-overlay.is-open .demo-modal {
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  transform: translateY(0) scale(1);
    opacity: 1;
}
