.owei-robotics {
    margin-top: 86px;
    padding: 82px max(5vw, 32px) 88px;
    background:
        radial-gradient(circle at 8% 0%, rgba(255, 112, 42, .06), transparent 24%),
        linear-gradient(180deg, #fff 0%, #fafbfc 100%);
}

.owei-robotics__container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
}

.owei-robotics__header {
    margin-bottom: 54px;
    text-align: center;
}

.owei-robotics__header h2 {
    position: relative;
    margin: 0;
    padding-bottom: 16px;
    color: #161c2a;
    font-size: clamp(34px, 3vw, 48px);
    line-height: 1.2;
    font-weight: 750;
}

.owei-robotics__header h2::after,
.owei-robotics__section-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 32px;
    height: 3px;
    border-radius: 3px;
    background: #2687f4;
    transform: translateX(-50%);
}

.owei-robotics__header p {
    max-width: 720px;
    margin: 17px auto 0;
    color: #697386;
    font-size: 16px;
    line-height: 1.8;
}

.owei-robotics__group + .owei-robotics__group {
    margin-top: 54px;
}

.owei-robotics__section-title {
    position: relative;
    margin: 0 0 26px;
    padding-bottom: 12px;
    color: #202633;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    text-align: center;
}

.owei-robotics__tech-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.owei-robot-tech {
    position: relative;
    min-height: 142px;
    padding: 24px 22px;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    border: 1px solid #edf0f4;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 34, 52, .07);
    cursor: pointer;
    transition: transform .28s cubic-bezier(.2, .75, .3, 1), box-shadow .28s ease, border-color .28s ease, filter .28s ease;
    will-change: transform, filter;
}

.owei-robot-tech:hover {
    border-color: #dce7f3;
    box-shadow: 0 16px 34px rgba(30, 64, 175, .14);
    transform: translateY(-6px) scale(1.008);
    filter: brightness(1.045);
}

.owei-robot-tech:active {
    border-color: #d8e4f0;
    box-shadow: 0 8px 20px rgba(30, 64, 175, .12);
    transform: translateY(-2px) scale(.985);
    filter: brightness(1.08);
    transition-duration: .1s;
}

.owei-robot-tech__icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff2eb;
}

.owei-robot-tech__icon img {
    width: 36px;
    height: 36px;
    display: block;
    object-fit: contain;
}

.owei-robot-tech:nth-child(2) .owei-robot-tech__icon {
    background: #fff5e9;
}

.owei-robot-tech:nth-child(3) .owei-robot-tech__icon {
    background: #edf4ff;
}

.owei-robot-tech:nth-child(4) .owei-robot-tech__icon {
    background: #eef8f3;
}

.owei-robot-tech h4 {
    margin: 0 0 8px;
    color: #1b2230;
    font-size: 17px;
    line-height: 1.35;
}

.owei-robot-tech p {
    margin: 0;
    color: #7a8496;
    font-size: 12px;
    line-height: 1.65;
}

.owei-robotics__scene-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.owei-robot-scene {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    border-radius: 13px;
    color: #fff;
    background: #1b2230;
    box-shadow: 0 10px 28px rgba(20, 29, 46, .12);
}

.owei-robot-scene::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 14, 25, .06) 10%, rgba(8, 14, 25, .8) 100%);
}

.owei-robot-scene img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: block;
    object-fit: cover;
    transition: transform .55s ease;
}

.owei-robot-scene:hover img {
    transform: scale(1.06);
}

.owei-robot-scene__content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 22px;
}

.owei-robot-scene__number {
    display: block;
    margin-bottom: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.owei-robot-scene h4 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 18px;
}

.owei-robot-scene p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 12px;
    line-height: 1.55;
}

.owei-robotics__product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.owei-robot-product {
    min-width: 0;
    min-height: 178px;
    padding: 17px;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    border: 1px solid #eceff3;
    border-radius: 13px;
    color: inherit;
    background: #fff;
    box-shadow: 0 8px 24px rgba(24, 34, 52, .07);
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.owei-robot-product:hover {
    border-color: rgba(255, 106, 34, .34);
    box-shadow: 0 14px 30px rgba(24, 34, 52, .11);
    transform: translateY(-4px);
}

.owei-robot-product__media {
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
    background: #f2f4f7;
}

.owei-robot-product__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.owei-robot-product h4 {
    margin: 0 0 8px;
    color: #1c2330;
    font-size: 16px;
    line-height: 1.4;
}

.owei-robot-product p {
    margin: 0 0 14px;
    color: #7a8496;
    font-size: 12px;
    line-height: 1.55;
}

.owei-robot-product__more {
    color: #ff6a22;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 1180px) {
    .owei-robotics__tech-grid,
    .owei-robotics__scene-grid,
    .owei-robotics__product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .owei-robotics {
        margin-top: 60px;
        padding: 62px 20px 68px;
    }

    .owei-robotics__header {
        margin-bottom: 42px;
    }

    .owei-robotics__group + .owei-robotics__group {
        margin-top: 42px;
    }

    .owei-robotics__tech-grid,
    .owei-robotics__scene-grid,
    .owei-robotics__product-grid {
        grid-template-columns: 1fr;
    }

    .owei-robot-product {
        grid-template-columns: 38% minmax(0, 1fr);
    }
}

@media (prefers-reduced-motion: reduce) {
    .owei-robot-tech {
        transition-duration: .01ms;
    }

    .owei-robot-tech:hover,
    .owei-robot-tech:active {
        transform: none;
    }
}
