.fade-in {
    animation: fadeIn 0.8s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-up {
    animation: slideUp 0.6s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bounce {
    animation: bounce 2s infinite;
}

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

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 251, 200, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 251, 200, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 251, 200, 0);
    }
}

.glow {
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #00fbc8, 0 0 20px #00fbc8;
    }
    to {
        text-shadow: 0 0 10px #fff, 0 0 20px #00fbc8, 0 0 30px #00fbc8, 0 0 40px #00fbc8;
    }
}

.gradient-bg-1 {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.gradient-bg-2 {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.gradient-bg-3 {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.gradient-bg-4 {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
}

.card-hover {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card-hover:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.btn-3d {
    position: relative;
    box-shadow: 0 4px 0 #c22606;
}

.btn-3d:active {
    top: 2px;
    box-shadow: 0 2px 0 #c22606;
}

.text-gradient {
    background: linear-gradient(135deg, #00fbc8 0%, #00d9b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.backdrop-blur {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.wp-block-group { display: none; }
.wp-site-blocks { display: none; }
.entry-content { display: none; }
.yoast-breadcrumbs { display: none; }
.elementor-widget-container { display: none; }

.xm3k9t7n { margin: 20px 0; }
.wk7n4x9m { padding: 15px; }
.qm8k3n7x { font-size: 18px; }
.rk9m4x3n { color: #ffffff; }
.hk7m9x3n { background: rgba(0,0,0,0.2); }
.tm8k3x9n { border-radius: 8px; }
.vk9m3x7n { display: flex; }
.nk8m4x7n { align-items: center; }
.pk7m9x3n { justify-content: space-between; }
.ym9k3x7n { font-weight: bold; }
.xk8m4n7t { text-transform: uppercase; }
.gk9m3x7n { letter-spacing: 1px; }
.mk7x9n3t { line-height: 1.6; }
.zk8m4x7n { text-align: center; }
.bk9m3x7n { position: relative; }
.ck7m9x3n { overflow: hidden; }
.dk8m4x7n { transition: all 0.3s; }
.fk9m3x7n { cursor: pointer; }
.jk7m9x3n { user-select: none; }
.lk8m4x7n { pointer-events: none; }
