
/* 底部区域主样式 */
.GGW-foot {

background: linear-gradient(to bottom, #4A3F35, #5A4A42, #3E2C1F, #000000);/* 新增底部颜色，配套GGW */
    color: #e0e0e0;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    margin-top: 80px;
    font-family: 'Montserrat', sans-serif;
}

.GGW-foot-container {
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
    z-index: 2;

}

/* 顶部区域布局 */
.GGW-foot-top {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    gap: 30px;
    align-items: stretch;
}

.GGW-foot-form-container, 
.GGW-foot-contact-container {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
}

/* 表单卡片设计 - 白色背景 */
.GGW-foot-form-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex: 1;
}

.GGW-foot-form-card:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.GGW-foot-form-header {
    margin-bottom: 20px;
}

.GGW-foot-form-title {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.GGW-foot-form-subtitle {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
}

/* 表单样式 - 黑色文字 */
.GGW-foot-elegant-form {
    margin-top: 15px;
}

.GGW-foot-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.GGW-foot-form-group {
    flex: 1;
    position: relative;
    min-width: 0;
    margin-bottom: 12px;
}

.GGW-foot-floating-label {
    position: relative;
    padding-top: 12px;
}

.GGW-foot-floating-label input, 
.GGW-foot-floating-label textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    color: #333;
    padding: 8px 0;
    font-size: 14px;
    transition: all 0.3s;
    outline: none;
}

.GGW-foot-floating-label textarea {
    min-height: 80px;
    resize: vertical;
}

.GGW-foot-floating-label label {
    position: absolute;
    top: 18px;
    left: 0;
    color: #888;
    font-size: 14px;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 300;
}

.GGW-foot-floating-label .GGW-foot-underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background: #e0a80d;
    transition: width 0.4s;
}

.GGW-foot-floating-label input:focus + label,
.GGW-foot-floating-label input:valid + label,
.GGW-foot-floating-label textarea:focus + label,
.GGW-foot-floating-label textarea:valid + label {
    top: 0;
    font-size: 11px;
    color: #e0a80d;
    font-weight: 400;
}

.GGW-foot-floating-label input:focus ~ .GGW-foot-underline,
.GGW-foot-floating-label textarea:focus ~ .GGW-foot-underline {
    width: 100%;
}

/* 提交按钮 */
.GGW-foot-submit-btn {
    background: linear-gradient(135deg, #e0a80d 0%, #c2950b 100%);
    color: #000;
    border: none;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(224, 168, 13, 0.2);
    margin-top: 10px;
    max-width: 200px;
}

.GGW-foot-submit-btn:hover {
    box-shadow: 0 6px 20px rgba(224, 168, 13, 0.4);
    transform: translateY(-2px);
}

/* 联系卡片设计 */
.GGW-foot-contact-card {
    background: rgba(25, 25, 25, 0.8);
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 215, 0, 0.1);
    flex: 1;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.GGW-foot-section-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

/* 优化对齐的联系方式 */
.GGW-foot-contact-method {
    display: flex;
    margin-bottom: 18px;
    align-items: center; /* 确保图标和文字垂直居中 */
}

.GGW-foot-contact-icon {
    width: 24px; /* 固定宽度 */
    text-align: center; /* 图标居中 */
    margin-right: 15px;
    color: #FFD700;
    font-size: 18px;
    flex-shrink: 0; /* 防止图标被压缩 */
}

.GGW-foot-contact-details {
    flex: 1;
}

.GGW-foot-contact-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.3; /* 确保标题行高一致 */
}

.GGW-foot-contact-info {
    color: #b0b0b0;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
}

/* 证书展示区 */
.GGW-foot-certificates {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
    align-items: center;
}

.GGW-foot-certificate {
    height: 45px;
    opacity: 0.8;
    transition: opacity 0.3s;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
    padding: 5px;
}

.GGW-foot-certificate:hover {
    opacity: 1;
    background: rgba(255,255,255,0.2);
}

/* 导航区域 - 恢复原有布局但更精致 */
.GGW-foot-middle {
    padding: 50px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.GGW-foot-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.GGW-foot-nav-column {
    flex: 1;
    min-width: 180px;
    padding: 0 10px;
    margin-bottom: 0;
}

.GGW-foot-nav-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    position: relative;
}

.GGW-foot-nav-title:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 25px;
    height: 1px;
    background: #FFD700;
}

.GGW-foot-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.GGW-foot-nav-links li {
    margin-bottom: 10px;
}

.GGW-foot-nav-links a {
    color: #b0b0b0;
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s;
    font-weight: 300;
    display: inline-block;
    position: relative;
}

.GGW-foot-nav-links a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #FFD700;
    transition: width 0.3s;
}

.GGW-foot-nav-links a:hover {
    color: #FFD700;
}

.GGW-foot-nav-links a:hover:after {
    width: 100%;
}

/* 底部版权区域 - 调整logo位置和大小 */
.GGW-foot-bottom {
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse; /* 将logo和版权位置互换 */
}

.GGW-foot-logo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end; /* 右对齐 */
}

.GGW-foot-logo {
    height: 40px; /* 增大logo尺寸 */
    width: auto;
    object-fit: contain;
    margin-bottom: 10px;
}

.GGW-foot-tagline {
    color: #888;
    font-size: 12px;
    margin: 0;
    font-weight: 300;
    text-align: right; /* 右对齐 */
}

.GGW-foot-legal-section {
    text-align: left; /* 左对齐 */
}

.GGW-foot-copyright {
    color: #666;
    font-size: 11px;
    margin-bottom: 8px;
    font-weight: 300;
}

.GGW-foot-legal-links {
    display: flex;
    justify-content: flex-start; /* 左对齐 */
    gap: 15px;
}

.GGW-foot-legal-links a {
    color: #666;
    text-decoration: none;
    font-size: 11px;
    transition: color 0.3s;
    font-weight: 300;
}

.GGW-foot-legal-links a:hover {
    color: #FFD700;
}

/* 响应式设计 */
@media (max-width: 1024px) {
    .GGW-foot-navigation {
        gap: 20px;
    }
    
    .GGW-foot-nav-column {
        min-width: 160px;
    }
}

@media (max-width: 768px) {
    .GGW-foot-top {
        flex-direction: column;
    }
    
    .GGW-foot-form-row {
        flex-direction: column;
        gap: 0;
    }
    
    .GGW-foot-submit-btn {
        max-width: 100%;
    }
    
    .GGW-foot-navigation {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .GGW-foot-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .GGW-foot-logo-container {
        align-items: center;
    }
    
    .GGW-foot-tagline {
        text-align: center;
    }
    
    .GGW-foot-legal-section {
        text-align: center;
    }
    
    .GGW-foot-legal-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .GGW-foot-form-card, 
    .GGW-foot-contact-card {
        padding: 20px;
    }
    
    .GGW-foot-navigation {
        grid-template-columns: 1fr;
    }
    
    .GGW-foot-nav-column {
        margin-bottom: 20px;
    }
    
    .GGW-foot-certificates {
        justify-content: center;
    }
}
