/* CTA Builder Public Styles - Responsive Design */

/* Device-specific styles */
.device-mobile .cta-banner,
.device-mobile .cta-form-banner {
    /* Mobile-specific optimizations */
    padding: 15px !important;
    margin: 10px !important;
    min-height: 150px !important;
    font-size: 14px !important;
}

.device-mobile .cta-title {
    font-size: 18px !important;
    line-height: 1.3 !important;
}

.device-mobile .cta-subtitle {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.device-mobile .cta-button,
.device-mobile .cta-submit-btn {
    padding: 12px 20px !important;
    font-size: 14px !important;
    min-height: 44px !important; /* Touch-friendly button size */
}

.device-mobile .cta-form-field {
    min-height: 44px !important; /* Touch-friendly input size */
    font-size: 16px !important; /* Prevents zoom on iOS */
}

.device-desktop .cta-banner,
.device-desktop .cta-form-banner {
    /* Desktop-specific optimizations */
    padding: 40px !important;
    margin: 20px !important;
    min-height: 200px !important;
}

.device-desktop .cta-title {
    font-size: 24px !important;
    line-height: 1.2 !important;
}

.device-desktop .cta-subtitle {
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.device-desktop .cta-button,
.device-desktop .cta-submit-btn {
    padding: 15px 30px !important;
    font-size: 16px !important;
}

/* Base CTA Banner Styles */
.cta-banner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    animation: fadeInUp 0.6s ease-out;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    /* Enhanced background image handling */
    background-origin: border-box;
    background-clip: border-box;
    background-attachment: local;
    /* Ensure background images scale properly */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* Fallback for older browsers */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /* Animation support */
    will-change: transform, opacity, box-shadow;
    backface-visibility: hidden;
    transform: translateZ(0);
    transform-origin: center center;
    transition: all 0.3s ease;
}

.cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}

/* Custom text elements */
.cta-custom-text {
    position: absolute;
    z-index: 10;
    word-wrap: break-word;
    max-width: 80%;
    line-height: 1.4;
    /* Animation support for custom text */
    will-change: transform, opacity, box-shadow, text-shadow;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.cta-custom-text:hover {
    z-index: 11;
}

.cta-custom-text span {
    display: inline;
}

/* Inline CTA Styles */
.cta-inline {
    display: block;
    border-radius: 4px;
    transition: all 0.3s ease;
    animation: fadeIn 0.4s ease-out;
    box-sizing: border-box;
    width: 100%;
    word-wrap: break-word;
}

.cta-inline:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Inline CTA Hover Animations */
.cta-inline.bounce:hover {
    animation: bounceAttention 0.6s ease-in-out infinite;
}

.cta-inline.shake:hover {
    animation: shakeAttention 0.5s ease-in-out infinite;
}

.cta-inline.wobble:hover {
    animation: wobbleRotate 0.8s ease-in-out infinite;
}

.cta-inline.heartbeat:hover {
    animation: heartbeat 1.2s ease-in-out infinite;
}

.cta-inline.breathe:hover {
    animation: breatheGlow 2s ease-in-out infinite;
}

.cta-inline.swing:hover {
    animation: swing 1s ease-in-out infinite;
}

.cta-inline.flip:hover {
    animation: flipAttention 0.6s ease-in-out infinite;
}

.cta-inline.elastic:hover {
    animation: elasticScale 0.8s ease-in-out infinite;
}

.cta-inline.neon:hover {
    animation: neonFlicker 1.5s ease-in-out infinite;
}

.cta-inline.typewriter:hover {
    animation: typewriterBlink 1s ease-in-out infinite;
}

.cta-inline.wave:hover {
    animation: waveRipple 1.2s ease-in-out infinite;
}

.cta-inline.gradient:hover {
    animation: gradientShift 2s ease-in-out infinite;
}

.cta-inline.morph:hover {
    animation: morphCorners 1s ease-in-out infinite;
}

.cta-inline.shadow-dance:hover {
    animation: shadowDance 1.5s ease-in-out infinite;
}

.cta-inline.glitch:hover {
    animation: glitchEffect 0.3s ease-in-out infinite;
}

/* Form Banner Styles */
.cta-form-banner {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease-out;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    /* Enhanced background image handling */
    background-origin: border-box;
    background-clip: border-box;
    background-attachment: local;
    /* Ensure background images scale properly */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* Fallback for older browsers */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* Roblox Banner Styles */
.cta-roblox-banner {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    animation: fadeInUp 0.6s ease-out;
    box-sizing: border-box;
    overflow: hidden;
}

.cta-roblox-banner .roblox-EN {
    position: relative;
    width: 300px;
    height: 600px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
    /* Enhanced background image handling */
    background-origin: border-box;
    background-clip: border-box;
    background-attachment: local;
    /* Fallback for older browsers */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.cta-roblox-banner .BUY-NOW-button {
    position: absolute;
    width: 237px;
    height: 58px;
    top: 21px;
    left: 20px;
    transform: rotate(-1.45deg);
    box-shadow: 0px 4px 4px #00000040;
    border-radius: 9.28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-roblox-banner .BUY-NOW-button:hover {
    transform: rotate(-1.45deg) scale(1.05);
    box-shadow: 0px 6px 8px #00000060;
}

.cta-roblox-banner .rectangle {
    height: 58px;
    border-radius: 9.28px;
    width: 100%;
}

.cta-roblox-banner .text-wrapper-3 {
    position: absolute;
    width: 237px;
    height: 58px;
    top: 20px;
    left: 20px;
    transform: rotate(-1.45deg);
    font-family: 'Arial Black-Regular', Helvetica;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-roblox-banner .text-wrapper-3 a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 58px;
}

.cta-roblox-banner .overlap {
    position: absolute;
    width: 280px;
    height: 158px;
    top: 417px;
    left: 10px;
}

.cta-roblox-banner .stars {
    position: absolute;
    width: 222px;
    height: 58px;
    top: 97px;
    left: 27px;
    transform: rotate(1.79deg);
}

.cta-roblox-banner .overlap-group {
    position: relative;
    height: 58px;
}

.cta-roblox-banner .component {
    position: absolute;
    width: 222px;
    height: 58px;
    top: 0;
    left: 0;
}

.cta-roblox-banner .text-wrapper {
    position: absolute;
    width: 94px;
    height: 20px;
    top: 37px;
    left: 0;
    font-family: 'Arial-Italic', Helvetica;
    font-weight: 400;
    font-style: italic;
    text-align: right;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}

.cta-roblox-banner .overlap-2 {
    position: absolute;
    width: 300px;
    height: 233px;
    top: 181px;
    left: 0;
}

.cta-roblox-banner .great-prices-free {
    position: absolute;
    width: 300px;
    height: 233px;
    top: 0;
    left: 0;
    text-shadow: 0px 4px 4px #00000040;
    font-family: 'Arial Black-Regular', Helvetica;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0;
    line-height: 39.1px;
}

.cta-roblox-banner .all-roblox-items-in {
    position: absolute;
    width: 300px;
    height: 177px;
    top: -1px;
    left: 0;
    font-family: 'Arial Black-Regular', Helvetica;
    font-weight: 400;
    color: transparent;
    text-align: center;
    letter-spacing: 0;
    line-height: 44.0px;
}

.cta-roblox-banner .span {
    color: #ffffff;
}

.cta-roblox-banner .text-wrapper-4 {
    color: #ffc736;
}

/* Roblox Banner Animation Effects */

/* Continuous Animations for Roblox Banner */
.cta-roblox-banner.bounce {
    animation: robloxBounce 2s ease-in-out infinite;
}

.cta-roblox-banner.shake {
    animation: robloxShake 1.5s ease-in-out infinite;
}

.cta-roblox-banner.wobble {
    animation: robloxWobble 3s ease-in-out infinite;
}

.cta-roblox-banner.heartbeat {
    animation: robloxHeartbeat 2s ease-in-out infinite;
}

.cta-roblox-banner.breathe {
    animation: robloxBreathe 4s ease-in-out infinite;
}

.cta-roblox-banner.swing {
    animation: robloxSwing 3s ease-in-out infinite;
}

.cta-roblox-banner.flip {
    animation: robloxFlip 2s ease-in-out infinite;
}

.cta-roblox-banner.elastic {
    animation: robloxElastic 2.5s ease-in-out infinite;
}

.cta-roblox-banner.neon {
    animation: robloxNeon 2s ease-in-out infinite;
}

.cta-roblox-banner.wave {
    animation: robloxWave 3s ease-in-out infinite;
}

.cta-roblox-banner.gradient {
    animation: robloxGradient 4s ease-in-out infinite;
}

.cta-roblox-banner.morph {
    animation: robloxMorph 3s ease-in-out infinite;
}

.cta-roblox-banner.shadow-dance {
    animation: robloxShadowDance 2.5s ease-in-out infinite;
}

.cta-roblox-banner.glitch {
    animation: robloxGlitch 0.5s ease-in-out infinite;
}

.cta-roblox-banner.typewriter {
    animation: robloxTypewriter 3s ease-in-out infinite;
}

/* Button Animation Effects */
.cta-roblox-banner .BUY-NOW-button.bounce {
    animation: robloxButtonBounce 1.5s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.shake {
    animation: robloxButtonShake 1s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.wobble {
    animation: robloxButtonWobble 2s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.heartbeat {
    animation: robloxButtonHeartbeat 1.5s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.breathe {
    animation: robloxButtonBreathe 3s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.swing {
    animation: robloxButtonSwing 2s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.flip {
    animation: robloxButtonFlip 1.5s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.elastic {
    animation: robloxButtonElastic 2s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.neon {
    animation: robloxButtonNeon 2s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.wave {
    animation: robloxButtonWave 2.5s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.gradient {
    animation: robloxButtonGradient 3s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.morph {
    animation: robloxButtonMorph 2.5s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.shadow-dance {
    animation: robloxButtonShadowDance 2s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.glitch {
    animation: robloxButtonGlitch 0.3s ease-in-out infinite;
}

.cta-roblox-banner .BUY-NOW-button.typewriter {
    animation: robloxButtonTypewriter 2.5s ease-in-out infinite;
}

/* Text Animation Effects */
.cta-roblox-banner .all-roblox-items-in.bounce {
    animation: robloxTextBounce 2s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.shake {
    animation: robloxTextShake 1.5s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.wobble {
    animation: robloxTextWobble 3s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.heartbeat {
    animation: robloxTextHeartbeat 2s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.breathe {
    animation: robloxTextBreathe 4s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.swing {
    animation: robloxTextSwing 3s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.flip {
    animation: robloxTextFlip 2s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.elastic {
    animation: robloxTextElastic 2.5s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.neon {
    animation: robloxTextNeon 2s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.wave {
    animation: robloxTextWave 3s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.gradient {
    animation: robloxTextGradient 4s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.morph {
    animation: robloxTextMorph 3s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.shadow-dance {
    animation: robloxTextShadowDance 2.5s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.glitch {
    animation: robloxTextGlitch 0.5s ease-in-out infinite;
}

.cta-roblox-banner .all-roblox-items-in.typewriter {
    animation: robloxTextTypewriter 3s ease-in-out infinite;
}

/* Sub-text Animation Effects */
.cta-roblox-banner .great-prices-free.bounce {
    animation: robloxSubTextBounce 2s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.shake {
    animation: robloxSubTextShake 1.5s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.wobble {
    animation: robloxSubTextWobble 3s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.heartbeat {
    animation: robloxSubTextHeartbeat 2s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.breathe {
    animation: robloxSubTextBreathe 4s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.swing {
    animation: robloxSubTextSwing 3s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.flip {
    animation: robloxSubTextFlip 2s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.elastic {
    animation: robloxSubTextElastic 2.5s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.neon {
    animation: robloxSubTextNeon 2s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.wave {
    animation: robloxSubTextWave 3s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.gradient {
    animation: robloxSubTextGradient 4s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.morph {
    animation: robloxSubTextMorph 3s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.shadow-dance {
    animation: robloxSubTextShadowDance 2.5s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.glitch {
    animation: robloxSubTextGlitch 0.5s ease-in-out infinite;
}

.cta-roblox-banner .great-prices-free.typewriter {
    animation: robloxSubTextTypewriter 3s ease-in-out infinite;
}

/* Reviews Text Animation Effects */
.cta-roblox-banner .text-wrapper.bounce {
    animation: robloxReviewsBounce 2s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.shake {
    animation: robloxReviewsShake 1.5s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.wobble {
    animation: robloxReviewsWobble 3s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.heartbeat {
    animation: robloxReviewsHeartbeat 2s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.breathe {
    animation: robloxReviewsBreathe 4s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.swing {
    animation: robloxReviewsSwing 3s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.flip {
    animation: robloxReviewsFlip 2s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.elastic {
    animation: robloxReviewsElastic 2.5s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.neon {
    animation: robloxReviewsNeon 2s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.wave {
    animation: robloxReviewsWave 3s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.gradient {
    animation: robloxReviewsGradient 4s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.morph {
    animation: robloxReviewsMorph 3s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.shadow-dance {
    animation: robloxReviewsShadowDance 2.5s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.glitch {
    animation: robloxReviewsGlitch 0.5s ease-in-out infinite;
}

.cta-roblox-banner .text-wrapper.typewriter {
    animation: robloxReviewsTypewriter 3s ease-in-out infinite;
}

.cta-form-banner:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Form Banner Hover Animations */
.cta-form-banner.bounce:hover {
    animation: bounceAttention 0.6s ease-in-out infinite;
}

.cta-form-banner.shake:hover {
    animation: shakeAttention 0.5s ease-in-out infinite;
}

.cta-form-banner.wobble:hover {
    animation: wobbleRotate 0.8s ease-in-out infinite;
}

.cta-form-banner.heartbeat:hover {
    animation: heartbeat 1.2s ease-in-out infinite;
}

.cta-form-banner.breathe:hover {
    animation: breatheGlow 2s ease-in-out infinite;
}

.cta-form-banner.swing:hover {
    animation: swing 1s ease-in-out infinite;
}

.cta-form-banner.flip:hover {
    animation: flipAttention 0.6s ease-in-out infinite;
}

.cta-form-banner.elastic:hover {
    animation: elasticScale 0.8s ease-in-out infinite;
}

.cta-form-banner.neon:hover {
    animation: neonFlicker 1.5s ease-in-out infinite;
}

.cta-form-banner.typewriter:hover {
    animation: typewriterBlink 1s ease-in-out infinite;
}

.cta-form-banner.wave:hover {
    animation: waveRipple 1.2s ease-in-out infinite;
}

.cta-form-banner.gradient:hover {
    animation: gradientShift 2s ease-in-out infinite;
}

.cta-form-banner.morph:hover {
    animation: morphCorners 1s ease-in-out infinite;
}

.cta-form-banner.shadow-dance:hover {
    animation: shadowDance 1.5s ease-in-out infinite;
}

.cta-form-banner.glitch:hover {
    animation: glitchEffect 0.3s ease-in-out infinite;
}

.cta-form-banner-content {
    width: 100%;
    max-width: 600px;
    position: relative;
    z-index: 2;
}

/* Form Elements */
.cta-form {
    margin-top: 20px;
}

.cta-form-fields {
    margin-bottom: 10px;
}

.cta-form-field {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.cta-form-field:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 3px rgba(0,115,170,0.1);
}

/* Button Styles */
.cta-button {
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.cta-submit-btn {
    transition: all 0.3s ease;
}

.cta-submit-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Form Submit Button Hover Animations */
.cta-submit-btn.bounce:hover {
    animation: bounceAttention 0.6s ease-in-out infinite;
}

.cta-submit-btn.shake:hover {
    animation: shakeAttention 0.5s ease-in-out infinite;
}

.cta-submit-btn.wobble:hover {
    animation: wobbleRotate 0.8s ease-in-out infinite;
}

.cta-submit-btn.heartbeat:hover {
    animation: heartbeat 1.2s ease-in-out infinite;
}

.cta-submit-btn.breathe:hover {
    animation: breatheGlow 2s ease-in-out infinite;
}

.cta-submit-btn.swing:hover {
    animation: swing 1s ease-in-out infinite;
}

.cta-submit-btn.flip:hover {
    animation: flipAttention 0.6s ease-in-out infinite;
}

.cta-submit-btn.elastic:hover {
    animation: elasticScale 0.8s ease-in-out infinite;
}

.cta-submit-btn.neon:hover {
    animation: neonFlicker 1.5s ease-in-out infinite;
}

.cta-submit-btn.typewriter:hover {
    animation: typewriterBlink 1s ease-in-out infinite;
}

.cta-submit-btn.wave:hover {
    animation: waveRipple 1.2s ease-in-out infinite;
}

.cta-submit-btn.gradient:hover {
    animation: gradientShift 2s ease-in-out infinite;
}

.cta-submit-btn.morph:hover {
    animation: morphCorners 1s ease-in-out infinite;
}

.cta-submit-btn.shadow-dance:hover {
    animation: shadowDance 1.5s ease-in-out infinite;
}

.cta-submit-btn.glitch:hover {
    animation: glitchEffect 0.3s ease-in-out infinite;
}

.cta-link {
    transition: all 0.3s ease;
    word-wrap: break-word;
}

.cta-link:hover {
    opacity: 0.8;
}

/* Text Elements */
.cta-title,
.cta-subtitle {
    display: block !important;
    width: 100% !important;
    word-wrap: break-word;
}

/* Form Title Hover Animations */
.cta-title.bounce:hover {
    animation: bounceAttention 0.6s ease-in-out infinite;
}

.cta-title.shake:hover {
    animation: shakeAttention 0.5s ease-in-out infinite;
}

.cta-title.wobble:hover {
    animation: wobbleRotate 0.8s ease-in-out infinite;
}

.cta-title.heartbeat:hover {
    animation: heartbeat 1.2s ease-in-out infinite;
}

.cta-title.breathe:hover {
    animation: breatheGlow 2s ease-in-out infinite;
}

.cta-title.swing:hover {
    animation: swing 1s ease-in-out infinite;
}

.cta-title.flip:hover {
    animation: flipAttention 0.6s ease-in-out infinite;
}

.cta-title.elastic:hover {
    animation: elasticScale 0.8s ease-in-out infinite;
}

.cta-title.neon:hover {
    animation: neonFlicker 1.5s ease-in-out infinite;
}

.cta-title.typewriter:hover {
    animation: typewriterBlink 1s ease-in-out infinite;
}

.cta-title.wave:hover {
    animation: waveRipple 1.2s ease-in-out infinite;
}

.cta-title.gradient:hover {
    animation: gradientShift 2s ease-in-out infinite;
}

.cta-title.morph:hover {
    animation: morphCorners 1s ease-in-out infinite;
}

.cta-title.shadow-dance:hover {
    animation: shadowDance 1.5s ease-in-out infinite;
}

.cta-title.glitch:hover {
    animation: glitchEffect 0.3s ease-in-out infinite;
}

/* Form Subtitle Hover Animations */
.cta-subtitle.bounce:hover {
    animation: bounceAttention 0.6s ease-in-out infinite;
}

.cta-subtitle.shake:hover {
    animation: shakeAttention 0.5s ease-in-out infinite;
}

.cta-subtitle.wobble:hover {
    animation: wobbleRotate 0.8s ease-in-out infinite;
}

.cta-subtitle.heartbeat:hover {
    animation: heartbeat 1.2s ease-in-out infinite;
}

.cta-subtitle.breathe:hover {
    animation: breatheGlow 2s ease-in-out infinite;
}

.cta-subtitle.swing:hover {
    animation: swing 1s ease-in-out infinite;
}

.cta-subtitle.flip:hover {
    animation: flipAttention 0.6s ease-in-out infinite;
}

.cta-subtitle.elastic:hover {
    animation: elasticScale 0.8s ease-in-out infinite;
}

.cta-subtitle.neon:hover {
    animation: neonFlicker 1.5s ease-in-out infinite;
}

.cta-subtitle.typewriter:hover {
    animation: typewriterBlink 1s ease-in-out infinite;
}

.cta-subtitle.wave:hover {
    animation: waveRipple 1.2s ease-in-out infinite;
}

.cta-subtitle.gradient:hover {
    animation: gradientShift 2s ease-in-out infinite;
}

.cta-subtitle.morph:hover {
    animation: morphCorners 1s ease-in-out infinite;
}

.cta-subtitle.shadow-dance:hover {
    animation: shadowDance 1.5s ease-in-out infinite;
}

.cta-subtitle.glitch:hover {
    animation: glitchEffect 0.3s ease-in-out infinite;
}

.cta-text {
    word-wrap: break-word;
}

/* Popup Styles */
.cta-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: none;
    backdrop-filter: blur(2px);
}

/* CTA blocks when displayed as popups */
.cta-banner.cta-popup-active,
.cta-form-banner.cta-popup-active,
.cta-inline.cta-popup-active {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10000 !important;
    max-width: 90vw !important;
    max-height: 90vh !important;
    min-width: 400px !important;
    min-height: 300px !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
    overflow: auto !important;
    margin: 0 !important;
    padding: 20px !important;
}

/* Ensure background images are preserved in popups */
.cta-banner.cta-popup-active {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.cta-form-banner.cta-popup-active {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Ensure CTA blocks maintain their styling when displayed as popups */
.cta-banner.cta-popup-active,
.cta-form-banner.cta-popup-active,
.cta-inline.cta-popup-active {
    display: block !important;
    position: fixed !important;
    min-height: 300px !important;
}

/* Style for banner fallback content */
.cta-banner-fallback {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 200px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 8px !important;
    margin: 20px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Ensure popup positioning is correct */
.cta-popup-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
}

@keyframes popupSlideIn {
    from {
        opacity: 0;
        transform: translate(-50%, -60%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.cta-popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 32px;
    cursor: pointer;
    color: #aaa;
    z-index: 10;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
}

.cta-popup-close:hover {
    color: #000;
    background: rgba(255,255,255,1);
    transform: scale(1.1);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Focus states for accessibility */
.cta-button:focus,
.cta-link:focus,
.cta-submit-btn:focus {
    outline: 3px solid #0073aa;
    outline-offset: 2px;
}

/* Responsive Design - Tablet */
@media (max-width: 768px) {
    .cta-banner {
        margin: 10px !important;
        padding: 20px !important;
        width: 100% !important;
        min-height: 200px !important;
        flex-direction: column !important;
        text-align: center !important;
        /* Enhanced mobile background handling */
        background-size: cover !important;
        background-position: center center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
    }

    .cta-banner .cta-title {
        font-size: 20px !important;
    }

    .cta-banner .cta-subtitle {
        font-size: 14px !important;
    }

    .cta-form-field {
        margin: 10px 0;
        max-width: 100%;
        width: 100% !important;
        display: block !important;
    }

    /* CTA blocks when displayed as popups on mobile */
    .cta-banner.cta-popup-active,
    .cta-form-banner.cta-popup-active,
    .cta-inline.cta-popup-active {
        max-width: 95vw !important;
        max-height: 95vh !important;
        min-width: 300px !important;
        min-height: 250px !important;
        padding: 15px !important;
    }

    .cta-form-banner {
        margin: 10px !important;
        padding: 20px !important;
        width: 100% !important;
        flex-direction: column !important;
        text-align: center !important;
        /* Enhanced mobile background handling */
        background-size: cover !important;
        background-position: center center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
    }
    
    .cta-roblox-banner {
        max-width: 100% !important;
    }
    
    .cta-roblox-banner .roblox-EN {
        width: 100% !important;
        max-width: 300px !important;
        height: auto !important;
        min-height: 400px !important;
    }
    
    .cta-inline {
        text-align: center !important;
        padding: 10px !important;
    }
    
    /* Override absolute positioning on mobile */
    .cta-custom-text {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        margin: 10px 0 !important;
        max-width: 100% !important;
        font-size: 14px !important;
        word-wrap: break-word !important;
    }
    
    .cta-button {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        margin: 10px auto !important;
    }
    
    .cta-form-banner-content {
        max-width: 100%;
    }
    
    .cta-title {
        font-size: calc(1em * 0.8) !important;
    }
    
    .cta-subtitle {
        font-size: calc(1em * 0.9) !important;
    }
}

/* Responsive Design - Mobile */
@media (max-width: 480px) {
    .cta-banner {
        padding: 15px !important;
        min-height: 150px !important;
    }

    .cta-banner .cta-title {
        font-size: 18px !important;
    }

    .cta-banner .cta-subtitle {
        font-size: 12px !important;
    }

    .cta-button {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    .cta-submit-btn {
        padding: 10px 20px !important;
        font-size: 14px !important;
    }

    .cta-custom-text {
        font-size: 12px !important;
        max-width: 90% !important;
    }
    
    .cta-title {
        font-size: calc(1em * 0.7) !important;
    }
    
    .cta-subtitle {
        font-size: calc(1em * 0.8) !important;
    }
}

/* Print styles */
@media print {
    .cta-popup-overlay {
        display: none !important;
    }
}

/* Advanced Background Image Utilities */
.cta-bg-contain {
    background-size: contain !important;
    background-position: center center !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
}

.cta-bg-cover {
    background-size: cover !important;
    background-position: center center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
}

.cta-bg-auto {
    background-size: auto !important;
    background-position: center center !important;
    -webkit-background-size: auto !important;
    -moz-background-size: auto !important;
    -o-background-size: auto !important;
}

/* Aspect ratio helpers for better image fitting */
.cta-aspect-16-9 {
    aspect-ratio: 16 / 9;
}

.cta-aspect-4-3 {
    aspect-ratio: 4 / 3;
}

.cta-aspect-1-1 {
    aspect-ratio: 1 / 1;
}

.cta-aspect-3-2 {
    aspect-ratio: 3 / 2;
}

/* Fallback for browsers that don't support aspect-ratio */
@supports not (aspect-ratio: 16 / 9) {
    .cta-aspect-16-9::before {
        content: '';
        display: block;
        padding-top: 56.25%; /* 16:9 aspect ratio */
    }
    
    .cta-aspect-4-3::before {
        content: '';
        display: block;
        padding-top: 75%; /* 4:3 aspect ratio */
    }
    
    .cta-aspect-1-1::before {
        content: '';
        display: block;
        padding-top: 100%; /* 1:1 aspect ratio */
    }
    
    .cta-aspect-3-2::before {
        content: '';
        display: block;
        padding-top: 66.67%; /* 3:2 aspect ratio */
    }
}

/* Touch hover support for mobile devices */
.touch-hover.bounce {
    animation: bounceAttention 0.3s ease-in-out infinite !important;
}

/* Custom text hover animations */
.cta-custom-text.bounce:hover {
    animation: bounceAttention 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-custom-text.shake:hover {
    animation: shakeAttention 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-custom-text.wobble:hover {
    animation: wobbleRotate 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-custom-text.heartbeat:hover {
    animation: heartbeat 0.5s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-custom-text.breathe:hover {
    animation: breatheGlow 1s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-custom-text.swing:hover {
    animation: swing 0.5s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-custom-text.flip:hover {
    animation: flipAttention 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-custom-text.elastic:hover {
    animation: elasticScale 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-custom-text.neon:hover {
    animation: neonFlicker 0.5s ease-in-out infinite !important;
}

.cta-custom-text.typewriter:hover {
    animation: typewriterCursor 2s steps(40, end) infinite !important;
}

.cta-custom-text.wave:hover {
    animation: rippleExpand 0.6s ease-out infinite !important;
    transform-origin: center center;
}

.cta-custom-text.gradient:hover {
    animation: gradientShift 1s ease infinite !important;
}

.cta-custom-text.morph:hover {
    animation: morphCorners 1s ease-in-out infinite !important;
}

.cta-custom-text.shadow-dance:hover {
    animation: shadowDance 1s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-custom-text.glitch:hover {
    animation: glitchEffect 0.1s ease-in-out infinite !important;
}



.cta-custom-text.neon:hover {
    animation: neonFlicker 0.5s ease-in-out infinite !important;
}

.cta-custom-text.typewriter:hover {
    animation: typewriterCursor 2s steps(40, end) infinite !important;
}

.cta-custom-text.wave:hover {
    animation: rippleExpand 0.6s ease-out infinite !important;
}

.cta-custom-text.gradient:hover {
    animation: gradientShift 1s ease infinite !important;
}

.cta-custom-text.morph:hover {
    animation: morphCorners 1s ease-in-out infinite !important;
}

.cta-custom-text.shadow-dance:hover {
    animation: shadowDance 1s ease-in-out infinite !important;
}

.cta-custom-text.glitch:hover {
    animation: glitchEffect 0.1s ease-in-out infinite !important;
}

.touch-hover.shake {
    animation: shakeAttention 0.3s ease-in-out infinite !important;
}

.touch-hover.wobble {
    animation: wobbleRotate 0.3s ease-in-out infinite !important;
}

.touch-hover.heartbeat {
    animation: heartbeat 0.5s ease-in-out infinite !important;
}

.touch-hover.breathe {
    animation: breatheGlow 1s ease-in-out infinite !important;
}

.touch-hover.swing {
    animation: swing 0.5s ease-in-out infinite !important;
}

.touch-hover.flip {
    animation: flipAttention 0.3s ease-in-out infinite !important;
}

.touch-hover.elastic {
    animation: elasticScale 0.3s ease-in-out infinite !important;
}

.touch-hover.neon {
    animation: neonFlicker 0.5s ease-in-out infinite !important;
}

.touch-hover.typewriter {
    animation: typewriterCursor 2s steps(40, end) infinite !important;
}

.touch-hover.wave {
    animation: rippleExpand 0.6s ease-out infinite !important;
}

.touch-hover.gradient {
    animation: gradientShift 1s ease infinite !important;
}

.touch-hover.morph {
    animation: morphCorners 1s ease-in-out infinite !important;
}

.touch-hover.shadow-dance {
    animation: shadowDance 1s ease-in-out infinite !important;
}

.touch-hover.glitch {
    animation: glitchEffect 0.1s ease-in-out infinite !important;
}

/* Banner hover animations */
.cta-banner.bounce:hover {
    animation: bounceAttention 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-banner.shake:hover {
    animation: shakeAttention 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-banner.wobble:hover {
    animation: wobbleRotate 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-banner.heartbeat:hover {
    animation: heartbeat 0.5s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-banner.breathe:hover {
    animation: breatheGlow 1s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-banner.swing:hover {
    animation: swing 0.5s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-banner.flip:hover {
    animation: flipAttention 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-banner.elastic:hover {
    animation: elasticScale 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-banner.neon:hover {
    animation: neonFlicker 0.5s ease-in-out infinite !important;
}

.cta-banner.typewriter:hover {
    animation: typewriterCursor 2s steps(40, end) infinite !important;
}

.cta-banner.wave:hover {
    animation: rippleExpand 0.6s ease-out infinite !important;
    transform-origin: center center;
}

.cta-banner.gradient:hover {
    animation: gradientShift 1s ease infinite !important;
}

.cta-banner.morph:hover {
    animation: morphCorners 1s ease-in-out infinite !important;
}

.cta-banner.shadow-dance:hover {
    animation: shadowDance 1s ease-in-out infinite !important;
    transform-origin: center center;
}

.cta-banner.glitch:hover {
    animation: glitchEffect 0.1s ease-in-out infinite !important;
}

/* Touch hover support for custom text */
.touch-hover.cta-custom-text.bounce {
    animation: bounceAttention 0.3s ease-in-out infinite !important;
}

.touch-hover.cta-custom-text.shake {
    animation: shakeAttention 0.3s ease-in-out infinite !important;
}

.touch-hover.cta-custom-text.wobble {
    animation: wobbleRotate 0.3s ease-in-out infinite !important;
}

.touch-hover.cta-custom-text.heartbeat {
    animation: heartbeat 0.5s ease-in-out infinite !important;
}

.touch-hover.cta-custom-text.breathe {
    animation: breatheGlow 1s ease-in-out infinite !important;
}

.touch-hover.cta-custom-text.swing {
    animation: swing 0.5s ease-in-out infinite !important;
}

.touch-hover.cta-custom-text.flip {
    animation: flipAttention 0.3s ease-in-out infinite !important;
}

.touch-hover.cta-custom-text.elastic {
    animation: elasticScale 0.3s ease-in-out infinite !important;
}

.touch-hover.cta-custom-text.neon {
    animation: neonFlicker 0.5s ease-in-out infinite !important;
}

.touch-hover.cta-custom-text.typewriter {
    animation: typewriterCursor 2s steps(40, end) infinite !important;
}

.touch-hover.cta-custom-text.wave {
    animation: rippleExpand 0.6s ease-out infinite !important;
}

.touch-hover.cta-custom-text.gradient {
    animation: gradientShift 1s ease infinite !important;
}

.touch-hover.cta-custom-text.morph {
    animation: morphCorners 1s ease-in-out infinite !important;
}

.touch-hover.cta-custom-text.shadow-dance {
    animation: shadowDance 1s ease-in-out infinite !important;
}

.touch-hover.cta-custom-text.glitch {
    animation: glitchEffect 0.1s ease-in-out infinite !important;
}

/* Touch hover support for banners */
.touch-hover.cta-banner.bounce {
    animation: bounceAttention 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.touch-hover.cta-banner.shake {
    animation: shakeAttention 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.touch-hover.cta-banner.wobble {
    animation: wobbleRotate 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.touch-hover.cta-banner.heartbeat {
    animation: heartbeat 0.5s ease-in-out infinite !important;
    transform-origin: center center;
}

.touch-hover.cta-banner.breathe {
    animation: breatheGlow 1s ease-in-out infinite !important;
    transform-origin: center center;
}

.touch-hover.cta-banner.swing {
    animation: swing 0.5s ease-in-out infinite !important;
    transform-origin: center center;
}

.touch-hover.cta-banner.flip {
    animation: flipAttention 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.touch-hover.cta-banner.elastic {
    animation: elasticScale 0.3s ease-in-out infinite !important;
    transform-origin: center center;
}

.touch-hover.cta-banner.neon {
    animation: neonFlicker 0.5s ease-in-out infinite !important;
}

.touch-hover.cta-banner.typewriter {
    animation: typewriterCursor 2s steps(40, end) infinite !important;
}

.touch-hover.cta-banner.wave {
    animation: rippleExpand 0.6s ease-out infinite !important;
    transform-origin: center center;
}

.touch-hover.cta-banner.gradient {
    animation: gradientShift 1s ease infinite !important;
}

.touch-hover.cta-banner.morph {
    animation: morphCorners 1s ease-in-out infinite !important;
}

.touch-hover.cta-banner.shadow-dance {
    animation: shadowDance 1s ease-in-out infinite !important;
    transform-origin: center center;
}

.touch-hover.cta-banner.glitch {
    animation: glitchEffect 0.1s ease-in-out infinite !important;
}

/* Animation Effects - Load Animations (Infinite) */
/* Performance optimization for animations */
.cta-banner,
.cta-form-banner,
.cta-inline,
.cta-button,
.cta-submit-btn,
.cta-link,
.cta-custom-text,
.cta-title,
.cta-subtitle {
    will-change: transform, opacity, box-shadow;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.bounce {
    animation: bounceAttention 0.6s ease-in-out infinite;
}

@keyframes bounceAttention {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

/* Hover animations for elements that have load animations */
.cta-banner.bounce:hover,
.cta-form-banner.bounce:hover,
.cta-inline.bounce:hover {
    animation: bounceAttention 0.3s ease-in-out infinite;
}

.cta-button.bounce:hover,
.cta-submit-btn.bounce:hover,
.cta-link.bounce:hover {
    animation: bounceAttention 0.3s ease-in-out infinite;
}

.shake {
    animation: shakeAttention 0.5s ease-in-out infinite;
}

@keyframes shakeAttention {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.cta-banner.shake:hover,
.cta-form-banner.shake:hover,
.cta-inline.shake:hover {
    animation: shakeAttention 0.3s ease-in-out infinite;
}

.cta-button.shake:hover,
.cta-submit-btn.shake:hover,
.cta-link.shake:hover {
    animation: shakeAttention 0.3s ease-in-out infinite;
}

.wobble {
    animation: wobbleRotate 0.6s ease-in-out infinite;
}

@keyframes wobbleRotate {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(5deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}

.cta-banner.wobble:hover,
.cta-form-banner.wobble:hover,
.cta-inline.wobble:hover {
    animation: wobbleRotate 0.3s ease-in-out infinite;
}

.cta-button.wobble:hover,
.cta-submit-btn.wobble:hover,
.cta-link.wobble:hover {
    animation: wobbleRotate 0.3s ease-in-out infinite;
}

.heartbeat {
    animation: heartbeat 1s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.cta-banner.heartbeat:hover,
.cta-form-banner.heartbeat:hover,
.cta-inline.heartbeat:hover {
    animation: heartbeat 0.5s ease-in-out infinite;
}

.cta-button.heartbeat:hover,
.cta-submit-btn.heartbeat:hover,
.cta-link.heartbeat:hover {
    animation: heartbeat 0.5s ease-in-out infinite;
}

.breathe {
    animation: breatheGlow 2s ease-in-out infinite;
}

@keyframes breatheGlow {
    0%, 100% { 
        transform: scale(1);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    50% { 
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    }
}

.cta-banner.breathe:hover,
.cta-form-banner.breathe:hover,
.cta-inline.breathe:hover {
    animation: breatheGlow 1s ease-in-out infinite;
}

.cta-button.breathe:hover,
.cta-submit-btn.breathe:hover,
.cta-link.breathe:hover {
    animation: breatheGlow 1s ease-in-out infinite;
}

.swing {
    animation: swing 1s ease-in-out infinite;
    transform-origin: top center;
}

@keyframes swing {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    75% { transform: rotate(-3deg); }
}

.cta-banner.swing:hover,
.cta-form-banner.swing:hover,
.cta-inline.swing:hover {
    animation: swing 0.5s ease-in-out infinite;
}

.cta-button.swing:hover,
.cta-submit-btn.swing:hover,
.cta-link.swing:hover {
    animation: swing 0.5s ease-in-out infinite;
}

.flip {
    animation: flipAttention 0.6s ease-in-out infinite;
}

@keyframes flipAttention {
    0% { transform: perspective(400px) rotateY(0); }
    100% { transform: perspective(400px) rotateY(360deg); }
}

.cta-banner.flip:hover,
.cta-form-banner.flip:hover,
.cta-inline.flip:hover {
    animation: flipAttention 0.3s ease-in-out infinite;
}

.cta-button.flip:hover,
.cta-submit-btn.flip:hover,
.cta-link.flip:hover {
    animation: flipAttention 0.3s ease-in-out infinite;
}

.elastic {
    animation: elasticScale 0.6s ease-in-out infinite;
}

@keyframes elasticScale {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    75% { transform: scale(0.95); }
    100% { transform: scale(1); }
}

.cta-banner.elastic:hover,
.cta-form-banner.elastic:hover,
.cta-inline.elastic:hover {
    animation: elasticScale 0.3s ease-in-out infinite;
}

.cta-button.elastic:hover,
.cta-submit-btn.elastic:hover,
.cta-link.elastic:hover {
    animation: elasticScale 0.3s ease-in-out infinite;
}

.neon {
    animation: neonFlicker 1.5s ease-in-out infinite;
    text-shadow: 0 0 5px currentColor, 0 0 10px currentColor, 0 0 15px currentColor;
}

@keyframes neonFlicker {
    0%, 100% { 
        text-shadow: 0 0 5px currentColor, 0 0 10px currentColor, 0 0 15px currentColor;
    }
    50% { 
        text-shadow: 0 0 2px currentColor, 0 0 5px currentColor, 0 0 8px currentColor;
    }
}

.cta-banner.neon:hover,
.cta-form-banner.neon:hover,
.cta-inline.neon:hover {
    animation: neonFlicker 0.5s ease-in-out infinite;
}

.cta-button.neon:hover,
.cta-submit-btn.neon:hover,
.cta-link.neon:hover {
    animation: neonFlicker 0.5s ease-in-out infinite;
}

.typewriter {
    overflow: hidden;
    border-right: 2px solid;
    white-space: nowrap;
    animation: typewriterCursor 1s steps(40, end) infinite;
}

.typewriter::after {
    content: '';
    animation: typewriterBlink 1s infinite;
}

@keyframes typewriterBlink {
    0%, 50% { border-color: transparent; }
    51%, 100% { border-color: currentColor; }
}

@keyframes typewriterCursor {
    0% { width: 0; }
    100% { width: 100%; }
}

.cta-banner.typewriter:hover,
.cta-form-banner.typewriter:hover,
.cta-inline.typewriter:hover {
    animation: typewriterCursor 2s steps(40, end) infinite;
}

.cta-button.typewriter:hover,
.cta-submit-btn.typewriter:hover,
.cta-link.typewriter:hover {
    animation: typewriterCursor 2s steps(40, end) infinite;
}

.cta-banner.typewriter:hover::after,
.cta-form-banner.typewriter:hover::after,
.cta-inline.typewriter:hover::after {
    animation: typewriterBlink 0.5s infinite;
}

.wave {
    position: relative;
    overflow: hidden;
}

.wave::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    transform: translate(-50%, -50%);
    animation: waveRipple 1s ease-out infinite;
}

@keyframes waveRipple {
    to {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

@keyframes rippleExpand {
    to {
        transform: scale(2);
        opacity: 0;
    }
}

.cta-banner.wave:hover,
.cta-form-banner.wave:hover,
.cta-inline.wave:hover {
    animation: rippleExpand 0.6s ease-out infinite;
}

.cta-button.wave:hover,
.cta-submit-btn.wave:hover,
.cta-link.wave:hover {
    animation: rippleExpand 0.6s ease-out infinite;
}

.cta-banner.wave:hover::before,
.cta-form-banner.wave:hover::before,
.cta-inline.wave:hover::before {
    animation: waveRipple 0.6s ease-out infinite;
}

.gradient {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4);
    background-size: 400% 400%;
    animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.cta-banner.gradient:hover,
.cta-form-banner.gradient:hover,
.cta-inline.gradient:hover {
    animation: gradientShift 1s ease infinite;
    background-size: 200% 200%;
}

.cta-button.gradient:hover,
.cta-submit-btn.gradient:hover,
.cta-link.gradient:hover {
    animation: gradientShift 1s ease infinite;
    background-size: 200% 200%;
}

.morph {
    border-radius: 20px;
    animation: morphCorners 2s ease-in-out infinite;
}

@keyframes morphCorners {
    0%, 100% { border-radius: 20px; }
    50% { border-radius: 5px; }
}

.cta-banner.morph:hover,
.cta-form-banner.morph:hover,
.cta-inline.morph:hover {
    animation: morphCorners 1s ease-in-out infinite;
}

.cta-button.morph:hover,
.cta-submit-btn.morph:hover,
.cta-link.morph:hover {
    animation: morphCorners 1s ease-in-out infinite;
}

.shadow-dance {
    animation: shadowDance 2s ease-in-out infinite;
}

@keyframes shadowDance {
    0%, 100% { 
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transform: translateY(0);
    }
    25% { 
        box-shadow: 0 8px 25px rgba(0,0,0,0.2);
        transform: translateY(-5px);
    }
    50% { 
        box-shadow: 0 12px 35px rgba(0,0,0,0.3);
        transform: translateY(-10px);
    }
    75% { 
        box-shadow: 0 8px 25px rgba(0,0,0,0.2);
        transform: translateY(-5px);
    }
}

.cta-banner.shadow-dance:hover,
.cta-form-banner.shadow-dance:hover,
.cta-inline.shadow-dance:hover {
    animation: shadowDance 1s ease-in-out infinite;
}

.cta-button.shadow-dance:hover,
.cta-submit-btn.shadow-dance:hover,
.cta-link.shadow-dance:hover {
    animation: shadowDance 1s ease-in-out infinite;
}

.glitch {
    position: relative;
    animation: glitchEffect 0.3s ease-in-out infinite;
}

.glitch::before,
.glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.glitch::before {
    animation: glitchBefore 0.3s ease-in-out infinite;
    color: #ff0000;
    z-index: -1;
}

.glitch::after {
    animation: glitchAfter 0.3s ease-in-out infinite;
    color: #00ff00;
    z-index: -2;
}

@keyframes glitchEffect {
    0%, 100% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
}

@keyframes glitchBefore {
    0%, 100% { transform: translate(0); }
    20% { transform: translate(2px, -2px); }
    40% { transform: translate(2px, 2px); }
    60% { transform: translate(-2px, -2px); }
    80% { transform: translate(-2px, 2px); }
}

@keyframes glitchAfter {
    0%, 100% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
}

.cta-banner.glitch:hover,
.cta-form-banner.glitch:hover,
.cta-inline.glitch:hover {
    animation: glitchEffect 0.1s ease-in-out infinite;
}

.cta-button.glitch:hover,
.cta-submit-btn.glitch:hover,
.cta-link.glitch:hover {
    animation: glitchEffect 0.1s ease-in-out infinite;
}

.cta-banner.glitch:hover::before,
.cta-form-banner.glitch:hover::before,
.cta-inline.glitch:hover::before {
    animation: glitchBefore 0.1s ease-in-out infinite;
}

.cta-button.glitch:hover::before,
.cta-submit-btn.glitch:hover::before,
.cta-link.glitch:hover::before {
    animation: glitchBefore 0.1s ease-in-out infinite;
}

/* Wheel Game Styles */
#wheel {
    border: 2px solid #333;
    border-radius: 50%;
    margin: 20px auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.cta-wheel-input {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.cta-wheel-button {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 10px auto;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-wheel-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    background: linear-gradient(45deg, #4ecdc4, #ff6b6b);
}

.cta-wheel-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

#spin_the_wheel {
    text-align: center;
    padding: 20px;
}

/* Roblox Banner Animation Keyframes */

/* Banner Animations */
@keyframes robloxBounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-5px); }
}

@keyframes robloxShake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

@keyframes robloxWobble {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(-5deg); }
    30% { transform: rotate(3deg); }
    45% { transform: rotate(-3deg); }
    60% { transform: rotate(2deg); }
    75% { transform: rotate(-1deg); }
    100% { transform: rotate(0deg); }
}

@keyframes robloxHeartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

@keyframes robloxBreathe {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.02); opacity: 0.9; }
}

@keyframes robloxSwing {
    0%, 100% { transform: rotate(-3deg); }
    50% { transform: rotate(3deg); }
}

@keyframes robloxFlip {
    0% { transform: perspective(400px) rotateY(0); }
    100% { transform: perspective(400px) rotateY(360deg); }
}

@keyframes robloxElastic {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@keyframes robloxNeon {
    0%, 100% { 
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0073e6, 0 0 20px #0073e6;
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0073e6, 0 0 20px #0073e6;
    }
    50% { 
        text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #0073e6, 0 0 12px #0073e6;
        box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #0073e6, 0 0 12px #0073e6;
    }
}

@keyframes robloxWave {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-8px); }
    75% { transform: translateY(8px); }
}

@keyframes robloxGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes robloxMorph {
    0%, 100% { border-radius: 8px; }
    50% { border-radius: 20px; }
}

@keyframes robloxShadowDance {
    0%, 100% { box-shadow: 0 4px 12px rgba(0,0,0,0.1); }
    25% { box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
    50% { box-shadow: 0 12px 28px rgba(0,0,0,0.3); }
    75% { box-shadow: 0 8px 20px rgba(0,0,0,0.2); }
}

@keyframes robloxGlitch {
    0%, 100% { transform: translate(0); }
    20% { transform: translate(-2px, 2px); }
    40% { transform: translate(-2px, -2px); }
    60% { transform: translate(2px, 2px); }
    80% { transform: translate(2px, -2px); }
}

@keyframes robloxTypewriter {
    0% { width: 0; }
    50% { width: 100%; }
    100% { width: 100%; }
}

/* Button Animations */
@keyframes robloxButtonBounce {
    0%, 20%, 50%, 80%, 100% { transform: rotate(-1.45deg) translateY(0); }
    40% { transform: rotate(-1.45deg) translateY(-8px); }
    60% { transform: rotate(-1.45deg) translateY(-4px); }
}

@keyframes robloxButtonShake {
    0%, 100% { transform: rotate(-1.45deg) translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: rotate(-1.45deg) translateX(-3px); }
    20%, 40%, 60%, 80% { transform: rotate(-1.45deg) translateX(3px); }
}

@keyframes robloxButtonWobble {
    0% { transform: rotate(-1.45deg) rotate(0deg); }
    15% { transform: rotate(-1.45deg) rotate(-3deg); }
    30% { transform: rotate(-1.45deg) rotate(2deg); }
    45% { transform: rotate(-1.45deg) rotate(-2deg); }
    60% { transform: rotate(-1.45deg) rotate(1deg); }
    75% { transform: rotate(-1.45deg) rotate(-1deg); }
    100% { transform: rotate(-1.45deg) rotate(0deg); }
}

@keyframes robloxButtonHeartbeat {
    0%, 100% { transform: rotate(-1.45deg) scale(1); }
    50% { transform: rotate(-1.45deg) scale(1.1); }
}

@keyframes robloxButtonBreathe {
    0%, 100% { transform: rotate(-1.45deg) scale(1); opacity: 1; }
    50% { transform: rotate(-1.45deg) scale(1.05); opacity: 0.9; }
}

@keyframes robloxButtonSwing {
    0%, 100% { transform: rotate(-1.45deg) rotate(-2deg); }
    50% { transform: rotate(-1.45deg) rotate(2deg); }
}

@keyframes robloxButtonFlip {
    0% { transform: rotate(-1.45deg) perspective(400px) rotateY(0); }
    100% { transform: rotate(-1.45deg) perspective(400px) rotateY(360deg); }
}

@keyframes robloxButtonElastic {
    0% { transform: rotate(-1.45deg) scale(1); }
    50% { transform: rotate(-1.45deg) scale(1.15); }
    100% { transform: rotate(-1.45deg) scale(1); }
}

@keyframes robloxButtonNeon {
    0%, 100% { 
        box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0073e6, 0 0 20px #0073e6;
    }
    50% { 
        box-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #0073e6, 0 0 12px #0073e6;
    }
}

@keyframes robloxButtonWave {
    0%, 100% { transform: rotate(-1.45deg) translateY(0); }
    25% { transform: rotate(-1.45deg) translateY(-6px); }
    75% { transform: rotate(-1.45deg) translateY(6px); }
}

@keyframes robloxButtonGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes robloxButtonMorph {
    0%, 100% { border-radius: 9.28px; }
    50% { border-radius: 15px; }
}

@keyframes robloxButtonShadowDance {
    0%, 100% { box-shadow: 0px 4px 4px #00000040; }
    25% { box-shadow: 0px 8px 8px #00000060; }
    50% { box-shadow: 0px 12px 12px #00000080; }
    75% { box-shadow: 0px 8px 8px #00000060; }
}

@keyframes robloxButtonGlitch {
    0%, 100% { transform: rotate(-1.45deg) translate(0); }
    20% { transform: rotate(-1.45deg) translate(-1px, 1px); }
    40% { transform: rotate(-1.45deg) translate(-1px, -1px); }
    60% { transform: rotate(-1.45deg) translate(1px, 1px); }
    80% { transform: rotate(-1.45deg) translate(1px, -1px); }
}

@keyframes robloxButtonTypewriter {
    0% { width: 0; }
    50% { width: 100%; }
    100% { width: 100%; }
}

/* Text Animations */
@keyframes robloxTextBounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-2px); }
}

@keyframes robloxTextShake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-2px); }
    20%, 40%, 60%, 80% { transform: translateX(2px); }
}

@keyframes robloxTextWobble {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(-2deg); }
    30% { transform: rotate(1deg); }
    45% { transform: rotate(-1deg); }
    60% { transform: rotate(0.5deg); }
    75% { transform: rotate(-0.5deg); }
    100% { transform: rotate(0deg); }
}

@keyframes robloxTextHeartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}

@keyframes robloxTextBreathe {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.01); opacity: 0.95; }
}

@keyframes robloxTextSwing {
    0%, 100% { transform: rotate(-1deg); }
    50% { transform: rotate(1deg); }
}

@keyframes robloxTextFlip {
    0% { transform: perspective(400px) rotateY(0); }
    100% { transform: perspective(400px) rotateY(360deg); }
}

@keyframes robloxTextElastic {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes robloxTextNeon {
    0%, 100% { 
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #0073e6, 0 0 20px #0073e6;
    }
    50% { 
        text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 8px #0073e6, 0 0 12px #0073e6;
    }
}

@keyframes robloxTextWave {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-3px); }
    75% { transform: translateY(3px); }
}

@keyframes robloxTextGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes robloxTextMorph {
    0%, 100% { border-radius: 0; }
    50% { border-radius: 10px; }
}

@keyframes robloxTextShadowDance {
    0%, 100% { text-shadow: 0px 4px 4px #00000040; }
    25% { text-shadow: 0px 8px 8px #00000060; }
    50% { text-shadow: 0px 12px 12px #00000080; }
    75% { text-shadow: 0px 8px 8px #00000060; }
}

@keyframes robloxTextGlitch {
    0%, 100% { transform: translate(0); }
    20% { transform: translate(-1px, 1px); }
    40% { transform: translate(-1px, -1px); }
    60% { transform: translate(1px, 1px); }
    80% { transform: translate(1px, -1px); }
}

@keyframes robloxTextTypewriter {
    0% { width: 0; }
    50% { width: 100%; }
    100% { width: 100%; }
}

/* Sub-text Animations */
@keyframes robloxSubTextBounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-3px); }
    60% { transform: translateY(-1px); }
}

@keyframes robloxSubTextShake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-1px); }
    20%, 40%, 60%, 80% { transform: translateX(1px); }
}

@keyframes robloxSubTextWobble {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(-1deg); }
    30% { transform: rotate(0.5deg); }
    45% { transform: rotate(-0.5deg); }
    60% { transform: rotate(0.25deg); }
    75% { transform: rotate(-0.25deg); }
    100% { transform: rotate(0deg); }
}

@keyframes robloxSubTextHeartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.01); }
}

@keyframes robloxSubTextBreathe {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.005); opacity: 0.98; }
}

@keyframes robloxSubTextSwing {
    0%, 100% { transform: rotate(-0.5deg); }
    50% { transform: rotate(0.5deg); }
}

@keyframes robloxSubTextFlip {
    0% { transform: perspective(400px) rotateY(0); }
    100% { transform: perspective(400px) rotateY(360deg); }
}

@keyframes robloxSubTextElastic {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

@keyframes robloxSubTextNeon {
    0%, 100% { 
        text-shadow: 0px 4px 4px #00000040, 0 0 5px #fff, 0 0 10px #fff;
    }
    50% { 
        text-shadow: 0px 4px 4px #00000040, 0 0 2px #fff, 0 0 5px #fff;
    }
}

@keyframes robloxSubTextWave {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-2px); }
    75% { transform: translateY(2px); }
}

@keyframes robloxSubTextGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes robloxSubTextMorph {
    0%, 100% { border-radius: 0; }
    50% { border-radius: 5px; }
}

@keyframes robloxSubTextShadowDance {
    0%, 100% { text-shadow: 0px 4px 4px #00000040; }
    25% { text-shadow: 0px 6px 6px #00000060; }
    50% { text-shadow: 0px 8px 8px #00000080; }
    75% { text-shadow: 0px 6px 6px #00000060; }
}

@keyframes robloxSubTextGlitch {
    0%, 100% { transform: translate(0); }
    20% { transform: translate(-0.5px, 0.5px); }
    40% { transform: translate(-0.5px, -0.5px); }
    60% { transform: translate(0.5px, 0.5px); }
    80% { transform: translate(0.5px, -0.5px); }
}

@keyframes robloxSubTextTypewriter {
    0% { width: 0; }
    50% { width: 100%; }
    100% { width: 100%; }
}

/* Reviews Text Animations */
@keyframes robloxReviewsBounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-2px); }
    60% { transform: translateY(-1px); }
}

@keyframes robloxReviewsShake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-1px); }
    20%, 40%, 60%, 80% { transform: translateX(1px); }
}

@keyframes robloxReviewsWobble {
    0% { transform: rotate(0deg); }
    15% { transform: rotate(-0.5deg); }
    30% { transform: rotate(0.25deg); }
    45% { transform: rotate(-0.25deg); }
    60% { transform: rotate(0.125deg); }
    75% { transform: rotate(-0.125deg); }
    100% { transform: rotate(0deg); }
}

@keyframes robloxReviewsHeartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.01); }
}

@keyframes robloxReviewsBreathe {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.002); opacity: 0.99; }
}

@keyframes robloxReviewsSwing {
    0%, 100% { transform: rotate(-0.25deg); }
    50% { transform: rotate(0.25deg); }
}

@keyframes robloxReviewsFlip {
    0% { transform: perspective(400px) rotateY(0); }
    100% { transform: perspective(400px) rotateY(360deg); }
}

@keyframes robloxReviewsElastic {
    0% { transform: scale(1); }
    50% { transform: scale(1.01); }
    100% { transform: scale(1); }
}

@keyframes robloxReviewsNeon {
    0%, 100% { 
        text-shadow: 0 0 3px #fff, 0 0 6px #fff;
    }
    50% { 
        text-shadow: 0 0 1px #fff, 0 0 3px #fff;
    }
}

@keyframes robloxReviewsWave {
    0%, 100% { transform: translateY(0); }
    25% { transform: translateY(-1px); }
    75% { transform: translateY(1px); }
}

@keyframes robloxReviewsGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@keyframes robloxReviewsMorph {
    0%, 100% { border-radius: 0; }
    50% { border-radius: 2px; }
}

@keyframes robloxReviewsShadowDance {
    0%, 100% { text-shadow: none; }
    25% { text-shadow: 0px 2px 2px rgba(0,0,0,0.3); }
    50% { text-shadow: 0px 4px 4px rgba(0,0,0,0.5); }
    75% { text-shadow: 0px 2px 2px rgba(0,0,0,0.3); }
}

@keyframes robloxReviewsGlitch {
    0%, 100% { transform: translate(0); }
    20% { transform: translate(-0.25px, 0.25px); }
    40% { transform: translate(-0.25px, -0.25px); }
    60% { transform: translate(0.25px, 0.25px); }
    80% { transform: translate(0.25px, -0.25px); }
}

@keyframes robloxReviewsTypewriter {
    0% { width: 0; }
    50% { width: 100%; }
    100% { width: 100%; }
}
