/* 公司荣誉页 */
.honors-page { background: #f8fafc; color: #334155; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.honors-page .product-banner {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 45%, #2563eb 100%);
}
.honors-page .product-banner::after {
    background: radial-gradient(ellipse at 25% 0%, rgba(59,130,246,0.35) 0%, transparent 55%),
                radial-gradient(ellipse at 85% 100%, rgba(14,165,233,0.2) 0%, transparent 50%);
}

.hn-hero-stats { margin-top: -36px; position: relative; z-index: 3; padding-bottom: 10px; }
.hn-hero-stats-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
    background: #fff; border-radius: 16px; padding: 24px 28px;
    box-shadow: 0 12px 40px rgba(30,64,175,0.12); border: 1px solid rgba(30,64,175,0.08);
}
.hn-stat { text-align: center; padding: 8px 12px; border-right: 1px solid #e2e8f0; }
.hn-stat:last-child { border-right: none; }
.hn-stat-num { display: block; font-size: 28px; font-weight: 700; color: #1e40af; margin-bottom: 4px; }
.hn-stat-label { font-size: 13px; color: #64748b; }

.hn-subnav { padding: 28px 0 0; }
.hn-subnav-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 760px; margin: 0 auto; }
.hn-subnav-card {
    display: flex; align-items: center; gap: 16px; padding: 20px 22px;
    background: #fff; border: 1px solid #e2e8f0; border-radius: 14px;
    text-decoration: none; color: inherit; transition: all 0.3s;
}
.hn-subnav-card:hover { border-color: rgba(30,64,175,0.25); box-shadow: 0 10px 28px rgba(30,64,175,0.1); transform: translateY(-3px); }
.hn-subnav-card.is-active { border-color: #1e40af; background: linear-gradient(135deg, #eff6ff, #fff); box-shadow: 0 8px 24px rgba(30,64,175,0.12); }
.hn-subnav-icon {
    width: 52px; height: 52px; border-radius: 14px; flex-shrink: 0;
    background: #eff6ff; color: #1e40af;
    display: flex; align-items: center; justify-content: center; font-size: 24px;
}
.hn-subnav-card h4 { font-size: 16px; font-weight: 600; color: #0f172a; margin-bottom: 4px; }
.hn-subnav-card p { font-size: 13px; color: #64748b; margin: 0; }
.hn-subnav-arrow { margin-left: auto; color: #94a3b8; font-size: 14px; }

.hn-section { padding: 56px 0 80px; }
.hn-section--light { background: #fff; }

.section-title {
    font-size: 28px; font-weight: 700; color: #0f172a; text-align: center;
    margin-bottom: 12px; padding-bottom: 18px; position: relative;
}
.section-title::after {
    content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    width: 70px; height: 4px; background: linear-gradient(90deg, #1e40af, #0ea5e9); border-radius: 2px;
}
.section-desc { text-align: center; font-size: 15px; color: #64748b; max-width: 760px; margin: 0 auto 48px; line-height: 1.8; }

.hn-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
.hn-card {
    background: #fff; border-radius: 16px; overflow: hidden;
    border: 1px solid #e2e8f0; transition: all 0.35s;
}
.hn-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(30,64,175,0.12); border-color: rgba(30,64,175,0.2); }
.hn-card-img {
    position: relative; height: 240px; overflow: hidden; background: linear-gradient(135deg, #f8fafc, #e2e8f0);
}
.hn-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.hn-card:hover .hn-card-img img { transform: scale(1.05); }
.hn-card-zoom {
    position: absolute; inset: 0; background: rgba(30,64,175,0.45);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 32px; opacity: 0; transition: opacity 0.3s;
}
.hn-card:hover .hn-card-zoom { opacity: 1; }
.hn-card-body { padding: 20px 22px 22px; }
.hn-card-body h3 {
    font-size: 16px; font-weight: 600; color: #0f172a; line-height: 1.5; margin-bottom: 8px;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.hn-card-meta { display: flex; align-items: center; gap: 6px; font-size: 12px; color: #94a3b8; }
.hn-card-meta i { color: #1e40af; font-size: 13px; }

.hn-pagination { display: flex; justify-content: center; margin-top: 12px; }
.hn-pagination .pagination { display: flex; gap: 8px; list-style: none; flex-wrap: wrap; justify-content: center; padding: 0; margin: 0; }
.hn-pagination .pagination a, .hn-pagination .pagination span {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 40px; height: 40px; padding: 0 14px; border-radius: 10px;
    border: 1px solid #e2e8f0; color: #475569; font-size: 14px; text-decoration: none; transition: all 0.25s;
}
.hn-pagination .pagination a:hover, .hn-pagination .pagination .current {
    background: #1e40af; color: #fff; border-color: #1e40af;
}

.hn-types { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.hn-type-card {
    background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;
    padding: 28px 22px; text-align: center; transition: all 0.3s;
}
.hn-type-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(30,64,175,0.1); border-color: rgba(30,64,175,0.2); }
.hn-type-icon {
    width: 60px; height: 60px; margin: 0 auto 16px; border-radius: 50%;
    background: #eff6ff; color: #1e40af;
    display: flex; align-items: center; justify-content: center; font-size: 26px;
}
.hn-type-card h4 { font-size: 16px; font-weight: 600; color: #0f172a; margin-bottom: 8px; }
.hn-type-card p { font-size: 13px; color: #64748b; line-height: 1.7; }

.hn-service { padding: 64px 0; background: linear-gradient(135deg, #1e3a8a, #1e40af); }
.hn-service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.hn-service-item { text-align: center; color: #fff; padding: 16px; }
.hn-service-num { font-size: 36px; font-weight: 700; margin-bottom: 8px; line-height: 1; }
.hn-service-label { font-size: 13px; color: rgba(255,255,255,0.78); }

.hn-cta { background: linear-gradient(180deg, #eff6ff 0%, #fff 100%); padding: 80px 0; text-align: center; border-top: 1px solid #e2e8f0; }
.hn-cta h3 { font-size: 30px; font-weight: 700; color: #0f172a; margin-bottom: 14px; }
.hn-cta p { font-size: 15px; color: #64748b; margin-bottom: 32px; max-width: 680px; margin-left: auto; margin-right: auto; line-height: 1.85; }
.hn-cta-actions { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.hn-cta-btn {
    display: inline-flex; align-items: center; gap: 10px; padding: 14px 36px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    color: #fff; font-size: 15px; font-weight: 600; border-radius: 10px; text-decoration: none;
    transition: all 0.35s; box-shadow: 0 8px 28px rgba(30,64,175,0.3);
}
.hn-cta-btn:hover { transform: translateY(-3px); color: #fff; }
.hn-cta-btn--outline { background: #fff; color: #1e40af; border: 1px solid rgba(30,64,175,0.35); box-shadow: none; }
.hn-cta-btn--outline:hover { background: #eff6ff; color: #1e40af; }

.hn-empty { text-align: center; padding: 60px 20px; color: #94a3b8; grid-column: 1 / -1; }
.hn-empty i { font-size: 48px; display: block; margin-bottom: 16px; opacity: 0.4; }

.hn-reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.hn-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
    .hn-gallery { grid-template-columns: repeat(2, 1fr); }
    .hn-types { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 992px) {
    .hn-hero-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .hn-stat:nth-child(2) { border-right: none; }
    .hn-service-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .hn-gallery, .hn-types, .hn-subnav-grid { grid-template-columns: 1fr; }
    .hn-hero-stats-grid { grid-template-columns: 1fr 1fr; padding: 20px; }
    .hn-stat { border-right: none; border-bottom: 1px solid #e2e8f0; padding-bottom: 14px; }
    .hn-stat:nth-last-child(-n+2) { border-bottom: none; }
    .hn-cta-actions { flex-direction: column; align-items: stretch; }
    .hn-cta-btn { justify-content: center; }
}
