/* LU88 Vietnam 底部样式 - 2023版 */

/* 底部整体背景 */
.modern-footer {
    background: #007a57;
    padding-top: 40px;
    position: relative;
    margin-top: 60px;
}

.footer-wave-decoration {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
    line-height: 0 !important;
}

/* 底部卡片样式 */
.footer-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
    padding: 0 20px !important;
}

.footer-card {
    background: #005c43 !important;
    border-radius: 8px !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
    transition: transform 0.3s ease !important;
}

.footer-card:hover {
    transform: translateY(-5px) !important;
}

.card-header {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.card-header i {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 20px !important;
    margin-right: 10px !important;
}

.card-header h3 {
    color: #ffffff !important;
    margin: 0 !important;
    font-size: 18px !important;
}

.card-content {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* 联系信息项目样式 */
.platform-hours, .platform-contact, .platform-fax, .platform-email, .platform-website, .platform-main {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 10px !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.platform-hours i, .platform-contact i, .platform-fax i, .platform-email i, .platform-website i, .platform-main i {
    margin-right: 10px !important;
    color: #00a046 !important;
    width: 20px !important;
    text-align: center !important;
}

.platform-email a, .platform-website a, .platform-main a {
    color: #f9d770 !important;
    text-decoration: none !important;
}

.platform-email a:hover, .platform-website a:hover, .platform-main a:hover {
    text-decoration: underline !important;
}

/* 支持链接和政策链接 */
.support-links, .policy-links {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}

.support-link, .policy-link {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    padding: 8px !important;
    border-radius: 3px !important;
    transition: all 0.2s !important;
}

.support-link:hover, .policy-link:hover {
    background-color: rgba(0, 138, 70, 0.3) !important;
    color: #f9d770 !important;
}

/* 快速联系区域 */
.quick-contact {
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    margin-bottom: 30px !important;
}

.contact-button {
    display: flex !important;
    align-items: center !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    color: white !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.live-chat {
    background: linear-gradient(to bottom, #00a046, #008a46) !important;
}

.register {
    background: linear-gradient(to bottom, #ffb43c, #ff9500) !important;
}

.contact-button i {
    margin-right: 8px !important;
}

.contact-button:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

/* 底部版权区域 */
.footer-bottom {
    background: #005c43 !important;
    padding: 20px 0;
    margin-top: 40px;
}

.copyright-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.copyright-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 10px;
}

.warning-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}

.divider {
    margin: 0 10px !important;
}

.footer-links {
    display: flex !important;
    gap: 15px !important;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9) !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: color 0.2s !important;
}

.footer-links a:hover {
    color: #ffffff !important;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .footer-cards {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    .quick-contact {
        flex-direction: column !important;
    }
    
    .copyright-wrapper {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .footer-links {
        margin-top: 10px !important;
        justify-content: center !important;
    }
}

.site-footer {
    background: #007a57 !important;
    color: #ffffff;
    padding: 60px 0 0;
    position: relative;
    margin-top: 60px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding: 0 20px;
}

.footer-section {
    margin-bottom: 30px;
}

.footer-section h3 {
    color: #ffffff;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

.footer-section h3:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.4);
}

.footer-section p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 15px;
}

.contact-info p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

.footer-section ul li a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.payment-icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 15px;
    margin-top: 15px;
}

.payment-icons img {
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.payment-icons img:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 0;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-section h3:after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .contact-info p {
        justify-content: center;
    }
    
    .payment-icons {
        grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    }
} 