/* ========================================
   경주시 현수막 예약시스템 - 푸터 스타일
   Unified Color System v3.0
   ======================================== */

/* Footer Section */
.footer {
    background: linear-gradient(180deg, #1e3a8a 0%, #172554 100%) !important;
    padding: 40px 0 24px 0 !important;
    margin-top: 40px;
}

.footer .uk-container {
    max-width: 1000px;
}

/* Footer Logo */
.footer-logo {
    color: white;
    margin-bottom: 20px;
}

.footer-logo img {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.footer-logo img:hover {
    opacity: 1;
}

/* Logo Text */
.logo-text {
    color: white;
    font-weight: 700;
    font-size: 1.5rem;
}

/* Footer Quick Menu */
.footer h5 {
    color: #60a5fa;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 16px;
    margin-top: 24px;
}

.footer center a {
    display: inline-block;
    color: #93c5fd;
    font-size: 0.85rem;
    text-decoration: none;
    margin: 0 12px;
    padding: 6px 12px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.footer center a:hover {
    color: white;
    background: rgba(255, 255, 255, 0.12);
}

/* Footer Text */
.footer-text {
    color: #93c5fd;
    font-size: 0.8rem !important;
    margin-top: 24px !important;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 1.8;
}

.footer-text a {
    color: #bfdbfe;
    transition: color 0.3s ease;
}

.footer-text a:hover {
    color: white;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .footer {
        padding: 30px 0 20px 0 !important;
    }

    .footer center a {
        display: block;
        margin: 8px 0;
    }

    .footer-text {
        font-size: 0.75rem !important;
    }
}
