/*=========================================================
SECTION 5
Technology Platforms
Executive Blue Premium Website v2.0
=========================================================*/


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

.technology-solutions{
    position:relative;
    padding:24px 0 36px;
    background:#FAFBFD;
    overflow:hidden;
}


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

.technology-solutions .container{
    max-width:1280px;
    margin:0 auto;
    padding:0 40px;
}


/*=========================================================
HEADER
=========================================================*/

.technology-header{

    max-width:820px;

    margin:0 auto 34px;

    text-align:center;

}


.technology-header .section-label{

    display:inline-block;

    margin-bottom:18px;

}


.technology-header h2{

    margin-bottom:18px;
    color:#0E497C;
    font-size:clamp(2.2rem, 3.4vw, 3.15rem);

}


.technology-header .section-intro{

    max-width:760px;

    margin:0 auto;
    font-size:clamp(1rem, 1.2vw, 1.08rem);

}

/*=========================================================
FEATURE CARD
=========================================================*/

.technology-card{

    position:relative;

    display:grid;

    grid-template-columns:minmax(0,1.05fr) minmax(0,1.35fr);

    align-items:center;

    gap:22px 30px;

    padding:22px 24px 18px;

    margin-bottom:24px;

    background:#ffffff;

    border-radius:22px;

    box-shadow:
        0 18px 45px rgba(18,38,63,.06);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.technology-card:last-child{

    margin-bottom:0;

}


.technology-card:hover{

    transform:translateY(-6px);

    box-shadow:
        0 30px 70px rgba(18,38,63,.10);

}


/*=========================================================
ALTERNATE LAYOUT
=========================================================*/

.technology-card--reverse{

    grid-template-columns:minmax(0,1.1fr) minmax(0,1.2fr);

}


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

.technology-image{

    display:flex;

    justify-content:center;

    align-items:center;

    height:100%;

}


.technology-image img{

    min-width:0;

    display:block;

    width:100%;

    max-width:460px;

    margin:0 auto;

    height:auto;

    border-radius:16px;

    box-shadow:
        0 20px 55px rgba(0,0,0,.12);

    transition:
        transform .35s ease,
        box-shadow .35s ease;

}


.technology-card:hover .technology-image img{

    transform:scale(1.02);

    box-shadow:
        0 30px 70px rgba(0,0,0,.18);

}


/*=========================================================
CONTENT
=========================================================*/

.technology-content{

    min-width:0;

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    padding-top:4px;

    width:100%;

}


/*=========================================================
IMAGE ORDERING
=========================================================*/

/* Standard */

.technology-card .technology-image{

    order:1;

}

.technology-card .technology-content{

    order:2;

}


/* Reverse */

.technology-card--reverse .technology-content{

    order:2;

}

.technology-card--reverse .technology-image{

    order:1;

}

/*=========================================================
TYPOGRAPHY
=========================================================*/

.technology-stage{

    display:inline-flex;

    align-items:center;

    align-self:flex-start;

    padding:5px 12px;

    margin-bottom:8px;

    background:rgba(214,40,40,.08);

    color:#D62828;

    font-size:11px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

    border-radius:50px;

}


.technology-content h3{

    margin:0 0 8px;

    font-family:'Oswald',sans-serif;

    font-size:clamp(2rem, 2.2vw, 2.5rem);

    font-weight:600;

    line-height:1.15;

    color:#0E497C;

}


.technology-content h4{

    margin:0 0 12px;

    font-size:17px;

    font-weight:600;

    line-height:1.45;

    color:#4B5563;

}


.technology-content p{

    margin:0 0 10px;

    font-size:14px;

    line-height:1.7;

    color:#5E6B78;

}


.technology-content p:last-of-type{

    margin-bottom:16px;

}



/*=========================================================
BENEFIT CHIPS
=========================================================*/

.technology-benefits{

    display:grid;

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

    gap:10px;

    width:100%;

    margin:0 0 18px;

    padding:0;

    list-style:none;

}


.technology-benefits li{

    display:flex;

    align-items:center;

    min-height:38px;

    padding:0 14px;

    background:#F4F8FC;

    border:1px solid #E2EAF3;

    border-radius:10px;

    font-size:13px;

    font-weight:600;

    color:#23405F;

    transition:
        background .30s ease,
        border-color .30s ease,
        transform .30s ease;

}


.technology-benefits li::before{

    content:"✓";

    margin-right:10px;

    font-size:13px;

    font-weight:700;

    color:#D62828;

}


.technology-card:hover .technology-benefits li{

    background:#FFFFFF;

    border-color:#D7E3EF;

    transform:translateY(-2px);

}



/*=========================================================
BUTTONS
=========================================================*/

.technology-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    align-self:flex-start;

    gap:10px;

    min-width:200px;

    height:44px;

    padding:0 20px;

    background:#0E497C;

    color:#FFFFFF;

    text-decoration:none;

    font-size:14px;

    font-weight:600;

    border-radius:10px;

    transition:
        background .30s ease,
        transform .30s ease,
        box-shadow .30s ease;

}


.technology-btn span{

    transition:transform .30s ease;

}


.technology-btn:hover{

    background:#0B3B66;

    transform:translateY(-3px);

    box-shadow:
        0 15px 35px rgba(14,73,124,.25);

}


.technology-btn:hover span{

    transform:translateX(4px);

}



/*=========================================================
PRIMARY BUTTON
=========================================================*/

.technology-btn-primary{

    background:#D62828;

}


.technology-btn-primary:hover{

    background:#B61F1F;

    box-shadow:
        0 18px 40px rgba(214,40,40,.28);

}

/*=========================================================
SECTION CLOSING
=========================================================*/

.technology-closing{

    position:relative;

    margin-top:8px;

    padding:42px 38px 34px;

    background:linear-gradient(
        135deg,
        #0E497C 0%,
        #135A96 100%
    );

    border-radius:18px 18px 0 0;

    overflow:hidden;

}


.technology-closing::before{

    content:"";

    position:absolute;

    width:340px;

    height:340px;

    top:-170px;

    right:-120px;

    border-radius:50%;

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

}


.technology-closing::after{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    bottom:-110px;

    left:-70px;

    border-radius:50%;

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

}


.technology-closing-content{

    position:relative;

    z-index:2;

    max-width:100%;

    text-align:center;

}


.technology-closing .section-label{

    display:inline-block;

    margin-bottom:18px;

    padding:8px 18px;

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

    color:#FFFFFF;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}


.technology-closing h3{

    margin:0 auto 18px;

    max-width:900px;

    font-family:'Oswald',sans-serif;

    font-size:clamp(2.2rem, 3.2vw, 3.2rem);

    font-weight:600;

    line-height:1.15;

    color:#FFFFFF;

}


.technology-closing p{

    max-width:100%;

    margin:0 0 30px;

    text-align:left;

    font-size:16px;

    line-height:1.8;

    color:rgba(255,255,255,.88);

}


.technology-closing .technology-btn-primary{

    background:#D62828;

    margin:0 auto;

}


.technology-closing .technology-btn-primary:hover{

    background:#B92020;

}



/*=========================================================
SUBTLE POLISH
=========================================================*/

.technology-card{

    overflow:hidden;

}


.technology-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:5px;

    height:100%;

    background:#D62828;

    transform:scaleY(0);

    transform-origin:top;

    transition:transform .35s ease;

}


.technology-card:hover::before{

    transform:scaleY(1);

}


.technology-image{

    position:relative;

}


.technology-image::after{

    content:"";

    position:absolute;

    inset:0;

    border-radius:20px;

    box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);

    pointer-events:none;

}



/*=========================================================
TABLET
=========================================================*/

@media (max-width:1100px){

    .technology-solutions{

        padding:90px 0;

    }


    .technology-card{

        gap:50px;

        padding:36px;

    }


    .technology-content h3{

        font-size:36px;

    }


    .technology-content h4{

        font-size:18px;

    }


    .technology-benefits{

        grid-template-columns:1fr;

    }


    .technology-closing{

        padding:60px 45px;

    }


    .technology-closing h3{

        font-size:38px;

    }

}



@media (max-width:900px){

    .technology-card,

    .technology-card--reverse{

        grid-template-columns:1fr;

        gap:40px;

    }


    .technology-card .technology-image,

    .technology-card--reverse .technology-image{

        order:1;

    }


    .technology-card .technology-content,

    .technology-card--reverse .technology-content{

        order:2;

    }


    .technology-image{

        max-width:760px;

        margin:0 auto;

    }


    .technology-header{

        margin-bottom:70px;

    }


    .technology-closing{

        text-align:center;

    }


    .technology-closing-content{

        max-width:100%;

        margin:auto;

    }


    .technology-closing p{

        margin-left:auto;

        margin-right:auto;

    }


    .technology-closing .technology-btn{

        margin:auto;

    }

}

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

@media (max-width:768px){

    .technology-solutions{

        padding:80px 0;

    }

    .technology-solutions .container{

        padding:0 24px;

    }

    .technology-header{

        margin-bottom:60px;

    }

    .technology-header h2{

        font-size:36px;

        line-height:1.2;

    }

    .technology-header .section-intro{

        font-size:16px;

        line-height:1.8;

    }

    .technology-card{

        padding:30px;

        gap:32px;

        margin-bottom:45px;

        border-radius:22px;

    }

    .technology-stage{

        font-size:11px;

        letter-spacing:1.5px;

        padding:7px 16px;

    }

    .technology-content h3{

        font-size:34px;

    }

    .technology-content h4{

        font-size:18px;

        margin-bottom:20px;

    }

    .technology-content p{

        font-size:15px;

        line-height:1.8;

    }

    .technology-benefits{

        grid-template-columns:1fr;

        gap:12px;

    }

    .technology-btn{

        width:100%;

        max-width:340px;

        justify-content:center;

    }

    .technology-closing{

        margin-top:70px;

        padding:55px 35px;

    }

    .technology-closing h3{

        font-size:34px;

    }

}



@media (max-width:576px){

    .technology-solutions{

        padding:70px 0;

    }

    .technology-solutions .container{

        padding:0 18px;

    }

    .technology-card{

        padding:24px;

        gap:28px;

        border-radius:20px;

    }

    .technology-image img{

        border-radius:16px;

    }

    .technology-content h3{

        font-size:30px;

    }

    .technology-content h4{

        font-size:17px;

    }

    .technology-content p{

        font-size:15px;

    }

    .technology-benefits li{

        min-height:46px;

        font-size:14px;

        padding:0 16px;

    }

    .technology-btn{

        min-width:100%;

        height:50px;

        font-size:15px;

    }

    .technology-closing{

        padding:45px 28px;

        border-radius:22px;

    }

    .technology-closing h3{

        font-size:30px;

    }

    .technology-closing p{

        font-size:16px;

        line-height:1.8;

    }

}



@media (max-width:420px){

    .technology-header h2{

        font-size:30px;

    }

    .technology-content h3{

        font-size:27px;

    }

    .technology-content h4{

        font-size:16px;

    }

    .technology-stage{

        font-size:10px;

        padding:6px 14px;

    }

    .technology-card{

        padding:20px;

    }

    .technology-closing{

        padding:40px 24px;

    }

    .technology-closing h3{

        font-size:27px;

    }

}



/*=========================================================
ACCESSIBILITY
=========================================================*/

.technology-btn:focus-visible{

    outline:3px solid rgba(214,40,40,.35);

    outline-offset:4px;

}


.technology-card img{

    user-select:none;

    -webkit-user-drag:none;

}



/*=========================================================
REDUCED MOTION
=========================================================*/

@media (prefers-reduced-motion:reduce){

    .technology-card,

    .technology-card *,

    .technology-btn,

    .technology-image img{

        transition:none !important;

        animation:none !important;

    }

}