/**
 * ai-inspection-robot.css - 智能巡检机器人产品详情页专属样式
 * 从 ai-inspection-robot.html 内联 <style> 提取（2026-06-17）
 * PC 间距遵循 specs/css-spacing-progressive-migration-plan.md 的产品详情页 PC 间距标准。
 */
/* 页眉与首屏背景融合 - 初始透明，滚动后变白 */
body.ai-inspection-robot-page .header:not(.header-active) {
    background-color: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
body.ai-inspection-robot-page .header.header-active {
    background-color: #FFFFFF !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* 智能巡检机器人 首屏 - 对齐 ITAM 页面参数 */
body.ai-inspection-robot-page .product-hero {
    background-image: url('/frontStatic/cn/image/newIndex/Header.png'),
                      linear-gradient(135deg, #F5F4FF 0%, #E1DBFF 100%);
    background-color: #F5F4FF;
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    height: 640px;
    padding-top: 160px;
    padding-bottom: 164px;
    align-items: flex-start;
}

/* 1. 左侧标签 */
body.ai-inspection-robot-page .product-hero .product-badge {
    color: #6B7280;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
}
body.ai-inspection-robot-page .product-hero .product-badge .badge-accent {
    color: #6246E8;
    font-weight: 700;
}

/* 2. 标题 */
body.ai-inspection-robot-page .product-hero .product-hero-title {
    color: #6246E8;
    font-size: var(--title-hero);
    line-height: 68px;
}

/* 3. 描述文本 */
body.ai-inspection-robot-page .product-hero .product-hero-description {
    color: #1E293B;
    font-size: 20px;
    line-height: 28px;
    max-width: 680px;
}

/* 4. 按钮 - 233×62, radius:12, gap:43, fill:#6246E8, 去掉绿色阴影 */
body.ai-inspection-robot-page .product-hero .product-btn-primary {
    border-radius: 12px;
    height: 62px;
    min-width: 233px;
    font-size: 18px;
    line-height: 21px;
    gap: 43px;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    border-right: none;
    background: linear-gradient(180deg, #6246E8 0%, #6246E8 100%);
    transition: opacity 0.25s ease, box-shadow 0.25s ease;
}
body.ai-inspection-robot-page .product-hero .product-btn-primary svg {
    transition: transform 0.25s ease;
}
body.ai-inspection-robot-page .product-hero .product-btn-primary:hover,
body.ai-inspection-robot-page .product-hero .product-btn-primary:focus {
    opacity: 0.9;
    box-shadow: 0 8px 24px rgba(98, 70, 232, 0.45);
}
body.ai-inspection-robot-page .product-hero .product-btn-primary:hover svg,
body.ai-inspection-robot-page .product-hero .product-btn-primary:focus svg {
    transform: translateX(4px);
}

/* 5. 右侧图片 */
body.ai-inspection-robot-page .product-hero .product-hero-image-wrapper img {
    width: 600px;
    height: 335px;
    border-radius: 8px;
    object-fit: cover;
}

/* 复用 DOSM 区块样式: lifecycle / benefits / features / cta */
.inspection-specialist-page .product-lifecycle {
    background: transparent;
    padding: 0;
}

.inspection-specialist-page .ai-robot-lifecycle {
    width: 100%;
}

.inspection-specialist-page .ai-robot-lifecycle-head {
    width: 100%;
    aspect-ratio: 1920 / 282;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 120px;
    padding-bottom: 60px;
}


.inspection-specialist-page .ai-robot-lifecycle-title {
    margin: 0;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    /* PC 标准：模块主标题 48px/56px */
    font-size: var(--title-section);
    font-weight: 600;
    line-height: 56px;
    color: #1E293B;
}

.inspection-specialist-page .ai-robot-lifecycle-title .title-asterisk {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.inspection-specialist-page .ai-robot-lifecycle-subtitle {
    /* PC 标准：标题 → 副标题 20px */
    margin: 20px 0 0;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #6B7280;
}

.inspection-specialist-page .ai-robot-lifecycle-main {
    width: 100%;
    aspect-ratio: 1920 / 574;
    background-image: url('/frontStatic/cn/page/image/products/ai-inspection-robot/aiinspectionbot2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.inspection-specialist-page .ai-robot-lifecycle-overlay {
    width: min(1180px, 100% - 48px);
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.inspection-specialist-page .ai-robot-lifecycle-robot {
    width: clamp(170px, 13.6vw, 262px);
    aspect-ratio: 286 / 575;
    height: auto;
    object-fit: contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 2;
}

.inspection-specialist-page .ai-robot-notes {
    list-style: none;
    margin: 0;
    padding: 0;
    width: clamp(240px, 16vw, 308px);
    display: flex;
    flex-direction: column;
    gap: 18px;
    z-index: 3;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
}

.inspection-specialist-page .ai-robot-notes.left {
    right: calc(50% + clamp(112px, 7.4vw, 146px));
}

.inspection-specialist-page .ai-robot-notes.right {
    left: calc(50% + clamp(112px, 7.4vw, 146px));
}

.inspection-specialist-page .ai-robot-note {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #1F2A28;
    min-height: 48px;
}

.inspection-specialist-page .ai-robot-notes.left .ai-robot-note {
    justify-content: flex-start;
}

.inspection-specialist-page .ai-robot-notes.right .ai-robot-note {
    justify-content: flex-start;
}

.inspection-specialist-page .ai-robot-note-line {
    width: clamp(32px, 2.8vw, 52px);
    border-top: 1px dashed rgba(31, 42, 40, 0.45);
    flex: 0 0 auto;
}

.inspection-specialist-page .ai-robot-note-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 198px;
    text-align: left;
}

.inspection-specialist-page .ai-robot-notes.left .ai-robot-note-text {
    width: 210px;
    text-align: left;
}

.inspection-specialist-page .ai-robot-note-title {
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 19px;
    color: #1E293B;
}

.inspection-specialist-page .ai-robot-note-desc {
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    color: #1E293B;
}

.inspection-specialist-page span.ai-robot-note-title {
    margin-bottom: 8px;
    margin-top: 60px;
}

.inspection-specialist-page .ai-robot-lifecycle-foot {
    width: 100%;
    aspect-ratio: 1920 / 160;
    background-image: url('/frontStatic/cn/page/image/products/ai-inspection-robot/aiinspectionbot1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inspection-specialist-page .product-benefits {
    /* PC 标准：lifecycle→benefits 152px / benefits→features 152px */
    padding: 152px var(--page-gutter) 152px;
}

.inspection-specialist-page .product-benefits .product-section-content {
    max-width: 1232px;
    margin: 0 auto;
}

.inspection-specialist-page .inspection-benefits-header {
    margin-bottom: 60px;
    text-align: center;
}

.inspection-specialist-page .inspection-benefits-title {
    margin: 0;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    /* PC 标准：模块主标题 48px/56px */
    font-size: var(--title-section);
    font-weight: 600;
    line-height: 56px;
    color: #1E293B;
}

.inspection-specialist-page .inspection-benefits-subtitle {
    margin-top: 10px;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #98A2B3;
}

.inspection-specialist-page .inspection-benefits-list {
    display: flex;
    flex-direction: column;
    /* PC 标准：每行特性之间 80px */
    gap: 80px;
}

.inspection-specialist-page .inspection-benefit-row {
    display: grid;
    grid-template-columns: minmax(420px, 520px) 570px;
    justify-content: space-between;
    gap: 56px;
    align-items: center;
}

.inspection-specialist-page .inspection-benefit-row.reverse .inspection-benefit-text {
    order: 2;
}

.inspection-specialist-page .inspection-benefit-row.reverse .inspection-benefit-media {
    order: 1;
}

.inspection-specialist-page .inspection-benefit-row.reverse {
    grid-template-columns: 570px minmax(420px, 520px);
}

.inspection-specialist-page .inspection-benefit-text {
    max-width: 520px;
}

.inspection-specialist-page .inspection-benefit-title {
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    /* PC 标准：图文行标题 36px/44px */
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #1E293B;
    margin: 0 0 14px;
}

.inspection-specialist-page .inspection-benefit-desc {
    margin: 0;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #475467;
}

.inspection-specialist-page .inspection-benefit-media {
    width: 570px;
    max-width: 570px;
    height: auto;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.inspection-specialist-page .inspection-benefit-media:hover {
    transform: translateY(-4px);
    filter: drop-shadow(0px 12px 20px rgba(98, 70, 232, 0.18)) drop-shadow(0px 30px 40px rgba(98, 70, 232, 0.12));
}

.inspection-specialist-page .inspection-benefit-media img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 12px;
    border: none;
    box-shadow: none;
}

.inspection-specialist-page .product-features {
    background: linear-gradient(90deg, #EBF0FF 0%, #FFFFFF 47%, #EBF0FF 100%);
    /* PC 标准：标题到容器上边框 80px，功能卡片到容器下边框 80px */
    padding: 80px var(--page-gutter);
}

.inspection-specialist-page .product-features .product-section-content {
    max-width: 1232px;
    margin: 0 auto;
}

.inspection-specialist-page .product-features .product-features-header {
    margin-bottom: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inspection-specialist-page .product-features .product-features-title {
    margin: 0;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: var(--title-section);
    font-weight: 600;
    line-height: 56px;
    color: #1F2A28;
    text-align: center;
}

.inspection-specialist-page .product-features .product-features-description {
    margin: 12px 0 40px;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #667085;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.inspection-specialist-page .product-features .inspection-scenes-image-wrap {
    width: 100%;
    max-width: 1281px;
    aspect-ratio: 1281 / 418;
    margin: 0 auto;
}

.inspection-specialist-page .product-features .inspection-scenes-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.inspection-specialist-page .product-cta {
    background: #FFFFFF;
    /* PC 标准：CTA模块到上下相邻屏 120px */
    padding: 120px var(--page-gutter);
}

.inspection-specialist-page .product-cta .product-cta-content {
    width: min(1280px, calc(100% - 48px));
    max-width: 1280px;
    min-height: 310px;
    margin: 0 auto;
    background:
        repeating-linear-gradient(
            rgba(255,255,255,0.08) 0 1px,
            transparent 1px 36px,
            rgba(255,255,255,0.08) 36px 37px,
            transparent 37px 72px
        ),
        repeating-linear-gradient(
            90deg,
            rgba(255,255,255,0.08) 0 1px,
            transparent 1px 36px,
            rgba(255,255,255,0.08) 36px 37px,
            transparent 37px 72px
        ),
        linear-gradient(89.89deg, #6246E8 0%, #411CF5 100%);
    border-radius: 16px;
    box-sizing: border-box;
    padding: 56px 40px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}        @keyframes cta-gradient-shift {
    from { background-position: 0% 50%; }
    to   { background-position: 100% 50%; }
}


.inspection-specialist-page .product-cta .product-cta-title {
    margin: 0;
    padding: 0;
    /* 渐变光流文字 */
    background: linear-gradient(to right, #fff, #ede9fe, #c4b5fd, #a78bfa, #c4b5fd, #ede9fe, #fff);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: cta-gradient-shift 5s linear infinite alternate;
    text-align: center;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    /* PC 标准：模块主标题 48px/56px（渐变文字用 1.3 兜底） */
    font-size: var(--title-section);
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    white-space: nowrap;
}

.inspection-specialist-page .product-cta .product-cta-buttons {
    width: 420px;
    height: 62px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-primary,
.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-secondary {
    width: 200px;
    height: 62px;
    min-height: 62px;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    box-shadow: none;
    border: none;
}

.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-primary {
    background: #FFFFFF;
    color: #6246E8;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-primary:hover,
.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-primary:focus {
    opacity: 0.9;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.35);
}

.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-secondary {
    background: #1E293B;
    color: #FFFFFF;
    transition: opacity 0.2s ease, box-shadow 0.2s ease;
}
.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-secondary:hover,
.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-secondary:focus {
    opacity: 0.9;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-primary svg,
.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-secondary svg {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}
.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-primary:hover svg,
.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-primary:focus svg,
.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-secondary:hover svg,
.inspection-specialist-page .product-cta .product-cta-buttons .product-btn-secondary:focus svg {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    /* ── iPad Benefits 标题归一 ── */
    .inspection-specialist-page .ai-robot-lifecycle-title {
        font-size: 28px;
        line-height: 34px;
    }

    .inspection-specialist-page .inspection-benefits-title {
        font-size: 28px;
        line-height: 34px;
    }

    .inspection-specialist-page .inspection-benefits-list {
        gap: 44px;
    }

    .inspection-specialist-page .inspection-benefit-row,
    .inspection-specialist-page .inspection-benefit-row.reverse {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .inspection-specialist-page .inspection-benefit-text,
    .inspection-specialist-page .inspection-benefit-media {
        min-width: 0;
        width: 100%;
        max-width: 100%;
    }

    .inspection-specialist-page .inspection-benefit-media {
        max-width: 570px;
        margin: 0 auto;
    }

    .inspection-specialist-page .inspection-benefit-row.reverse .inspection-benefit-text {
        order: 1;
    }

    .inspection-specialist-page .inspection-benefit-row.reverse .inspection-benefit-media {
        order: 2;
    }

    .inspection-specialist-page .inspection-benefit-title {
        font-size: 22px;
        line-height: 30px;
    }

    .inspection-specialist-page .product-features {
        padding: 64px 20px 56px;
    }

    .inspection-specialist-page .product-features .product-features-title {
        font-size: 28px;
        line-height: 34px;
    }

    .inspection-specialist-page .product-features .product-features-description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }

    .inspection-specialist-page .product-features .inspection-scenes-image-wrap {
        margin-bottom: 56px;
    }

    .inspection-specialist-page .product-cta {
        padding: 88px 20px;
    }

    .inspection-specialist-page .product-cta .product-cta-content {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 310px;
        padding: 64px 32px;
    }

    .inspection-specialist-page .product-cta .product-cta-title {
        padding: 0;
        font-size: 28px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    .inspection-specialist-page .ai-robot-lifecycle-head {
        aspect-ratio: auto;
        min-height: auto;
        padding-top: 28px;
        padding-bottom: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .inspection-specialist-page .ai-robot-lifecycle-title {
        font-size: 32px;
        line-height: 40px;
    }

    .inspection-specialist-page .ai-robot-lifecycle-subtitle {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px;
    }

    .inspection-specialist-page .ai-robot-lifecycle-main {
        aspect-ratio: auto;
        height: 270px;
    }

    /* 恢复相对定位容器，给绝对定位子元素提供确定高度锚点
       两侧各留 16px 呼吸空间（从 8px → 16px），避免贴边 */
    .inspection-specialist-page .ai-robot-lifecycle-overlay {
        width: calc(100% - 32px);
        height: 100%;
        margin: 0 auto;
    }

    /* 机器人缩小居中 */
    .inspection-specialist-page .ai-robot-lifecycle-robot {
        width: 100px;
        bottom: auto;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    /* 注释列表：随屏幕宽度自动缩放，避免 360~375px 下溢出贴边
       width  clamp: 360px→101px / 375px→105px / 430px→120px / 上限130px
       offset clamp: 360px→49px  / 375px→51px  / 上限56px
       验证(360px): overlay_half=164 - offset49 - width101 = 14px 余量 ✓
       验证(375px): overlay_half=172 - offset51 - width105 = 16px 余量 ✓ */
    .inspection-specialist-page .ai-robot-notes {
        display: flex;
        width: clamp(82px, 28vw, 130px);
        gap: 10px;
        top: 50%;
    }

    .inspection-specialist-page .ai-robot-notes.left {
        right: calc(50% + clamp(48px, 13.5vw, 56px));
    }

    .inspection-specialist-page .ai-robot-notes.right {
        left: calc(50% + clamp(48px, 13.5vw, 56px));
    }

    .inspection-specialist-page .ai-robot-note-line {
        width: 16px;
    }

    .inspection-specialist-page .ai-robot-note-title {
        font-size: 11px;
        line-height: 14px;
    }

    .inspection-specialist-page .ai-robot-note-desc {
        font-size: 10px;
        line-height: 13px;
    }

    .inspection-specialist-page .ai-robot-note-text {
        width: auto;
    }

    span.ai-robot-note-title {
        margin-top: 0;
        margin-bottom: 2px;
    }

    .inspection-specialist-page .ai-robot-lifecycle-foot {
        aspect-ratio: auto;
        min-height: 32px;
    }

    .inspection-specialist-page .product-benefits {
        padding: 56px 16px 72px;
    }

    .inspection-specialist-page .inspection-benefits-header {
        margin-bottom: 32px;
    }

    /* inspection-benefits 字号/间距已统一收录至 mobile.css § 9.9，此处无需重复 */

    .inspection-specialist-page .inspection-benefit-media img {
        max-width: 100%;
        border-radius: 10px;
    }

    .inspection-specialist-page .product-features {
        padding: 56px 16px 48px;
    }

    .inspection-specialist-page .product-features .product-features-title {
        font-size: 28px;
        line-height: 34px;
    }

    .inspection-specialist-page .product-features .product-features-description {
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0 28px;
    }

    .inspection-specialist-page .product-features .inspection-scenes-image-wrap {
        margin-bottom: 40px;
    }

    .inspection-specialist-page .product-cta {
        padding: 64px 16px;
    }

    .inspection-specialist-page .product-cta .product-cta-content {
        min-height: 0;
        padding: 44px 20px;
    }

    .inspection-specialist-page .product-cta .product-cta-title {
        font-size: 28px;
        line-height: 34px;
    }

    .inspection-specialist-page .product-cta .product-cta-buttons {
        width: 100%;
        height: auto;
        margin-top: 28px;
        flex-direction: column;
        gap: 12px;
    }

    .inspection-specialist-page .product-cta .product-cta-buttons .product-btn-primary,
    .inspection-specialist-page .product-cta .product-cta-buttons .product-btn-secondary {
        width: 100%;
        max-width: 280px;
        height: 54px;
        min-height: 54px;
        font-size: 16px;
        line-height: 20px;
    }
}

/* 智能巡检机器人迁移最终覆盖层
   PC 端保护设计稿视觉距离；iPad/H5 的断点收敛在 mobile.css 页面级兜底中维护。 */
body.ai-inspection-robot-page .product-hero {
    margin-bottom: 0;
}

body.ai-inspection-robot-page .product-hero .product-hero-title {
    /* PC 标准：首屏 H1 */
    font-size: var(--title-hero);
    line-height: 68px;
}

body.ai-inspection-robot-page .inspection-specialist-page .product-lifecycle {
    padding: 0;
}

body.ai-inspection-robot-page .inspection-specialist-page .ai-robot-lifecycle-head {
    /* PC 标准：首屏下边界 → 第2屏主标题文字上边界 120px；标题组整体高 102px，下边界 60px */
    aspect-ratio: auto;
    min-height: 282px;
    justify-content: flex-start;
    padding: 120px var(--page-gutter) 60px;
}

body.ai-inspection-robot-page .inspection-specialist-page .ai-robot-lifecycle-title,
body.ai-inspection-robot-page .inspection-specialist-page .inspection-benefits-title,
body.ai-inspection-robot-page .inspection-specialist-page .product-features .product-features-title,
body.ai-inspection-robot-page .inspection-specialist-page .product-cta .product-cta-title {
    /* PC 标准：模块主标题 */
    font-size: var(--title-section);
    line-height: 56px;
}

body.ai-inspection-robot-page .inspection-specialist-page .ai-robot-lifecycle-subtitle {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
}

body.ai-inspection-robot-page .inspection-specialist-page .product-benefits {
    /* PC 标准：第3屏最后一行特性下边界 → 第4屏容器上边框 152px */
    padding: 0 var(--page-gutter) 152px;
}

body.ai-inspection-robot-page .inspection-specialist-page .product-benefits .product-section-content,
body.ai-inspection-robot-page .inspection-specialist-page .product-features .product-section-content {
    max-width: var(--content-max-w);
}

body.ai-inspection-robot-page .inspection-specialist-page .inspection-benefits-header {
    /* PC 标准：第3屏标题 → 图文行 60px */
    margin-bottom: 60px;
}

body.ai-inspection-robot-page .inspection-specialist-page .inspection-benefits-subtitle {
    margin-top: 20px;
}

body.ai-inspection-robot-page .inspection-specialist-page .inspection-benefits-list {
    /* PC 标准：每行特性之间 80px */
    gap: 80px;
}

body.ai-inspection-robot-page .inspection-specialist-page .inspection-benefit-title {
    /* PC 标准：图文行标题 */
    font-size: 28px;
    line-height: 34px;
}

body.ai-inspection-robot-page .inspection-specialist-page .inspection-benefit-desc {
    font-size: 16px;
    line-height: 24px;
}

body.ai-inspection-robot-page .inspection-specialist-page .product-features {
    /* PC 标准：容器上边框 → 标题 80px；内容图 → 容器下边框 80px */
    padding: 80px var(--page-gutter);
}

body.ai-inspection-robot-page .inspection-specialist-page .product-features .product-features-description {
    /* PC 标准：标题到Tab/功能卡片区域 40px */
    margin: 12px 0 40px;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #667085;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

body.ai-inspection-robot-page .inspection-specialist-page .product-cta {
    /* PC 标准：CTA 到上、下相邻屏边界均为 120px */
    padding: 120px var(--page-gutter);
}
