/* ===== 温州代怀 - 商务绿风格 ===== */
/* 配色：绿色(#28A745) + 深绿(#1A6B2E) */

/* Banner with side image */
.page-banner-green {
    background: linear-gradient(135deg, #1A6B2E 0%, #28A745 100%);
    color: #FFF;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.page-banner-green::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
}
.page-banner-green h1 {
    color: #FFF;
    font-size: 32px;
    margin-bottom: 12px;
}
.page-banner-green p {
    font-size: 15px;
    color: rgba(255,255,255,0.8);
    line-height: 1.8;
}

/* Product Grid Layout */
.product-showcase {
    padding: 60px 0;
}
.showcase-header {
    text-align: center;
    margin-bottom: 40px;
}
.showcase-header h2 {
    font-size: 28px;
    color: #1A6B2E;
    margin-bottom: 10px;
}
.showcase-header p {
    font-size: 15px;
    color: #8D99AE;
}

/* Product Card */
.product-card {
    background: #FFF;
    border: 1px solid #E4E7ED;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: 0.3s;
}
.product-card:hover {
    box-shadow: 0 8px 25px rgba(40,167,69,0.15);
    transform: translateY(-3px);
}
.product-card .card-icon {
    background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%);
    padding: 30px;
    text-align: center;
}
.product-card .card-icon i {
    font-size: 48px;
    color: #28A745;
}
.product-card .card-body {
    padding: 20px;
}
.product-card .card-body h4 {
    font-size: 16px;
    color: #1A6B2E;
    margin-bottom: 8px;
}
.product-card .card-body p {
    font-size: 13px;
    color: #8D99AE;
    line-height: 1.8;
}
.product-card .card-footer {
    padding: 15px 20px;
    border-top: 1px solid #E4E7ED;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-card .card-footer .stat {
    font-size: 12px;
    color: #28A745;
    font-weight: 700;
}
.product-card .card-footer .detail-link {
    font-size: 13px;
    color: #28A745;
    font-weight: 600;
}

/* Stats Row */
.stats-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px 0;
    background: #F5FBF7;
    border-radius: 12px;
    margin: 30px 0;
}
.stats-row .stat-box {
    text-align: center;
    padding: 20px 30px;
}
.stats-row .stat-box .stat-num {
    font-size: 36px;
    font-weight: 700;
    color: #28A745;
}
.stats-row .stat-box .stat-text {
    font-size: 14px;
    color: #8D99AE;
    margin-top: 5px;
}

/* Brand Logos */
.brand-section {
    padding: 40px 0;
    text-align: center;
}
.brand-section h3 {
    font-size: 22px;
    color: #1A6B2E;
    margin-bottom: 30px;
}
.brand-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.brand-tags .brand-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #E8F5E9;
    border-radius: 20px;
    font-size: 13px;
    color: #1A6B2E;
    font-weight: 600;
}

/* Override header colors */
#header { background-color: #1A6B2E !important; }
#navigation { background-color: #145523 !important; }
.main-nav > li > a:hover,
.main-nav > li.active > a {
    color: #28A745 !important;
}
