.appointment-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.appointment-hero {
    position: relative;
    width: 100%;
    height: 645px;
    overflow: hidden;
    background: #eef5ff;
}

.appointment-hero__title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.appointment-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}

.appointment-hero__button {
    position: absolute;
    z-index: 2;
    top: clamp(326px, 23.6vw, 342px);
    left: clamp(112px, 8.8vw, 170px);
    width: 156px;
    display: inline-flex;
    border-radius: 999px;
    box-shadow: 0 12px 26px rgba(65, 113, 238, 0.2);
}

.appointment-hero__button:focus-visible,
.appointment-more-link:focus-visible {
    outline: 2px solid #2e69ff;
    outline-offset: 4px;
}

.appointment-hero__button img {
    width: 100%;
    height: auto;
    display: block;
}

.appointment-section {
    width: 100%;
    padding: 86px 48px 0;
}

.appointment-section__head {
    width: min(920px, 100%);
    margin: 0 auto;
    text-align: center;
}

.appointment-section__title {
    color: #3D3D3D;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0;
}

.appointment-section__subtitle,
.appointment-section__text {
    color: #8d96a5;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
}

.appointment-section__subtitle {
    margin-top: 18px;
}

.appointment-section__text {
    margin-top: 22px;
}

.appointment-pain-grid {
    width: min(1180px, 100%);
    margin: 58px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.appointment-pain-card {
    position: relative;
    aspect-ratio: 642 / 591;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 16px 34px rgba(151, 169, 197, 0.13);
}

.appointment-pain-card__image {
    width: 100%;
    height: auto;
    display: block;
}

.appointment-pain-card__copy {
    position: absolute;
    top: 36.5%;
    left: 7%;
    right: 9%;
}

.appointment-pain-card__title {
    color: #39414d;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0;
}

.appointment-pain-card__text {
    margin-top: 18px;
    color: #7e8da1;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0;
}

.appointment-pain-card__button {
    width: 130px;
    min-height: 38px;
    margin-top: 30px;
    padding: 0 20px;
    border-radius: 8px;
    background: #ffffff;
    color: #5c6470;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(99, 130, 166, 0.08);
}

.appointment-pain-card__button:focus-visible {
    outline: 2px solid #2e69ff;
    outline-offset: 3px;
}

.appointment-pain-card__button img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.appointment-section--solutions {
    padding-top: 98px;
}

.appointment-solution-grid {
    width: min(1300px, 100%);
    margin: 68px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.appointment-solution-card {
    min-height: 362px;
    border: 1px solid #dbe9f7;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fcff 0%, #e4f3ff 100%);
    display: flex;
    flex-direction: column;
}

.appointment-solution-card__copy {
    min-height: 118px;
    padding: 28px 22px 0;
}

.appointment-solution-card__title {
    color: #2f3947;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: 0;
}

.appointment-solution-card__text {
    margin-top: 12px;
    color: #7f92a9;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0;
}

.appointment-solution-card__image {
    width: 100%;
    height: auto;
    margin-top: auto;
    display: block;
}

.appointment-flow {
    width: 100%;
    margin-top: 104px;
    padding: 82px 48px 88px;
    background: linear-gradient(180deg, #f7f9fd 0%, #eef4fb 100%);
}

.appointment-flow__list {
    width: min(980px, 100%);
    margin: 72px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr) 110px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
}

.appointment-flow-step {
    min-width: 0;
    text-align: center;
}

.appointment-flow-step__phone {
    width: min(210px, 100%);
    height: auto;
    display: block;
    margin: 0 auto;
}

.appointment-flow-step__title {
    margin-top: 30px;
    color: #30333a;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0;
}

.appointment-flow-step__text {
    margin-top: 8px;
    color: #9aa3af;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
}

.appointment-flow__arrow {
    padding-top: 158px;
}

.appointment-flow__arrow img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
    transform: rotate(-90deg);
}

.appointment-section--trust {
    padding-top: 94px;
}

.appointment-trust {
    width: min(1120px, 100%);
    margin: 112px auto 0;
    display: grid;
    grid-template-columns: minmax(390px, 444px) minmax(520px, 1fr);
    grid-template-rows: repeat(2, 136px);
    gap: 22px 24px;
    align-items: stretch;
}

.appointment-trust-card,
.appointment-logo-panel {
    border: 1px solid #d9d9d9;
    border-radius: 22px;
    background: #f8f9fb;
    box-shadow: none;
}

.appointment-trust-card {
    min-height: 136px;
    padding: 22px 28px 22px 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.appointment-trust-card:first-child {
    grid-column: 1;
    grid-row: 1;
}

.appointment-trust-card--dashed {
    grid-column: 1;
    grid-row: 2;
}

.appointment-trust-card__title,
.appointment-logo-panel__title {
    color: #4f68d8;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0;
}

.appointment-trust-card__text {
    margin-top: 12px;
    color: #30333a;
    font-size: 20px;
    line-height: 1.55;
    letter-spacing: 0;
}

.appointment-trust-card__image {
    width: 148px;
    height: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.appointment-trust-card__image--security {
    width: 172px;
}

.appointment-logo-panel {
    grid-column: 2;
    grid-row: 1 / span 2;
    padding: 34px 48px 38px;
}

.appointment-logo-panel__title {
    color: #2f333b;
}

.appointment-logo-panel__grid {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(3, minmax(132px, 1fr));
    gap: 30px 44px;
    align-items: center;
    justify-items: center;
}

.appointment-logo-panel__grid img {
    width: 132px;
    max-width: 100%;
    height: auto;
    display: block;
}

.appointment-more-link {
    width: 104px;
    min-height: 32px;
    margin: 64px auto 0;
    border: 1px solid #31343a;
    border-radius: 4px;
    background: #ffffff;
    color: #6a6f78;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.appointment-more-link::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.appointment-partners {
    width: 100%;
    margin-top: 88px;
    min-height: calc(96.25vw + 72px);
    padding: 86px 0 0;
    background: #ffffff url("../assets-web/pc/预约系统/客户评价.png") center 72px / 100vw auto no-repeat;
}

.appointment-logo-wall {
    width: min(1660px, calc(100% - 80px));
    margin: 78px 0 0;
    display: grid;
    gap: 30px;
}

.appointment-logo-wall__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 1vw, 20px);
}

.appointment-logo-wall__row img {
    width: clamp(120px, 9.25vw, 176px);
    height: auto;
    display: block;
    object-fit: contain;
}

.appointment-reviews-head {
    margin-top: 104px;
}

.appointment-faq {
    width: 100%;
    padding: 82px 48px 96px;
    background: #ffffff;
}

.appointment-faq__figure {
    width: min(700px, 100%);
    margin: 58px auto 0;
}

.appointment-faq__image {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1180px) {
    .appointment-pain-grid,
    .appointment-solution-grid,
    .appointment-trust {
        width: min(980px, 100%);
    }

    .appointment-trust {
        grid-template-columns: minmax(360px, 410px) minmax(490px, 1fr);
        gap: 20px 22px;
    }

    .appointment-logo-panel {
        padding-left: 38px;
        padding-right: 38px;
    }

    .appointment-logo-panel__grid {
        gap: 28px 30px;
    }

    .appointment-pain-card__copy {
        top: 36.5%;
        left: 19%;
        right: 9%;
    }

    .appointment-pain-card__title {
        font-size: 24px;
    }

    .appointment-solution-grid {
        gap: 18px;
    }

    .appointment-flow__list {
        width: min(880px, 100%);
        grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr) 80px minmax(0, 1fr);
    }

    .appointment-flow__arrow img {
        width: 66px;
        height: 66px;
    }
}

@media (max-width: 960px) {
    .appointment-hero {
        height: 460px;
    }

    .appointment-hero__button {
        top: 312px;
        left: 56px;
        width: 136px;
    }

    .appointment-pain-grid,
    .appointment-solution-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .appointment-trust {
        width: min(620px, 100%);
        margin-top: 66px;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .appointment-trust-card:first-child,
    .appointment-trust-card--dashed,
    .appointment-logo-panel {
        grid-column: auto;
        grid-row: auto;
    }

    .appointment-trust-card:first-child {
        order: 1;
    }

    .appointment-trust-card--dashed {
        order: 2;
    }

    .appointment-logo-panel {
        order: 3;
    }

    .appointment-logo-wall__row {
        flex-wrap: wrap;
    }

    .appointment-logo-wall__row img {
        width: min(160px, calc((100vw - 96px) / 3));
    }

    .appointment-flow__list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .appointment-flow__arrow {
        padding-top: 0;
    }

    .appointment-flow__arrow img {
        transform: rotate(0);
    }

    .appointment-logo-panel__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .appointment-logo-panel__grid img:nth-child(n) {
        justify-self: center;
    }
}

@media (max-width: 720px) {
    .appointment-section,
    .appointment-flow,
    .appointment-faq {
        padding-left: 20px;
        padding-right: 20px;
    }

    .appointment-hero {
        height: 360px;
    }

    .appointment-hero__image {
        object-position: center center;
    }

    .appointment-hero__button {
        top: 248px;
        left: 28px;
        width: 120px;
    }

    .appointment-section__title {
        font-size: 28px;
    }

    .appointment-pain-grid,
    .appointment-solution-grid,
    .appointment-trust {
        grid-template-columns: 1fr;
    }

    .appointment-solution-card {
        min-height: 0;
    }

    .appointment-logo-wall {
        width: calc(100% - 40px);
    }

    .appointment-logo-panel__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}
