.aura-footer {
    background: #ffffff !important;
    border-top: 1px solid var(--aura-border);
    padding: 60px 0 30px !important;
    margin-top: 60px;
    height: auto !important;
    line-height: normal !important;
}

.aura-footer-pc {
    background: #ffffff !important;
    border-top: 1px solid var(--aura-border);
    padding: 60px 0 30px !important;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.aura-footer-pc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--aura-primary), transparent);
    opacity: 0.3;
}

.aura-footer-pc .footer-brand-col {
    padding-right: 40px !important;
}

.aura-footer-pc .footer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
    text-decoration: none;
    transition: 0.3s;
}

.aura-footer-pc .footer-logo:hover {
    color: var(--aura-primary);
}

.aura-footer-pc .footer-logo-icon {
    font-size: 28px;
    color: var(--aura-primary);
}

.aura-footer-pc .footer-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.aura-footer-pc .footer-social-links {
    display: flex;
    gap: 15px;
}

.aura-footer-pc .social-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #555;
    font-size: 20px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid var(--aura-border);
}

.aura-footer-pc .social-icon-btn:hover {
    background: var(--aura-primary);
    color: #ffffff;
    border-color: var(--aura-primary);
    transform: translateY(-4px);
    box-shadow: 0 8px 15px rgba(255, 87, 34, 0.2);
}

.aura-footer-pc .footer-title {
    color: #1a1a1a;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    padding-bottom: 12px;
}

.aura-footer-pc .footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 3px;
    background: var(--aura-primary);
    border-radius: 2px;
}

.aura-footer-pc .footer-link-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aura-footer-pc .footer-link-list li {
    margin-bottom: 14px;
}

.aura-footer-pc .footer-link-list a {
    color: #666;
    font-size: 14px;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
}

.aura-footer-pc .footer-link-list a:hover {
    color: var(--aura-primary);
    transform: translateX(4px);
}

.aura-footer-pc .footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #aaa;
}

.aura-footer-pc .footer-powered a {
    color: #888;
    font-weight: 600;
    transition: 0.2s;
}

.aura-footer-pc .footer-powered a:hover {
    color: var(--aura-primary);
}

.aura-footer-minimal {
    position: relative;
    background: #ffffff;
    border-top: 1px solid rgba(0,0,0,0.04);
    padding: 70px 0 30px;
    margin-top: 80px;
}

.aura-footer-minimal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--aura-primary), transparent);
    opacity: 0.15;
}

.footer-minimal-brand {
    text-align: center;
    margin-bottom: 40px;
}

.footer-minimal-brand .footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 26px;
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-minimal-brand .footer-logo i {
    color: var(--aura-primary);
    font-size: 32px;
}

.footer-minimal-brand .footer-logo:hover {
    color: var(--aura-primary);
}

.footer-slogan {
    color: #888;
    font-size: 15px;
    margin: 15px 0 25px;
    letter-spacing: 1px;
}

.footer-socials {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-socials .social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #555;
    font-size: 22px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0,0,0,0.05);
}

.footer-socials .social-btn:hover {
    background: var(--aura-primary);
    color: #fff;
    border-color: var(--aura-primary);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(255, 87, 34, 0.2);
}

.footer-minimal-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 30px;
    margin-bottom: 50px;
}

.footer-minimal-nav a {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s;
    position: relative;
    padding: 5px 0;
}

.footer-minimal-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: var(--aura-primary);
    transition: width 0.3s;
    border-radius: 2px;
}

.footer-minimal-nav a:hover {
    color: var(--aura-primary);
}

.footer-minimal-nav a:hover::after {
    width: 100%;
}

.footer-minimal-bottom {
    text-align: center;
    border-top: 1px dashed rgba(0,0,0,0.06);
    padding-top: 30px;
    color: #aaa;
    font-size: 13px;
    line-height: 2;
}

.footer-minimal-bottom .powered a {
    color: #888;
    font-weight: 600;
}

.footer-minimal-bottom .powered a:hover {
    color: var(--aura-primary);
}

@media screen and (max-width: 768px) {
    .aura-footer-pc {
        display: none !important;
    }
    
    .aura-footer-mobile {
        display: block !important;
    }
    
    .aura-footer-minimal {
        padding: 50px 20px 20px;
        margin-top: 40px;
    }
    
    .footer-minimal-brand .footer-logo {
        font-size: 22px;
    }
    
    .footer-minimal-brand .footer-logo i {
        font-size: 26px;
    }
    
    .footer-slogan {
        font-size: 13px;
        margin-bottom: 20px;
    }
    
    .footer-socials .social-btn {
        width: 38px;
        height: 38px;
        font-size: 18px;
        gap: 10px;
    }
    
    .footer-minimal-nav {
        gap: 12px 20px;
        margin-bottom: 35px;
    }
    
    .footer-minimal-nav a {
        font-size: 14px;
    }
    
    .footer-minimal-bottom {
        padding-top: 20px;
        font-size: 12px;
    }
}

@media screen and (min-width: 769px) {
    .aura-footer-pc {
        display: block !important;
    }
    
    .aura-footer-mobile {
        display: none !important;
    }
}
