.enterprise-page {
    background: #fff;
    color: #1a1a1a;
}

.enterprise-wrap {
    width: 1200px;
    margin: 0 auto;
}

.enterprise-banner {
    height: 400px;
    background: url("../img/solution-banner/enterprise.webp") no-repeat center center;
    background-size: cover;
}

.enterprise-banner__inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.enterprise-banner__title {
    margin: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
}

.enterprise-banner__desc {
    width: 820px;
    max-width: calc(100% - 48px);
    margin: 24px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
}

.enterprise-section {
    padding: 72px 0;
}

.enterprise-section--function,
.enterprise-section--cases {
    background: #f5f7fa;
}

.enterprise-section__head {
    text-align: center;
}

.enterprise-section__head--light .enterprise-section__title,
.enterprise-section__head--light .enterprise-section__sub {
    color: #fff;
}

.enterprise-section__title {
    margin: 0;
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
}

.enterprise-section__sub {
    margin: 16px 0 0;
    color: #999;
    font-size: 16px;
    line-height: 1.75;
}

.advantage-grid,
.whatdo-grid,
.function-grid,
.case-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 64px;
}

.advantage-card {
    width: 384px;
    height: 198px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.advantage-card__icon {
    width: 40px;
    height: 40px;
}

.advantage-card__icon img,
.whatdo-card__icon img,
.function-card__icon img,
.case-card__icon img {
    width: 100%;
    height: 100%;
    display: block;
}

.advantage-card__title {
    margin-top: 24px;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}

.advantage-card__desc {
    width: 280px;
    margin-top: 16px;
    color: #999;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
}

.enterprise-whatdo {
    padding: 72px 0;
    background: url("../img/enterprise/what-do/bg.webp") no-repeat center center;
    background-size: cover;
}

.whatdo-card {
    width: 384px;
    height: 222px;
    border: 1px solid #fff;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whatdo-card__bg {
    width: 64px;
    height: 64px;
    margin-top: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.13);
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatdo-card__icon {
    width: 32px;
    height: 32px;
}

.whatdo-card__title {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.whatdo-card__desc {
    width: 224px;
    margin-top: 14px;
    color: #c7c7c7;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
}

.function-grid {
    gap: 16px;
}

.function-card {
    width: 227px;
    height: 204px;
    background: url("../img/enterprise/function-advantage/bg.png") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.function-card__bg {
    width: 32px;
    height: 32px;
    margin-top: 65px;
}

.function-card__icon {
    width: 32px;
    height: 32px;
}

.function-card__title {
    margin-top: 48px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.case-card {
    position: relative;
    width: 384px;
    height: 230px;
    overflow: hidden;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.07);
}

.case-card--1 {
    background-image: url("../img/exhibition/brilliant-case/1.webp");
}

.case-card--2 {
    background-image: url("../img/exhibition/brilliant-case/2.webp");
}

.case-card--3 {
    background-image: url("../img/exhibition/brilliant-case/3.webp");
}

.case-card--4 {
    background-image: url("../img/exhibition/brilliant-case/4.webp");
}

.case-card--5 {
    background-image: url("../img/exhibition/brilliant-case/5.webp");
}

.case-card--6 {
    background-image: url("../img/exhibition/brilliant-case/6.webp");
}

.case-card__icon {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(8px);
}

.case-card__icon img {
    width: 20px;
    height: 20px;
}

.case-card__mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.58) 100%);
}

.case-card__title {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 3;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

.footer-send {
    width: 100%;
}

.enterprise-cta {
    width: 100%;
    background: #fff;
}

.enterprise-cta__inner {
    width: 100%;
    margin: 0 auto;
}

.enterprise-pingtai {
    min-height: 295px;
    padding: 0 24px;
    background: url("/static/newindex/img/pingtaibg.png") no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.enterprise-pingtai h2 {
    margin: 0;
    color: #111111;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.enterprise-pingtai__phonebox {
    margin-top: 30px;
    display: flex;
    align-items: center;
    width: 602px;
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(31, 93, 191, 0.08);
}

.enterprise-pingtai__inputbox {
    flex: 1;
    height: 55px;
    background: #fff;
}

.enterprise-pingtai__inputbox input {
    width: 100%;
    height: 55px;
    border: 0;
    outline: none;
    padding: 0 18px;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 55px;
    background: #fff;
}

.enterprise-pingtai__inputbox input::placeholder {
    color: #b4bac5;
}

.enterprise-pingtai__shenqing {
    flex: 0 0 120px;
    width: 120px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #1d77ff;
    cursor: pointer;
    transition: background 0.2s ease;
}

.enterprise-pingtai__shenqing:hover {
    background: #0066ff;
}

@media screen and (max-width: 768px) {

    .enterprise-wrap,
    .enterprise-banner__inner {
        width: calc(100% - 24px);
    }

    .enterprise-banner {
        height: 40vw;
        min-height: 220px;
    }

    .enterprise-banner__title {
        font-size: 22px;
    }

    .enterprise-banner__desc {
        width: 100%;
        margin-top: 16px;
        font-size: 12px;
        line-height: 1.8;
    }

    .enterprise-section,
    .enterprise-whatdo {
        padding: 24px 0;
    }

    .enterprise-section__title {
        font-size: 26px;
    }

    .enterprise-section__sub {
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.7;
    }

    .advantage-grid,
    .whatdo-grid,
    .function-grid,
    .case-grid {
        gap: 12px;
        margin-top: 24px;
    }

    .advantage-card,
    .whatdo-card {
        width: calc((100% - 12px) / 2);
        height: auto;
        padding: 12px 0;
    }

    .advantage-card__title,
    .whatdo-card__title {
        margin-top: 8px;
        font-size: 14px;
    }

    .advantage-card__desc,
    .whatdo-card__desc {
        width: 100%;
        margin-top: 8px;
        padding: 0 4px;
        font-size: 12px;
    }

    .whatdo-card__bg {
        margin-top: 8px;
        width: 48px;
        height: 48px;
    }

    .whatdo-card__icon {
        width: 24px;
        height: 24px;
    }

    .function-card {
        width: calc((100% - 12px * 2) / 3);
        height: calc(204px / 2.1);
    }

    .function-card__bg,
    .function-card__icon {
        width: 22px;
        height: 22px;
    }

    .function-card__bg {
        margin-top: 22px;
    }

    .function-card__title {
        margin-top: 8px;
        font-size: 12px;
    }

    .case-card {
        width: 100%;
        height: 180px;
    }

    .case-card__icon {
        right: 16px;
        top: 16px;
        width: 32px;
        height: 32px;
    }

    .case-card__title {
        left: 16px;
        right: 16px;
        bottom: 16px;
        font-size: 15px;
        line-height: 1.6;
    }

    .enterprise-cta {
        padding: 36px 12px 0;
    }

    .enterprise-pingtai {
        min-height: 220px;
        padding: 0 16px;
    }

    .enterprise-pingtai h2 {
        font-size: 24px;
    }

    .enterprise-pingtai__phonebox {
        margin-top: 24px;
        width: 100%;
        flex-direction: column;
        gap: 12px;
        border-radius: 0;
        overflow: visible;
        box-shadow: none;
    }

    .enterprise-pingtai__inputbox {
        width: 100%;
    }

    .enterprise-pingtai__inputbox input {
        height: 50px;
        padding: 0 16px;
        border-radius: 12px;
        font-size: 16px;
        line-height: 50px;
    }

    .enterprise-pingtai__shenqing {
        width: 100%;
        flex: none;
        height: 50px;
        border-radius: 12px;
    }
}
