.wcu-a8ceb20b-wrap {
    background: linear-gradient(135deg, #0f0c29, #302b63);
    padding: 60px 30px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
}

.wcu-a8ceb20b-wrap::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 20%, rgba(233,69,96,0.08) 0%, transparent 50%),
                radial-gradient(circle at 70% 80%, rgba(100,100,255,0.06) 0%, transparent 50%);
    pointer-events: none;
}

.wcu-a8ceb20b-header {
    text-align: center;
    margin-bottom: 45px;
    position: relative;
    z-index: 1;
}

.wcu-a8ceb20b-heading {
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ffffff, #e94560);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wcu-a8ceb20b-subheading {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 600px;
    font-weight: 400;
}

.wcu-a8ceb20b-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.wcu-a8ceb20b-card {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}

.wcu-a8ceb20b-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.05), transparent);
    transition: left 0.6s ease;
}

.wcu-a8ceb20b-card:hover::before {
    left: 100%;
}

.wcu-a8ceb20b-card:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-6px);
    border-color: rgba(233,69,96,0.3);
}

.wcu-a8ceb20b-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(233,69,96,0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
    font-size: 28px;
    color: #e94560;
    transition: all 0.4s ease;
    position: relative;
}

.wcu-a8ceb20b-icon-wrap svg {
    width: 28px;
    height: 28px;
    fill: #e94560;
}

.wcu-a8ceb20b-icon-wrap::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 2px solid rgba(233,69,96,0.25);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.wcu-a8ceb20b-card:hover .wcu-a8ceb20b-icon-wrap {
    box-shadow: 0 0 20px rgba(233,69,96,0.4);
    transform: scale(1.1);
}

.wcu-a8ceb20b-card:hover .wcu-a8ceb20b-icon-wrap::after {
    opacity: 1;
}

.wcu-a8ceb20b-title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 0.3px;
}

.wcu-a8ceb20b-desc {
    color: rgba(255,255,255,0.65);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

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

.wcu-a8ceb20b-card.wcu-a8ceb20b-animated {
    animation: wcuFadeUp_a8ceb20b 0.6s ease forwards;
}

@media (max-width: 1024px) {
    .wcu-a8ceb20b-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .wcu-a8ceb20b-wrap {
        padding: 40px 15px;
    }
    .wcu-a8ceb20b-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .wcu-a8ceb20b-heading {
        font-size: 24px;
    }
    .wcu-a8ceb20b-subheading {
        font-size: 14px;
    }
}
