/* =========================
   CONTACT HERO
========================= */
.contact-hero {
    background: #ffffff;
    padding: 70px 0 30px;
    text-align: center;
}
.contact-hero .section-label {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #739abc;
    margin-bottom: 14px;
}
.contact-hero h2 {
    font-size: 2.6rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
.contact-hero .divider {
    width: 50px;
    height: 3px;
    background: #739abc;
    margin: 0 auto 20px;
    border-radius: 2px;
}
.contact-hero .subtitle {
    font-size: 1.05rem;
    color: #6b7280;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

/* 让内容区域更宽，左右留白更少 */
.contact-content .container {
    max-width: 1280px; /* 适当放宽，避免过于松散 */
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1400px) {
    .contact-content .container {
        max-width: 1360px;
    }
}

.contact-content {
    padding: 30px 0 80px;
    background: #ffffff;
}

.contact-info-area {
    padding-right: 40px;
}

.welcome-message {
    margin-bottom: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eef2f6;
}
.welcome-message p {
    font-size: 1rem;
    color: #4b5563;
    line-height: 1.75;
    margin-bottom: 6px;
    font-weight: 400;
}
.welcome-message p:last-child {
    padding: 5px;
    margin-bottom: 0;
}
.welcome-message .signature {
    color: #739abc;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
}

.contact-detail {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}
.contact-detail .icon-circle {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f4f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #739abc;
    font-size: 1.1rem;
    transition: background 0.3s ease, color 0.3s ease;
}
.contact-detail:hover .icon-circle {
    background: #739abc;
    color: #fff;
}
.contact-detail .detail-text {
    font-size: 0.98rem;
    color: #4b5563;
    line-height: 1.65;
}
.contact-detail .detail-text strong {
    color: #1a1a2e;
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}
.contact-detail .detail-text a {
    color: #4b5563;
    text-decoration: none;
    transition: color 0.25s ease;
}
.contact-detail .detail-text a:hover {
    color: #739abc;
}

.social-links {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eef2f6;
}
.social-links span {
    font-weight: 600;
    color: #1a1a2e;
    margin-right: 18px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f4f7fb;
    color: #739abc;
    margin-right: 10px;
    transition: background 0.3s ease, color 0.3s ease, transform 0.2s ease;
    font-size: 1rem;
}
.social-links a:hover {
    background: #739abc;
    color: #fff;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .contact-info-area {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .contact-hero h2 {
        font-size: 2rem;
    }
}
@media (max-width: 575px) {
    .contact-hero h2 {
        font-size: 1.65rem;
    }
    .contact-hero .subtitle {
        font-size: 0.9rem;
    }
    .contact-detail {
        gap: 14px;
    }
    .contact-detail .icon-circle {
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }
    .contact-detail .detail-text {
        font-size: 0.88rem;
    }
}

/* =========================
   RIGHT STATS CARD
========================= */
.stats-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 38px 34px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.06);
    border: 1px solid #eef2f6;
    height: 100%;
}

.stats-header {
    margin-bottom: 34px;
}

.stats-header .mini-label {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #739abc;
    margin-bottom: 14px;
}

.stats-header h3 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 14px;
    line-height: 1.3;
}

.stats-header p {
    font-size: 0.96rem;
    line-height: 1.8;
    color: #6b7280;
    margin-bottom: 0;
}

/* STAT GRID */
.stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 34px;
}

.stat-item {
    background: #f8fafc;
    border-radius: 14px;
    padding: 24px 18px;
    text-align: center;
    transition: all 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-3px);
    background: #f1f5f9;
}

.stat-item h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #739abc;
    margin-bottom: 8px;
    line-height: 1;
}

.stat-item span {
    font-size: 0.9rem;
    color: #4b5563;
    line-height: 1.5;
}

/* FEATURE LIST */
.mini-features {
    border-top: 1px solid #eef2f6;
    padding: 20px;
}

.feature-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #374151;
    font-size: 0.95rem;
}

.feature-line i {
    color: #739abc;
    font-size: 0.9rem;
}

/* CTA BUTTON */
.contact-cta {
    margin-top: 30px;
}

.contact-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #739abc;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.contact-cta a:hover {
    background: #5f87aa;
    transform: translateY(-2px);
}

/* SECTION TUNING */
.contact-content {
    padding: 40px 0 40px;
    background: #fafbfd;
}

.contact-hero {
    padding: 90px 0 50px;
}

/* MOBILE */
@media (max-width: 991px) {
    .stats-card {
        margin-top: 10px;
    }

    .stat-grid {
        gap: 14px;
    }

    .stats-header h3 {
        font-size: 1.45rem;
    }
}

@media (max-width: 575px) {
    .stats-card {
        padding: 28px 22px;
    }

    .stat-item h2 {
        font-size: 1.6rem;
    }

    .stat-item {
        padding: 20px 14px;
    }

    .feature-line {
        font-size: 0.9rem;
    }
}