/* ========================================
   Footer Styles
   ======================================== */

/* --- Footer Wrapper --- */
.site-footer {
    background: #1a1a2e;
    color: #ccc;
    font-size: 0.875rem;
    line-height: 1.7;
	margin-top:200px
}
.site-footer a{color:#ccc}
.footer-columns ul li{list-style:none}
/* --- Section 1: CTA --- */
.footer-cta {
    background: #16213e;
    padding: 3rem 0;
    text-align: center;
	margin-top: -200px;
    margin-bottom: 60px;
}
.footer-cta h2 {
    font-size: 1.75rem;
    color: #fff;
    margin-bottom: 0.75rem;
    font-weight: 700;
}
.footer-cta p {
    color: #aaa;
    max-width: 560px;
    margin: 0 auto 1.5rem;
    font-size: 0.9375rem;
}
.footer-cta .btn-cta {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: #e94560;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9375rem;
    transition: background 0.2s;
}
.footer-cta .btn-cta:hover {
    background: #d63851;
    text-decoration: none;
    color: #fff;
}

/* --- Section 2: Columns --- */
.footer-columns {
    padding: 3rem 0 2rem;
}
.footer-columns .col {
    margin-bottom: 1.5rem;
}
.footer-column-title {
    font-size: 1.0625rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 0.5rem;
}

/* Links list */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 0.375rem;
}
.footer-links a {
    color: #aaa;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-block;
}
.footer-links a:hover {
    color: #fff;
    padding-left: 4px;
    text-decoration: none;
}

/* Contact info text */
.footer-contact p {
    margin-bottom: 0.375rem;
    color: #aaa;
    font-size: 0.875rem;
}
.footer-contact strong {
    color: #ddd;
}

/* WeChat column */
.footer-wechat {
    text-align: center;
}
.footer-wechat img {
    max-width: 120px;
    height: auto;
    margin: 0 auto 0.75rem;
    border-radius: 6px;
}
.footer-wechat p {
    color: #aaa;
    font-size: 0.8125rem;
}

/* --- Section 3: Bottom --- */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 1.25rem 0;
    font-size: 0.8125rem;
    color: #888;
}
.footer-bottom .pure-g {
    align-items: center;
}
.footer-bottom a {
    color: #999;
    transition: color 0.2s;
}
.footer-bottom a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-bottom .copyright {
    color: #888;
}
.footer-bottom-links {
    list-style: none;
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

/* Social icons */
.footer-social {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}
.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #ccc;
    font-size: 1rem;
    transition: background 0.2s, color 0.2s;
}
.footer-social a:hover {
    background: #e94560;
    color: #fff;
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .footer-cta h2 {
        font-size: 1.375rem;
    }
    .footer-cta {
        padding: 2rem 0;
    }
    .footer-columns {
        padding: 2rem 0 1rem;
    }
    .footer-social {
        justify-content: center;
        margin-top: 0.75rem;
    }
    .footer-bottom .text-right {
        text-align: center !important;
    }
    .footer-bottom .copyright {
        text-align: center;
    }
}
