/*==================================================
                SOFTWARE PAGE
==================================================*/

.software-page{

    background:#ffffff;

}


/*==================================================
                HERO
==================================================*/

.software-hero{

    padding:110px 0;

    background:linear-gradient(135deg,#0F172A,#2563EB,#7C3AED);

    overflow:hidden;

    position:relative;

}

.software-hero::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

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

    border-radius:50%;

    left:-250px;

    top:-250px;

}

.software-hero::after{

    content:"";

    position:absolute;

    width:450px;

    height:450px;

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

    border-radius:50%;

    right:-150px;

    bottom:-150px;

}

.software-hero .container{

    position:relative;

    z-index:2;

}

.software-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.software-content h1{

    font-size:56px;

    color:#fff;

    margin-bottom:25px;

    line-height:1.2;

}

.software-content p{

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

    font-size:18px;

    line-height:1.9;

    margin-bottom:35px;

}

.software-badge{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

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

    color:#fff;

    margin-bottom:25px;

    font-weight:700;

    backdrop-filter:blur(15px);

}

.software-image img{

    width:100%;

    border-radius:25px;

    box-shadow:0 25px 60px rgba(0,0,0,.35);

}


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

.software-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

.software-btn{

    padding:15px 32px;

    border-radius:12px;

    background:#2563EB;

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.software-btn:hover{

    background:#1E40AF;

}

.software-btn-outline{

    padding:15px 32px;

    border-radius:12px;

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

    color:#fff;

    text-decoration:none;

    font-weight:700;

    transition:.3s;

}

.software-btn-outline:hover{

    background:#fff;

    color:#111827;

}


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

.software-section{

    padding:90px 0;

}

.software-title{

    text-align:center;

    margin-bottom:60px;

}

.software-title h2{

    font-size:42px;

    color:#111827;

    margin-bottom:20px;

}

.software-title p{

    max-width:760px;

    margin:auto;

    color:#64748B;

    line-height:1.9;

}
/*==================================================
                ABOUT
==================================================*/

.software-about{

    padding:100px 0;

    background:#ffffff;

}

.software-about-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.software-about-image{

    position:relative;

}

.software-about-image img{

    width:100%;

    border-radius:24px;

    box-shadow:0 20px 60px rgba(15,23,42,.12);

}

.software-about-content h2{

    font-size:42px;

    color:#0F172A;

    margin-bottom:25px;

}

.software-about-content p{

    color:#64748B;

    line-height:1.9;

    margin-bottom:20px;

}

.software-list{

    margin-top:30px;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:15px;

}

.software-list li{

    list-style:none;

    color:#334155;

    font-weight:600;

}

.software-list li i{

    color:#2563EB;

    margin-right:8px;

}



/*==================================================
            SCREENSHOT
==================================================*/

.software-gallery{

    padding:100px 0;

    background:#F8FAFC;

}

.software-gallery-grid{

    display:grid;

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

    gap:30px;

}

.software-shot{

    overflow:hidden;

    border-radius:22px;

    background:#fff;

    box-shadow:0 15px 35px rgba(15,23,42,.08);

    transition:.35s;

}

.software-shot:hover{

    transform:translateY(-8px);

}

.software-shot img{

    width:100%;

    display:block;

    transition:.4s;

}

.software-shot:hover img{

    transform:scale(1.05);

}

.software-shot h3{

    padding:20px;

    font-size:22px;

    color:#111827;

}

.software-shot p{

    padding:0 20px 25px;

    color:#64748B;

    line-height:1.8;

}



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

.software-features{

    padding:100px 0;

    background:#ffffff;

}

.software-feature-grid{

    display:grid;

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

    gap:30px;

}

.software-feature{

    background:#fff;

    border-radius:22px;

    padding:35px;

    text-align:center;

    border:1px solid #E5E7EB;

    transition:.35s;

    box-shadow:0 10px 25px rgba(15,23,42,.05);

}

.software-feature:hover{

    transform:translateY(-10px);

    border-color:#2563EB;

    box-shadow:0 20px 45px rgba(37,99,235,.12);

}

.software-feature i{

    width:80px;

    height:80px;

    margin:auto;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:20px;

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    color:#fff;

    font-size:34px;

    margin-bottom:25px;

}

.software-feature h3{

    margin-bottom:18px;

    color:#0F172A;

    font-size:22px;

}

.software-feature p{

    color:#64748B;

    line-height:1.8;

}
/*==================================================
                MODULE GRID
==================================================*/

.software-modules{

    padding:100px 0;

    background:#F8FAFC;

}

.software-module-grid{

    display:grid;

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

    gap:25px;

}

.software-module{

    background:#fff;

    padding:28px;

    border-radius:18px;

    display:flex;

    align-items:center;

    gap:15px;

    border:1px solid #E5E7EB;

    transition:.3s;

    box-shadow:0 8px 25px rgba(0,0,0,.04);

}

.software-module:hover{

    transform:translateY(-6px);

    border-color:#2563EB;

    box-shadow:0 18px 40px rgba(37,99,235,.12);

}

.software-module i{

    width:55px;

    height:55px;

    border-radius:14px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#2563EB;

    color:#fff;

    font-size:22px;

    flex-shrink:0;

}

.software-module h4{

    margin:0;

    font-size:18px;

    color:#111827;

}



/*==================================================
                BENEFITS
==================================================*/

.software-benefits{

    padding:100px 0;

    background:#fff;

}

.software-benefit-grid{

    display:grid;

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

    gap:35px;

}

.software-benefit{

    padding:40px;

    border-radius:22px;

    background:#fff;

    border:1px solid #E5E7EB;

    transition:.35s;

    box-shadow:0 10px 25px rgba(15,23,42,.05);

}

.software-benefit:hover{

    transform:translateY(-10px);

    border-color:#2563EB;

}

.software-benefit i{

    font-size:42px;

    color:#2563EB;

    margin-bottom:20px;

}

.software-benefit h3{

    margin-bottom:18px;

    color:#0F172A;

}

.software-benefit p{

    color:#64748B;

    line-height:1.9;

}



/*==================================================
                STATISTICS
==================================================*/

.software-stats{

    padding:90px 0;

    background:linear-gradient(135deg,#0F172A,#1D4ED8);

}

.software-stat-grid{

    display:grid;

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

    gap:30px;

}

.software-stat{

    text-align:center;

    padding:35px;

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

    border-radius:20px;

    backdrop-filter:blur(15px);

}

.software-stat h2{

    color:#fff;

    font-size:48px;

    margin-bottom:12px;

}

.software-stat p{

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

    margin:0;

}



/*==================================================
                HIGHLIGHT BOX
==================================================*/

.software-highlight{

    margin-top:60px;

    background:linear-gradient(135deg,#2563EB,#7C3AED);

    color:#fff;

    padding:50px;

    border-radius:24px;

    text-align:center;

}

.software-highlight h2{

    color:#fff;

    margin-bottom:20px;

}

.software-highlight p{

    max-width:800px;

    margin:auto;

    line-height:2;

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

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

@media (max-width: 991px){

    .software-grid,
    .software-about-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .software-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .software-module-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .software-benefit-grid{
        grid-template-columns:1fr;
    }

    .software-stat-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .software-title h2,
    .software-about-content h2{
        font-size:34px;
    }

    .software-content h1{
        font-size:42px;
    }

    .software-section,
    .software-about,
    .software-features,
    .software-modules,
    .software-gallery,
    .software-benefits,
    .software-stats{
        padding:70px 0;
    }

}

@media (max-width: 768px){

    .software-hero{
        padding:60px 0;
    }

    .software-content{
        text-align:center;
    }

    .software-content h1{
        font-size:32px;
        line-height:1.3;
    }

    .software-content p{
        font-size:16px;
    }

    .software-buttons{
        justify-content:center;
    }

    .software-btn,
    .software-btn-outline{
        width:100%;
        text-align:center;
    }

    .software-title h2,
    .software-about-content h2{
        font-size:28px;
    }

    .software-feature-grid,
    .software-module-grid,
    .software-gallery-grid,
    .software-stat-grid{
        grid-template-columns:1fr;
    }

    .software-preview{
        margin-top:20px;
    }

    .software-highlight{
        padding:30px 20px;
    }

    .software-highlight h2{
        font-size:26px;
    }

}

@media (max-width:480px){

    .software-badge{
        font-size:13px;
        padding:8px 16px;
    }

    .software-content h1{
        font-size:28px;
    }

    .software-content p{
        font-size:15px;
    }

    .software-feature,
    .software-benefit,
    .software-module{
        padding:20px;
    }

    .software-section,
    .software-about,
    .software-features,
    .software-modules,
    .software-gallery,
    .software-benefits,
    .software-stats{
        padding:50px 0;
    }

}