/* 智慧分析卡片实物图：图片只展示产品，参数与交互仍为 HTML。 */
.smart-card-visual {
    position: relative;
    min-height: 520px;
}

.smart-card-visual::before {
    content: "";
    position: absolute;
    width: 88%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(151,188,201,.22) 0%, rgba(26,106,125,.12) 42%, transparent 70%);
    filter: blur(8px);
}

.smart-card-image {
    width: min(100%, 500px);
    height: 540px;
    border: 0;
    border-radius: 0;
    background: url("../images/afu-smart-card-product.png") center / contain no-repeat;
    box-shadow: none;
    backdrop-filter: none;
    filter: drop-shadow(0 28px 34px rgba(0,0,0,.28));
    position: relative;
    z-index: 1;
}

.smart-card-image > * {
    display: none;
}

.product-cta.release-link {
    display: block;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 768px) {
    .smart-card-visual {
        min-height: 390px;
    }

    .smart-card-image {
        height: 410px;
    }
}
