
.gr-footer-banner {
    background: linear-gradient(135deg, #e879f9 0%, #c084fc 100%);
    border-radius: 16px;
    padding: 25px;
    color: white;
    text-align: center;
}

.gr-footer-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.gr-footer-link {
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    opacity: 0.9;
}

.gr-footer-link:hover {
    opacity: 1;
    color: white;
    text-decoration: underline;
}

.gr-footer-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.gr-footer-icon {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.gr-footer-icon:hover {
    background: rgba(255, 255, 255, 0.3);
}

.gr-footer-icon i {
    color: white;
    font-size: 0.9rem;
}
