.footer-premium {
    padding: 2rem 0 1rem;  /* Reduced padding */
    margin-top: 2rem;      /* Add margin-top instead of excessive padding */
    border-top: 1px solid rgba(103, 58, 183, 0.1);  /* Subtle top border */
}

.footer-copyright {
    text-align: center;
    font-size: 14px;
    opacity: 0.75;
    padding-top: 1rem;
    margin-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo {
    height: 30px;
    width: auto;
}

.gradient-footer {
    background: linear-gradient(90deg, #725dc1 0%, #673ab7 100%);
}

/* Adjust spacing for mobile */
@media (max-width: 767px) {
    .footer-premium {
        padding: 1.5rem 0 0.75rem;
        margin-top: 1.5rem;
    }
}