/* 数据标注页：应用领域与服务优势轻量卡片 */
body.data-labeling-page .annotation-types,
body.data-labeling-page .application-areas {
    background: linear-gradient(180deg, #1d2c3e 0%, #203247 100%) !important;
    box-shadow: none !important;
}

body.data-labeling-page .service-advantages {
    background: linear-gradient(180deg, #203247 0%, #1b2a3b 100%) !important;
    box-shadow: none !important;
}

body.data-labeling-page .annotation-types .annotation-grid,
body.data-labeling-page .application-areas .areas-grid,
body.data-labeling-page .service-advantages .advantages-grid {
    gap: 22px !important;
}

body.data-labeling-page .annotation-types .annotation-card,
body.data-labeling-page .application-areas .area-card,
body.data-labeling-page .service-advantages .advantage-item {
    background:
        radial-gradient(circle at 12% 0%, rgba(61, 218, 255, .12), transparent 33%),
        radial-gradient(circle, rgba(111, 217, 255, .035) 1px, transparent 1px),
        linear-gradient(150deg, rgba(48, 72, 95, .96), rgba(31, 49, 68, .98)) !important;
    background-size: auto, 22px 22px, auto !important;
    border: 1px solid rgba(101, 205, 244, .26) !important;
    box-shadow:
        0 14px 32px rgba(4, 13, 24, .18),
        inset 0 1px 0 rgba(255, 255, 255, .055) !important;
}

body.data-labeling-page .annotation-types .annotation-card,
body.data-labeling-page .application-areas .area-card {
    isolation: isolate;
    min-height: 360px;
    padding: 32px 26px;
    border-radius: 16px;
    overflow: hidden;
}

body.data-labeling-page .service-advantages .advantage-item {
    isolation: isolate;
    min-height: 280px;
    padding: 32px 26px;
    border-radius: 16px;
    overflow: hidden;
}

body.data-labeling-page .application-areas .area-card::after {
    display: none;
}

body.data-labeling-page .annotation-types .annotation-card::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 3px;
    z-index: 1;
    background: linear-gradient(90deg, transparent 4%, #50e3ff 28%, #168eff 72%, transparent 96%);
    box-shadow: 0 0 16px rgba(0, 198, 255, .3);
    opacity: .72;
}

body.data-labeling-page .annotation-types .annotation-card::after {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -62px;
    width: 155px;
    height: 155px;
    z-index: 0;
    border: 1px solid rgba(70, 203, 255, .1);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 137, 255, .11), transparent 68%);
    pointer-events: none;
}

body.data-labeling-page .annotation-types .annotation-card > * {
    position: relative;
    z-index: 2;
}

body.data-labeling-page .service-advantages .advantage-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 3px;
    z-index: 1;
    background: linear-gradient(90deg, transparent 4%, #50e3ff 28%, #168eff 72%, transparent 96%);
    box-shadow: 0 0 16px rgba(0, 198, 255, .3);
    opacity: .72;
}

body.data-labeling-page .service-advantages .advantage-item::after {
    content: "";
    position: absolute;
    right: -56px;
    bottom: -62px;
    width: 155px;
    height: 155px;
    z-index: 0;
    border: 1px solid rgba(70, 203, 255, .1);
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 137, 255, .11), transparent 68%);
    pointer-events: none;
}

body.data-labeling-page .service-advantages .advantage-item > * {
    position: relative;
    z-index: 2;
}

body.data-labeling-page .annotation-types .annotation-icon,
body.data-labeling-page .application-areas .area-icon,
body.data-labeling-page .service-advantages .advantage-icon {
    position: relative;
    width: 78px;
    height: 78px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    background:
        radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .16), transparent 30%),
        linear-gradient(145deg, rgba(51, 202, 242, .17), rgba(19, 118, 187, .13));
    border: 1px solid rgba(100, 222, 255, .28);
    box-shadow:
        0 10px 24px rgba(0, 38, 76, .2),
        inset 0 1px 0 rgba(255, 255, 255, .12),
        0 0 0 6px rgba(0, 191, 255, .035);
}

body.data-labeling-page .annotation-types .annotation-icon::after,
body.data-labeling-page .application-areas .area-icon::after,
body.data-labeling-page .service-advantages .advantage-icon::after {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(92, 220, 255, .1);
    border-radius: 15px;
    pointer-events: none;
}

body.data-labeling-page .annotation-types .annotation-icon-img,
body.data-labeling-page .application-areas .area-icon-img,
body.data-labeling-page .service-advantages .advantage-icon img {
    position: relative;
    z-index: 1;
    width: 54px;
    height: 54px;
    object-fit: contain;
    filter: drop-shadow(0 5px 10px rgba(0, 160, 230, .2));
}

body.data-labeling-page .annotation-types .annotation-card h3,
body.data-labeling-page .application-areas .area-card h3,
body.data-labeling-page .service-advantages .advantage-item h3 {
    color: #f4f8fc !important;
    font-size: 1.28rem;
    margin-bottom: 16px;
    text-shadow: 0 0 18px rgba(0, 198, 255, .08);
}

body.data-labeling-page .annotation-types .annotation-card p,
body.data-labeling-page .application-areas .area-card p,
body.data-labeling-page .service-advantages .advantage-item p {
    color: rgba(226, 237, 247, .72) !important;
}

body.data-labeling-page .service-advantages .advantage-item p {
    display: block;
    width: 92%;
    min-height: 0;
    margin: 18px auto 0 !important;
    padding: 0;
    flex: 0 0 auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: .92rem !important;
    line-height: 1.75 !important;
}

body.data-labeling-page .annotation-types .annotation-card ul,
body.data-labeling-page .application-areas .area-card ul {
    margin-top: auto;
    padding: 12px 14px;
    border: 1px solid rgba(118, 210, 244, .1);
    border-radius: 12px;
    background: rgba(10, 27, 44, .16);
}

body.data-labeling-page .annotation-types .annotation-card ul li,
body.data-labeling-page .application-areas .area-card ul li {
    color: rgba(235, 243, 250, .8) !important;
    padding: 6px 0 6px 20px;
}

body.data-labeling-page .annotation-types .annotation-card ul li::before {
    text-shadow: 0 0 9px rgba(0, 198, 255, .45);
}

body.data-labeling-page .annotation-types .annotation-card > p {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px solid rgba(127, 208, 240, .1);
}

body.data-labeling-page .annotation-types .annotation-card:hover,
body.data-labeling-page .application-areas .area-card:hover,
body.data-labeling-page .service-advantages .advantage-item:hover {
    transform: translateY(-4px) !important;
    background:
        radial-gradient(circle at 12% 0%, rgba(67, 225, 255, .17), transparent 35%),
        radial-gradient(circle, rgba(111, 217, 255, .05) 1px, transparent 1px),
        linear-gradient(150deg, rgba(53, 80, 105, .98), rgba(34, 54, 74, .99)) !important;
    background-size: auto, 22px 22px, auto !important;
    border-color: rgba(73, 214, 255, .56) !important;
    box-shadow:
        0 18px 38px rgba(2, 12, 24, .24),
        0 0 24px rgba(0, 190, 255, .08) !important;
}

@media (max-width: 768px) {
    body.data-labeling-page .annotation-types .annotation-card,
    body.data-labeling-page .application-areas .area-card,
    body.data-labeling-page .service-advantages .advantage-item {
        min-height: 0 !important;
        padding: 24px 20px !important;
    }

    body.data-labeling-page .annotation-types .annotation-icon,
    body.data-labeling-page .application-areas .area-icon,
    body.data-labeling-page .service-advantages .advantage-icon {
        width: 64px;
        height: 64px;
        border-radius: 16px;
    }

    body.data-labeling-page .annotation-types .annotation-icon-img,
    body.data-labeling-page .application-areas .area-icon-img,
    body.data-labeling-page .service-advantages .advantage-icon img {
        width: 46px !important;
        height: 46px !important;
    }
}
