/* Footer Professional Styling */
#main-footer {
background: linear-gradient(135deg, #16203a 0%, #2a2d4e 100%);
padding-top: 48px;
padding-bottom: 24px;
border-top: 3px solid #7b4dff;
}
#footer-widgets {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 32px;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
#footer-widgets h4 {
color: #fff;
font-weight: 700;
font-size: 16px;
margin-bottom: 16px;
margin-top: 0;
}
#footer-widgets a {
color: #c7cbe0;
transition: color 0.3s ease;
text-decoration: none;
}
#footer-widgets a:hover {
color: #7b4dff;
text-decoration: underline;
}
#footer-widgets ul {
margin: 0;
padding: 0;
}
#footer-bottom {
background: rgba(0,0,0,0.3);
padding: 16px 20px;
text-align: center;
color: #8a90b5;
font-size: 13px;
border-top: 1px solid rgba(255,255,255,0.1);
margin-top: 32px;
}