.discord-card {
    border-radius: 14px;
    background: linear-gradient( 135deg, #eef5ff, #f8f9fa );
    border: 1px solid #dbe4ff;
}

.discord-logo {
    height: 60px;
    margin-bottom: 10px;
}

.btn-discord {
    background: #5865F2;
    color: white;
    border: none;
}

.btn-discord:hover {
    background: #4752c4;
    color: white;
}

.discord-button {
    display: inline-block;
    background: #5865F2;
    color: white !important;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 10px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(88, 101, 242, 0.25);
}

.discord-button:hover {
    background: #4752C4;
    color: white !important;
    text-decoration: none;
    transform: translateY(-2px);
}

.discord-button img {
    height: 24px;
    width: 24px;
    margin-right: 10px;
    vertical-align: middle;
}