/* 服务页专用样式 */

.services-products-section {
    background: #F8FAFC;
    padding-top: 100px;
    padding-bottom: 56px;
}

.services-products-section h2 {
    margin: 0;
    color: #192F58;
    font-size: 36px;
}

.services-products-lead {
    margin: 32px 0 0;
    color: #303030;
    font-size: 18px;
}

.services-products-grid {
    margin-top: 130px;
    display: grid;
    grid-template-columns: repeat(3, 390px);
    justify-content: space-between;
    align-items: start;
}

.services-products-column {
    width: 390px;
    display: grid;
    gap: 90px 55px;
}

.service-product-card {
    position: relative;
    width: 390px;
    height: auto;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 80px 32px 36px;
    box-shadow: 0 6px 16px rgba(12, 39, 79, 0.06);
}

.service-product-card h3 {
    margin: 0 0 30px;
    text-align: center;
    color: #1A1A1A;
    font-size: 24px;
    font-weight: 500;
    font-family: PingFang SC, PingFang SC;
}

.service-product-card p {
    margin: 0 0 14px;
    color: #445369;
    font-size: 17px;
    line-height: 30px;
}

.service-product-card .service-product-en {
    font-size: 16px;
    color: #445369;
    line-height: 24px;
}

.service-product-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 15px;
}

.service-product-card li {
    position: relative;
    color: #303030;
    font-size: 16px;
    padding-left: 20px;
}

.service-product-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #2DA86A;
    font-weight: 700;
}

.service-product-link {
    margin-top: 25px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 18px;
    font-weight: 400;
}

.service-product-link img {
    width: 20px;
    height: 20px;
}

.service-product-card-red .service-product-link {
    color: #FF4C4C;
}

.service-product-card-blue .service-product-link {
    color: #7383FF;
}

.service-product-card-orange .service-product-link {
    color: #FFA141;
}

.service-product-card-cyan .service-product-link {
    color: #4CC6FE;
}

.service-product-card-green .service-product-link {
    color: #2CB871;
}

.service-product-card-lime .service-product-link {
    color: #85C749;
}

.service-product-icon {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border: 10px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.service-product-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.service-product-icon-red {
    background: #FF4C4C;
}

.service-product-icon-blue {
    background: #7383FF;
}

.service-product-icon-orange {
    background: #FFA141;
}

.service-product-icon-cyan {
    background: #4CC6FE;
}

.service-product-icon-green {
    background: #2CB871;
}

.service-product-icon-lime {
    background: #85C749;
}

.service-product-card-offset-mid {
    margin-top: -2px;
}

.service-product-card-offset-lg {
    margin-top: 10px;
}


/* Compare Table */

.compare-table-wrap {
    margin-top: 80px;
    overflow-x: auto;
}

.compare-table-wrap h2 {
    margin: 0 0 48px;
    text-align: center;
    font-size: 32px;
    color: #192F58;
}

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

.why-contact .container h2 {
    text-align: left;
}

.why-contact .section-lead {
    text-align: left;
}

table.compare {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
    border: 1px solid #E2E8F0;
    border-right: none;
    border-radius: 0 0 11px 11px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

table.compare th,
table.compare td {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-left: none;
    border-right: none;
    padding: 20px 10px 20px 20px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    padding-left: 50px;
}

table.compare tr>*:last-child {
    border-right: 0 !important;
}

table.compare thead th {
    background: rgba(68, 83, 105, 0.6);
    color: #fff;
}


/* table.compare thead tr {
    padding-left: 30px;
} */

table.compare tbody td {
    color: #445369;
}

.service-type {
    font-weight: 500;
}

.service-type-red {
    color: #FF4C4C !important;
}

.service-type-blue {
    color: #5E6EF7 !important;
}

.service-type-orange {
    color: #F6A62A !important;
}

.service-type-cyan {
    color: #43BEE8 !important;
}

.service-type-green {
    color: #27B877 !important;
}

.service-type-lime {
    color: #75C53E !important;
}


/* Services CTA */

.services-cta {
    padding-top: 80px;
}

.services-cta .cta-wrap>p {
    margin-top: 0;
    line-height: 1.8;
    font-size: 24px;
}

.cta {
    background: #143275;
    padding-bottom: 70px;
    color: #fff;
}

.cta-wrap {
    text-align: center;
}

.cta-wrap h2 {
    font-size: clamp(1.6rem, 2.6vw, 2.65rem);
    margin: 0;
}

.cta-wrap>p {
    margin: 34px 0 0;
    color: #fff;
    font-size: 1.2rem;
}

.cta-actions {
    margin-top: 55px;
    display: flex;
    justify-content: center;
    gap: 36px;
}

.cta-btn {
    min-height: 56px;
    border-radius: 10px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid transparent;
    opacity: 0.9;
}

.cta-btn img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.cta-btn-primary {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.cta-btn-light {
    color: #fff;
    background: linear-gradient(-90deg, #29B668 0%, #82C942 100%);
}

.cta-contact-grid {
    margin-top: 78px;
    width: min(1100px, 100%);
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.cta-contact-card {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.14);
    min-height: 170px;
    padding: 28px 0 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cta-contact-icon {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

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

.cta-contact-card h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    color: #ffffff;
}

.cta-contact-main {
    margin: 0;
    color: #3CD02D;
    font-size: 1.2rem;
}

.cta-contact-sub {
    margin-top: 22px;
    color: #a6b8e6;
    font-size: 0.86rem;
}


/* 响应式 */

@media (max-width: 1366px) {
    .services-products-grid {
        grid-template-columns: repeat(2, minmax(320px, 1fr));
        gap: 24px;
    }
    .services-products-column,
    .service-product-card {
        width: 100%;
    }
    .services-products-column {
        gap: 24px;
    }
}

@media (max-width: 980px) {
    .services-products-container {
        width: min(1540px, 92vw);
    }
    .services-products-grid {
        grid-template-columns: repeat(2, minmax(320px, 1fr));
        gap: 24px;
        justify-content: initial;
    }
    .services-products-column,
    .service-product-card {
        width: 100%;
    }
    .service-product-card {
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 620px) {
    .services-products-container {
        width: calc(100vw - 32px);
    }
    .services-products-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .services-products-section h2 {
        font-size: 1.6rem;
    }
    .services-products-grid {
        grid-template-columns: 1fr;
        margin-top: 28px;
        gap: 20px;
    }
    .services-products-column {
        width: 100%;
        gap: 20px;
    }
    .service-product-card {
        min-height: 0;
        padding: 88px 16px 18px;
    }
    .service-product-icon {
        top: 14px;
        width: 68px;
        height: 68px;
        border-width: 8px;
    }
    .service-product-card-offset-mid,
    .service-product-card-offset-lg {
        margin-top: 0;
    }
    .service-product-card h3 {
        font-size: 1.42rem;
        margin-bottom: 12px;
    }
    .service-product-card p,
    .service-product-card .service-product-en,
    .service-product-card li {
        font-size: 0.9rem;
        line-height: 1.62;
    }
    .cta-actions {
        flex-direction: column;
        align-items: stretch;
    }
    .cta-btn {
        width: 100%;
    }
    .cta-contact-main {
        font-size: 0.95rem;
    }
}