/* Shared CTA shine. Values mirror the approved original Selenara button effect. */
.sab-shine {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: all .3s ease;
}

.sab-shine:hover {
    box-shadow: 0 15rem 35rem rgba(244, 65, 69, .4);
}

.sab-shine::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -150rem;
    left: -40rem;
    width: 50rem;
    height: 300rem;
    margin-left: 60rem;
    background: #fff;
    transform: rotate(45deg);
    filter: blur(20rem);
    pointer-events: none;
    animation-name: sab-shine-slide;
    animation-duration: 3s;
    animation-delay: .05s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transition: all .1s;
}

@keyframes sab-shine-slide {
    0% {
        left: -30rem;
        margin-left: 0;
    }
    30% {
        left: 110%;
        margin-left: 80rem;
    }
    100% {
        left: 110%;
        margin-left: 80rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sab-shine::before {
        animation: none;
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
  .sab-hero__play, .sab-showcase__play, .sab-vidy-shou__play,
  .sab-hero__play::before, .sab-hero__play::after,
  .sab-showcase__play::before, .sab-showcase__play::after,
  .sab-vidy-shou__play::before, .sab-vidy-shou__play::after { animation: none !important; }
}

@keyframes sab-play-pulse-main {
  0% { box-shadow: 0 0 0 0 rgba(244,65,69,.6), 0 10rem 25rem rgba(0,0,0,.58); }
  70% { box-shadow: 0 0 0 20rem rgba(244,65,69,0), 0 10rem 25rem rgba(0,0,0,.58); }
  100% { box-shadow: 0 0 0 0 rgba(244,65,69,0), 0 10rem 25rem rgba(0,0,0,.58); }
}
@keyframes sab-play-pulse-wave {
  0% { box-shadow: 0 0 0 0 rgba(244,65,69,.6); }
  70% { box-shadow: 0 0 0 20rem rgba(244,65,69,0); }
  100% { box-shadow: 0 0 0 0 rgba(244,65,69,0); }
}

/* Approved Flatpickr day geometry used on Selenara. */
.flatpickr-day {
    font-size: 16.32rem !important;
    width: 30.72rem !important;
    height: 30.72rem !important;
    min-width: 30.72rem !important;
    min-height: 30.72rem !important;
    max-width: 30.72rem !important;
    max-height: 30.72rem !important;
}
