.banner2{min-height: 600px;background: url(/assets/images/product/pbanner.jpg) #050f28 center top no-repeat;}
.banner2 .w1200{height: 480px;}
.surface{background: var(--jianbian);text-align: center;color:#fff;padding: 50px 0;}
.surface h2{font-size: 26px;}
.surface p{max-width: 800px;}
.surface .w1200{max-width: 800px;}

.section-product{background: #fff url(/assets/images/product/b.jpg) center bottom no-repeat;}
.values-section{max-width: 1200px;margin: 0 auto;padding: 80px 0;}
.section-tag{
    
    font-size:16px;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:25px;
    
}
.section-tag span{color:transparent;background: var(--jianbian);background-clip: text;}

.section-tag::after{
    content:"";
    display:block;
    width:50px;
    height:2px;
    margin-top:10px;
    background:var(--jianbian);
}
.section-textbox{padding: 30px 0;max-width: 550px;}
.section-textbox h2{font-size: 50px;color: #011645;line-height: 1.5;padding-bottom: 20px;}
.section-textbox p{font-size: 16px;color:#787878;line-height: 1.5;}


/* =====================================================
   VARIABLES
===================================================== */

:root{

    --blue-dark:#001947;

    --blue-deep:#001235;

    --text:#16294b;

    --muted:#6f7d97;

    --light:#f7f9fd;

    --border:#e7edf7;

    --shadow:
        0 20px 40px rgba(20,40,90,.08);

}

/* =====================================================
   CONTAINER
===================================================== */

.container{

    width:1200px;

    margin:0 auto;

}
/* =====================================================
   COMMON
===================================================== */

.section-label{

    display:inline-block;
    letter-spacing:3px;
    position:relative;
    margin-bottom:28px;
    padding-bottom:12px;
color:transparent;background: var(--jianbian);background-clip: text;text-transform: uppercase;
}
.section-label::after{

    content:"";

    width:42px;

    height:2px;

    background:var(--jianbian);

    position:absolute;

    left:0;
    bottom:0;

}

.section-label.white{

    color:#5cb6ff;

}

.section-label.white::after{

    background:#5cb6ff;

}

.center-title{

    text-align:center;

    font-size:48px;

    color:#102d68;

    margin-bottom:70px;

    font-weight:700;

}

/* =====================================================
   STEP SECTION
===================================================== */

.steps-section{

    padding:40px 0 80px;

    background:#fff;

}

.steps-grid{

    display:grid;

    grid-template-columns:
    1fr 50px
    1fr 50px
    1fr 50px
    1fr;

    align-items:center;

    gap:0;

}

.step-card{

    background:#f7f9fc;

    border-radius:20px;

    min-height:390px;

    padding:35px 20px;

    text-align:center;

    position:relative;

    transition:.35s;

}

.step-card:hover{

    transform:translateY(-8px);

    box-shadow:var(--shadow);

}

.step-number{

    position:absolute;

    width:52px;

    height:52px;

    border-radius:50%;

    background:linear-gradient(
            180deg,
            #48a2ff,
            #0f65ff
    );

    top:-20px;

    left:50%;

    transform:translateX(-50%);

    color:#fff;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

}

.step-circle{
width:180px;
border-radius:50%;
    height:180px;
    margin:10px auto;

    background:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    box-shadow:
        inset 0 0 0 8px #f3f6fb;
}

.step-circle img{

    width:160px;
border-radius:50%;
    height:160px;

}

.step-card h3{

    color:#17315d;

    font-size:20px;

    line-height:1.2;

    margin-bottom:18px;

    font-weight:700;
    display: flex;
    align-items: center;gap: 5px;justify-content: center;
}
.step-card h3 .iconfont{font-size: 26px;color: #349cfc;}
.divider{

    width:60px;

    height:3px;

    background:#1d72ff;

    border-radius:3px;

    margin:0 auto 20px;
}

.step-card p{

    color:#6f7c96;

    font-size:15px;

    line-height:1.9;
}

.step-arrow{

    font-size:44px;

    color:#2d83ff;

    text-align:center;
    border:1px solid #2d83ff;border-radius: 50%;width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;
}
.step-arrow .iconfont{font-size: 36px;}
/* =====================================================
   TECHNOLOGY
===================================================== */

.technology-section{

    padding:90px 0;

    background:#fff url(/assets/images/product/TECHNOLOGY.jpg) no-repeat center center;
}

.tech-wrap{

    display:flex;

    align-items:center;

    justify-content:space-between;
}

.tech-left{

    width:38%;
}

.tech-right{

    width:56%;
}

.tech-left h2{

    font-size:40px;

    line-height:1.1;

    color:#08286b;

    margin-bottom:25px;

    font-weight:800;
}

.tech-left p{

    font-size:18px;

    color:#6c7c97;

    line-height:2;
}

.tech-right img{

    width:100%;
}

/* =====================================================
   FEATURE SECTION
===================================================== */

.feature-section{

    background:
    linear-gradient(
    180deg,
    #021535,
    #021535);

    padding:80px 0;
}

.feature-grid{

    display:grid;

    grid-template-columns:
    repeat(2,1fr);

    gap:30px;
}

.feature-card{

    border:1px solid
    rgba(255,255,255,.12);

    border-radius:20px;

    padding:35px 0;

    min-height:520px;

    transition:.35s;
    text-align: center;overflow: hidden;
    display: flex;
    flex-direction: column;justify-content: space-between;align-items: center;
}

.feature-card:hover{

    transform:translateY(-8px);

    box-shadow:
      0 20px 60px
      rgba(0,0,0,.3);
}

.feature-card h3{

    color:#fff;

    font-size:26px;

    line-height:1.2;

    margin-bottom:16px;
}

.feature-card p{

    color:#42a3ff;

    margin-bottom:40px;

    font-size:18px;
}

/* =====================================================
   CONFIG
===================================================== */

.config-section{

    padding:100px 0;

    background:#f5f6f8;
}

.config-wrap{

    display:flex;

    justify-content:space-between;

    align-items:center;
}

.config-table{

    width:42%;
}

/* =====================================================
   CONFIG TABLE
===================================================== */

.config-table .row{

    display:flex;

    align-items:center;

    padding:10px 0;

    border-bottom:1px solid #e9eef7;

}

.config-table .row:last-child{

    border-bottom:none;
}

.config-table .name{

    width:180px;

    font-weight:600;

    color:#17427f;

    font-size:15px;

    position:relative;

    padding-left:28px;
}
.rowimg img{border-radius: 50%;border:1px solid #b6d4f6;background: #eef3fb;padding: 5px;}
.config-table .value{

    flex:1;

    color:#667791;

    line-height:1.5;

    font-size:15px;
}

.config-image{

    width:52%;
}

.config-image img{

    width:100%;

    display:block;
}

/* =====================================================
   OTHER PRODUCTS
===================================================== */

.other-products{

    background:
    linear-gradient(
        180deg,
        #000e2b,
        #0a295d
    );

    padding:90px 0 100px;
}

.other-products h2{

    text-align:center;

    color:#fff;

    font-size:48px;

    margin-bottom:50px;

    font-weight:700;
}

.product-grid{

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:20px;
}

.product-card{

    position:relative;

    min-height:230px;

    border-radius:16px;

    border:1px solid rgba(255,255,255,.15);

    background:
    linear-gradient(
        135deg,
        rgba(32,90,255,.15),
        rgba(0,20,80,.35)
    );

    transition:.35s;
}

.product-card:hover{

    transform:translateY(-10px);

    border-color:#2c8cff;

    box-shadow:
    0 20px 50px rgba(0,0,0,.25);
}

.product-card h4{

    color:#fff;

    font-size:18px;

    line-height:1.4;

    padding:0 20px;

    min-height:90px;
}
.product-card p{
    padding:0 20px;color:#2895c4;font-size: 14px;line-height: 1.8;
}
.product-card img{

    width:80%;

    margin:10px auto 0;
}

.product-card a{

    position:absolute;

    left:20px;
    right:20px;
    bottom:-24px;

    height:48px;

    border-radius:30px;

    background:
    linear-gradient(
        90deg,
        #2e90ff,
        #58c5ff
    );

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-weight:600;

    transition:.3s;
    gap: 5px;
}
.product-card a .iconfont{font-size: 26px;}
.product-card a:hover{

    filter:brightness(1.08);
}

/* =====================================================
   CTA
===================================================== */

.cta-section{

    background:
    linear-gradient(
        90deg,
        #0f6fff 0%,
        #2b98ff 40%,
        #62d9c9 100%
    );

    padding:40px 0;
}

.cta-section h2{

    text-align:center;

    color:#fff;

    font-size:30px;

    margin-bottom:20px;

    font-weight:700;
}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;
}

.cta-section .btn-primary,.cta-section .btn-outline{

    min-width:280px;

    height:48px;

    border-radius:50px;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:16px;

    font-weight:600;

    transition:.3s;
}

.cta-section .btn-primary{

    background:#fff;

    color:#0b63ff;
}
.cta-section .btn-primary span{color: transparent;background: var(--jianbian);background-clip: text;}
.cta-section .btn-primary:hover{

    transform:translateY(-3px);

    box-shadow:
    0 12px 30px rgba(255,255,255,.25);
}

.cta-section .btn-outline{

    border:2px solid rgba(255,255,255,.8);

    color:#fff;
}

.cta-section .btn-outline:hover{

    background:rgba(255,255,255,.12);

    transform:translateY(-3px);
}

/* =====================================================
   IMAGE EFFECTS
===================================================== */

.tech-right img,
.config-image img{
    transition:.5s;
}

.tech-right:hover img{
    transform:scale(1.03);
}

.config-image:hover img{
    transform:scale(1.02);
}

/* =====================================================
   SCROLL ANIMATION READY
===================================================== */

.step-card,
.feature-card,
.product-card{

    will-change:
    transform,
    opacity;
}

/* =====================================================
   RESPONSIVE
===================================================== */

@media(max-width:1280px){

    .container{

        width:95%;
    }
}

@media(max-width:992px){

    .steps-grid{

        grid-template-columns:1fr;
        gap:20px;
    }

    .step-arrow{

        display:none;
    }

    .tech-wrap{

        flex-direction:column;
    }

    .tech-left,
    .tech-right{

        width:100%;
    }

    .tech-left{

        margin-bottom:40px;
    }

    .feature-grid{

        grid-template-columns:1fr;
    }

    .config-wrap{

        flex-direction:column;
    }

    .config-table,
    .config-image{

        width:100%;
    }

    .config-image{

        margin-top:40px;
    }

    .product-grid{

        grid-template-columns:
        repeat(2,1fr);gap: 40px;
    }
}

@media(max-width:768px){

    .tech-left h2{

        font-size:42px;
    }

    .center-title{

        font-size:40px;
    }

    .other-products h2{

        font-size:40px;
    }

    .cta-section h2{

        font-size:36px;
    }

    .cta-buttons{

        flex-direction:column;

        align-items:center;
    }

    .product-grid{

        grid-template-columns:1fr;
    }

    .config-table .row{

        flex-direction:column;text-align: center;
    }

    .config-table .name{

        width:100%;

        margin-bottom:8px;
        padding:10px 0 0;
    }
}

/* =====================================================
   LARGE DESKTOP OPTIMIZATION
===================================================== */

@media(min-width:1600px){

    .container{

        width:1200px;
    }
}

/* =====================================================
   FONT RENDERING
===================================================== */

body{

    -webkit-font-smoothing:antialiased;

    -moz-osx-font-smoothing:grayscale;

    text-rendering:optimizeLegibility;
}

/* =====================================================
   SELECTION
===================================================== */

::selection{

    background:#0c69ff;

    color:#fff;
}