/* ===== ClearSky Footer ===== */
.cs-footer {
    background: #1a2030;
    color: rgba(255, 255, 255, 0.7);
    padding: 48px 0 0;
}

.cs-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.cs-footer-main {
    display: flex;
    gap: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cs-footer-col {
    min-width: 0;
}

.cs-footer-brand {
    flex: 1.2;
}

.cs-footer-contact {
    flex: 1;
}

.cs-footer-social {
    flex: 0.6;
}

.cs-footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.cs-footer-logo-icon {
    flex-shrink: 0;
}

.cs-footer-logo-text {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}

.cs-footer-desc {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.cs-footer-heading {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 24px 0;
}

.cs-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
}

.cs-footer-contact-icon {
    flex-shrink: 0;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.4);
}

.cs-footer-social-icons {
    display: flex;
    gap: 12px;
}

.cs-footer-social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s;
}

.cs-footer-social-link:hover {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.cs-footer-bottom {
    padding: 20px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.35);
}

.cs-footer-copyright a {
    color: rgba(255, 255, 255, 0.35);
    text-decoration: none;
    margin-left: 8px;
}

.cs-footer-copyright a:hover {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
    .cs-footer {
        padding: 36px 0 0;
    }
    .cs-footer-inner {
        padding: 0 20px;
    }
    .cs-footer-main {
        flex-direction: column;
        gap: 32px;
    }
    .cs-footer-heading {
        margin-bottom: 16px;
    }
}
