/* 联系我们页专用样式 */


/* 本页复用的 why/feature 区块样式 */

.why.section {
    text-align: center;
    background: #F8FAFC;
}

.why .section-lead {
    margin-top: 30px;
    font-size: 18px;
    text-align: left;
}

.feature-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 40px;
}

.card {
    border: 1px solid var(--line);
    background: var(--card);
    border-radius: 16px;
    padding: 22px;
}

.card h3 {
    margin-top: 0;
    margin-bottom: 8px;
}

.card p {
    margin: 0 0 10px;
    color: var(--muted);
}

.feature-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 30px;
    display: grid;
    place-items: center;
}

.feature-icon-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature-icon-wrap-blue {
    background: #e9f0ff;
}

.feature-icon-wrap-green {
    background: #e9faf2;
}

.feature-icon-wrap-orange {
    background: #fff0e8;
}

.why .card {
    border-radius: 16px;
    padding: 30px 56px 24px;
    border: none;
    box-shadow: 0 6px 18px rgba(12, 39, 79, 0.08);
}

.why .card h3 {
    margin: 0 0 20px;
    color: #303030;
    font-size: 20px;
    font-weight: 500;
}

.why .card p {
    margin: 0;
    font-size: 18px;
    color: var(--muted);
}

.feature-tag {
    margin-top: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 500;
    border-radius: 999px;
    padding: 4px 13px;
}

.feature-tag-blue {
    color: #475CFA;
    background: #F2F4FF;
}

.feature-tag-green {
    color: #2DA86A;
    background: #E9F9F0;
}

.feature-tag-orange {
    color: #FF4C4C;
    background: #FFEFE9;
}

.team-bottom-banner {
    height: 120px;
    background: linear-gradient(-90deg, rgba(144, 250, 192, 0.5) 0%, rgba(183, 229, 250, 0.5) 100%);
    display: flex;
    align-items: center;
}

.team-bottom-banner-content {
    width: min(1120px, 92vw);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #192F58;
    font-size: 24px;
    font-weight: 400;
}

.team-bottom-banner-content p {
    margin: 0;
}

.team-bottom-banner-content a {
    text-decoration: none;
    padding-left: 30px;
    background: url("../assets/team/icon_tell(1).png") left center / 22px 22px no-repeat;
    text-decoration: underline;
}

.team-bottom-banner-content a:hover {
    color: #0b4d89;
}

.contact-page main {
    background: #F8FAFC;
}

.contact-page-head {
    padding: 100px 0 120px;
    background: transparent;
    border-bottom: 0;
}

.contact-page-head h1 {
    color: #192F58;
    font-size: 36px;
    font-weight: 500;
}

.contact-page-head p {
    margin-top: 32px;
    color: #445369;
    font-size: 18px;
    font-weight: 400;
}

.contact-section {
    padding-top: 0;
    padding-bottom: 32px;
}

.contact-layout h2 {
    margin: 0;
    color: #1A1A1A;
    font-size: 30px;
    font-weight: 500;
}

.contact-showcase {
    margin-top: 50px;
    display: grid;
    grid-template-columns: minmax(250px, 0.9fr) minmax(260px, 1fr) minmax(260px, 1fr);
    gap: 60px;
    align-items: stretch;
}

.contact-left-column {
    display: grid;
    gap: 40px;
}

.contact-card {
    border-radius: 16px;
    border: none;
    background: #fff;
    box-shadow: 0 4px 14px rgba(12, 39, 79, 0.07);
}

.contact-card-compact {
    padding: 45px 24px;
    text-align: center;
}

.contact-card-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-card h3 {
    margin: 12px 0 14px;
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 500;
}

.contact-main,
.contact-main a {
    margin: 0;
    color: #FF4C4C;
    font-size: 18px;
    font-weight: 500;
    word-break: break-word;
}

.contact-sub {
    color: #445369;
    font-size: 15px;
    font-weight: 400;
    margin: 24px 0 0;
}

.contact-card-media .contact-sub {
    margin-top: 10px;
}

.contact-card-media {
    padding: 40px 42px 16px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.contact-card-media:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(12, 39, 79, 0.12);
}

.contact-media-title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 400;
}

.contact-media-title img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.contact-media-frame {
    flex: 1;
    min-height: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.contact-media-frame img,
.contact-media-frame-xhs img {
    width: 282px;
    height: 355px;
}

.why-contact .container {
    padding-bottom: 60px;
}


/* 响应式 */

@media (max-width: 980px) {
    .feature-grid {
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }
    .why .card h3 {
        font-size: 1.2rem;
    }
    .team-bottom-banner-content {
        font-size: 1.1rem;
        flex-wrap: wrap;
        row-gap: 4px;
    }
    .contact-showcase {
        margin-top: 30px;
        grid-template-columns: 1fr;
    }
    .contact-card-compact {
        min-height: 0;
    }
    .contact-left-column {
        gap: 18px;
    }
    .contact-card h3 {
        font-size: 1.25rem;
    }
    .contact-media-frame {
        height: auto;
        min-height: 280px;
    }
}

@media (max-width: 620px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }
    .why .card {
        padding: 24px 16px 18px;
    }
    .feature-icon-wrap {
        width: 60px;
        height: 60px;
    }
    .team-bottom-banner {
        height: auto;
        min-height: 120px;
        padding: 18px 0;
    }
    .team-bottom-banner-content {
        width: 92vw;
        font-size: 1rem;
        line-height: 1.5;
    }
    .contact-page-head {
        padding: 42px 0 24px;
    }
    .contact-layout h2 {
        font-size: 1.6rem;
    }
    .contact-section {
        padding-bottom: 24px;
    }
    .contact-card-media {
        min-height: 0;
        height: auto;
    }
}