/* Cloud Footer Styles */
footer {
    padding: 3rem 2rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    background: #000000;
}

footer a {
    color: var(--cloud-orange);
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
