
/* ==================================================
   询惑心理 · 服务项目 V2
   ================================================== */

.services-page-v2 {
    color: #0f4d4b;
}

.services-v2-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* HERO */

.services-v2-hero {
    padding: 88px 0 72px;
    text-align: center;
    background:
        radial-gradient(circle at 18% 8%, rgba(56,219,216,.17), transparent 30%),
        linear-gradient(145deg,#effdfc,#fff);
}

.services-v2-badge {
    display: inline-flex;
    padding: 7px 14px;
    border-radius: 999px;
    margin-bottom: 20px;
    background: #e5faf9;
    color: #238f8d;
    font-size: 13px;
    font-weight: 600;
}

.services-v2-hero h1 {
    margin: 0;
    font-size: 44px;
    line-height: 1.25;
    font-weight: 750;
}

.services-v2-hero > .services-v2-container > p {
    max-width: 650px;
    margin: 18px auto 0;
    color: #678f8e;
    font-size: 16px;
    line-height: 1.8;
}

.services-v2-quick {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

.services-v2-quick a {
    padding: 9px 17px;
    border-radius: 999px;
    border: 1px solid #cfeeed;
    background: rgba(255,255,255,.8);
    color: #337e7c;
    text-decoration: none;
    font-size: 13px;
}

.services-v2-quick a:hover {
    background: #38dbd8;
    border-color: #38dbd8;
    color: #0f4d4b;
}


/* COMMON */

.services-v2-heading {
    text-align: center;
    margin-bottom: 38px;
}

.services-v2-heading h2 {
    margin: 0 0 10px;
    font-size: 30px;
}

.services-v2-heading p {
    margin: 0;
    color: #779897;
    font-size: 14px;
}


/* SERVICE GRID */

.services-v2-list {
    padding: 68px 0 76px;
    background: #fff;
}

.services-v2-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
}

.services-v2-card {
    position: relative;
    padding: 28px;
    border-radius: 22px;
    border: 1px solid #def3f2;
    background: #fff;
    box-shadow: 0 7px 28px rgba(15,77,75,.035);
    transition: .22s;
    scroll-margin-top: 90px;
}

.services-v2-card:hover {
    transform: translateY(-3px);
    border-color: rgba(56,219,216,.42);
    box-shadow: 0 17px 36px rgba(56,219,216,.10);
}

.services-v2-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-v2-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #e5faf9;
    color: #28c5c2;
    font-size: 24px;
    font-weight: 700;
}

.services-v2-no {
    color: rgba(56,219,216,.18);
    font-size: 28px;
    font-weight: 750;
}

.services-v2-card h2 {
    margin: 22px 0 10px;
    font-size: 25px;
}

.services-v2-desc {
    min-height: 70px;
    margin: 0;
    color: #658a89;
    font-size: 14px;
    line-height: 1.8;
}

.services-v2-problem-title {
    margin-top: 21px;
    color: #315f5e;
    font-size: 13px;
    font-weight: 700;
}

.services-v2-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}

.services-v2-tags span {
    padding: 5px 10px;
    border-radius: 999px;
    background: #eafaf9;
    color: #278b88;
    font-size: 12px;
}

.services-v2-suitable {
    margin-top: 20px;
    padding: 15px 16px;
    border-radius: 13px;
    background: #f8fdfd;
    border: 1px solid #edf8f7;
}

.services-v2-suitable strong {
    color: #276c6a;
    font-size: 12px;
}

.services-v2-suitable p {
    margin: 5px 0 0;
    color: #769493;
    font-size: 12px;
    line-height: 1.65;
}

.services-v2-actions {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    margin-top: 22px;
}

.services-v2-actions a {
    height: 40px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.services-v2-secondary {
    border: 1px solid #bfe9e7;
    background: #fff;
    color: #238582;
}

.services-v2-primary {
    background: #38dbd8;
    color: #0f4d4b;
}


/* MATCH */

.services-v2-match {
    padding: 0 0 74px;
    background: #fff;
}

.services-v2-match-box {
    padding: 36px 42px;
    border-radius: 22px;
    background:
        linear-gradient(135deg,#e8faf9,#d7f8f6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.services-v2-match-box > div > span {
    color: #2aaeaa;
    font-size: 13px;
    font-weight: 600;
}

.services-v2-match-box h2 {
    margin: 7px 0;
    font-size: 23px;
}

.services-v2-match-box p {
    margin: 0;
    color: #668c8b;
    font-size: 14px;
    line-height: 1.7;
}

.services-v2-match-box > a {
    flex-shrink: 0;
    padding: 12px 22px;
    border-radius: 11px;
    background: #fff;
    color: #167d7a;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 7px 20px rgba(15,77,75,.07);
}


/* METHODS */

.services-v2-methods {
    padding: 68px 0 74px;
    background: #f7fdfd;
}

.services-v2-method-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
}

.services-v2-method-grid > div {
    padding: 28px 24px;
    text-align: center;
    border: 1px solid #e0f4f3;
    border-radius: 18px;
    background: #fff;
}

.services-method-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 16px;
    border-radius: 14px;
    background: #e5faf9;
    color: #29c5c2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.services-v2-method-grid h3 {
    margin: 0 0 8px;
    font-size: 17px;
}

.services-v2-method-grid p {
    margin: 0;
    color: #789796;
    font-size: 13px;
    line-height: 1.7;
}


/* PROCESS */

.services-v2-process {
    padding: 68px 0 74px;
    background: #fff;
}

.services-v2-process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.services-v2-process-grid > div {
    position: relative;
    padding: 24px 20px;
    text-align: center;
}

.services-v2-process-grid span {
    width: 48px;
    height: 48px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #38dbd8;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 7px 18px rgba(56,219,216,.2);
}

.services-v2-process-grid h3 {
    margin: 0 0 7px;
    font-size: 16px;
}

.services-v2-process-grid p {
    margin: 0;
    color: #789796;
    font-size: 13px;
    line-height: 1.65;
}


/* BOTTOM CTA */

.services-v2-bottom {
    padding: 70px 20px;
    text-align: center;
    background:
        radial-gradient(circle at 20% 0%,rgba(56,219,216,.17),transparent 35%),
        linear-gradient(135deg,#0f4d4b,#176360);
    color: #fff;
}

.services-v2-bottom h2 {
    margin: 0 0 13px;
    font-size: 30px;
}

.services-v2-bottom p {
    max-width: 620px;
    margin: 0 auto 27px;
    color: #bcebea;
    line-height: 1.8;
}

.services-v2-bottom-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.services-v2-bottom-actions a {
    padding: 12px 22px;
    border-radius: 11px;
    text-decoration: none;
    font-weight: 650;
}

.services-v2-bottom-actions a:first-child {
    border: 1px solid rgba(255,255,255,.55);
    color: #fff;
}

.services-v2-bottom-actions a:last-child {
    background: #fff;
    color: #0f4d4b;
}


/* MOBILE */

@media(max-width:767px) {

    .services-v2-container {
        width: calc(100% - 32px);
    }

    .services-v2-hero {
        padding: 52px 0 44px;
    }

    .services-v2-hero h1 {
        font-size: 31px;
    }

    .services-v2-hero > .services-v2-container > p {
        font-size: 14px;
    }

    .services-v2-quick {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        padding-bottom: 2px;
    }

    .services-v2-quick::-webkit-scrollbar {
        display:none;
    }

    .services-v2-quick a {
        flex-shrink: 0;
    }

    .services-v2-list {
        padding: 46px 0 50px;
    }

    .services-v2-heading {
        margin-bottom: 27px;
    }

    .services-v2-heading h2 {
        font-size: 26px;
    }

    .services-v2-grid {
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .services-v2-card {
        padding: 21px 19px;
        border-radius: 17px;
    }

    .services-v2-icon {
        width: 44px;
        height: 44px;
        font-size: 20px;
    }

    .services-v2-card h2 {
        margin-top: 17px;
        font-size: 21px;
    }

    .services-v2-desc {
        min-height: 0;
        font-size: 13px;
        line-height: 1.7;
    }

    .services-v2-tags {
        gap: 5px;
    }

    .services-v2-tags span {
        padding: 4px 8px;
        font-size: 11px;
    }

    .services-v2-actions {
        justify-content: stretch;
    }

    .services-v2-actions a {
        flex: 1;
    }

    .services-v2-match {
        padding-bottom: 50px;
    }

    .services-v2-match-box {
        padding: 26px 22px;
        display: block;
    }

    .services-v2-match-box h2 {
        font-size: 20px;
    }

    .services-v2-match-box > a {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .services-v2-methods,
    .services-v2-process {
        padding: 48px 0;
    }

    .services-v2-method-grid {
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .services-v2-method-grid > div {
        padding: 21px 19px;
        text-align: left;
    }

    .services-method-icon {
        margin: 0 0 13px;
    }

    .services-v2-process-grid {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .services-v2-process-grid > div {
        display: grid;
        grid-template-columns: 54px 1fr;
        grid-template-rows: auto auto;
        column-gap: 14px;
        text-align: left;
        padding: 10px 0;
    }

    .services-v2-process-grid span {
        grid-row: 1 / 3;
        margin: 0;
    }

    .services-v2-process-grid h3,
    .services-v2-process-grid p {
        text-align: left;
    }

    .services-v2-bottom {
        padding: 50px 18px;
    }

    .services-v2-bottom h2 {
        font-size: 24px;
    }

    .services-v2-bottom-actions {
        flex-direction: column;
    }

}


/* 咨询方式 SVG 图标 */
.services-method-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}

@media (max-width: 767px) {
    .services-method-icon svg {
        width: 22px;
        height: 22px;
    }
}
