.support-wrapper {
    position: relative;
    padding: 60px;
    text-align: center;
}

.support-header {
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.support-header h1 {
    font-size: 36px;
    margin-bottom: 18px;
    background: linear-gradient(90deg, #00ffd5, #00b3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.support-header p {
    opacity: 0.85;
    line-height: 1.6;
}

.support-block {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 50px;
}

.support-item {
    width: 320px;
    padding: 30px;
    border-radius: 20px;
    background: rgba(15,25,40,0.6);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(0,255,200,0.2);
    transition: 0.3s ease;
}

.support-item:hover {
    transform: translateY(-6px);
    box-shadow:
        0 0 35px rgba(0,255,200,0.25),
        0 20px 60px rgba(0,0,0,0.6);
}

.support-icon {
    font-size: 38px;
    margin-bottom: 18px;
}

.support-item h3 {
    margin-bottom: 12px;
}

.support-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    color: #00ffd5;
    text-decoration: none;
    transition: 0.3s;
}

.support-link:hover {
    color: #00b3ff;
}

.support-time {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 30px;
    border-top: 1px solid rgba(0,255,200,0.2);
}

.support-time h4 {
    margin-bottom: 12px;
    font-size: 20px;
}
