.elementor-52259 .elementor-element.elementor-element-9c68d8b{--display:flex;}.elementor-52259 .elementor-element.elementor-element-a38c8bd{--display:flex;}.elementor-52259 .elementor-element.elementor-element-7d7cd0e{--display:flex;}.elementor-52259 .elementor-element.elementor-element-9acff53{--display:flex;}.elementor-52259 .elementor-element.elementor-element-181accc{--display:flex;}.elementor-52259 .elementor-element.elementor-element-cb4552b{text-align:left;}.elementor-52259 .elementor-element.elementor-element-cb4552b .elementor-heading-title{font-size:38px;color:#D00000;}@media(max-width:1024px){.elementor-52259 .elementor-element.elementor-element-cb4552b{text-align:center;}}/* Start custom CSS for html, class: .elementor-element-4bf8c85 */.sap-hero{

    position:relative;
    min-height:680px;
    padding:100px 0;
    overflow:hidden;

    background-image:url("https://www.elmisoftware.com/wp-content/uploads/2026/07/sap.png");
    background-position:right center;
    background-repeat:no-repeat;
    background-size:cover;

}

.sap-overlay{

    position:absolute;
    inset:0;

    background:linear-gradient(
        90deg,
        rgba(255,255,255,.98) 0%,
        rgba(255,255,255,.94) 35%,
        rgba(255,255,255,.75) 55%,
        rgba(255,255,255,.25) 75%,
        rgba(255,255,255,0) 100%
    );

}

.sap-container{

    position:relative;
    z-index:2;
    max-width:1280px;
    margin:0 auto;
    padding:0 30px;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:60px;
    align-items:center;
    min-height:680px;

}

.sap-left{

    max-width:650px;

}

.sap-badge{

    display:inline-block;
    padding:8px 18px;
    border-radius:50px;
    background:#F1F1F1;
    color:#444;
    font-weight:700;
    margin-bottom:25px;

}

.sap-left h1{

    font-size:58px;
    line-height:1.05;
    font-weight:800;
    margin-bottom:20px;
    color:#2F2F2F;

}

.sap-left h1 span{

    color:#D00000;

}

.sap-left h2{

    font-size:28px;
    margin-bottom:25px;
    color:#3A3A3A;
    font-weight:600;

}

.sap-left p{

    font-size:19px;
    line-height:1.8;
    color:#555;
    margin-bottom:40px;

}

.sap-buttons{

    display:flex;
    gap:20px;
    flex-wrap:wrap;

}

.btn-primary{

    background:#D00000;
    color:#fff;
    padding:18px 34px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;

}

.btn-primary:hover{

    background:#B00000;

}

.btn-secondary{

    border:2px solid #4A4A4A;
    color:#4A4A4A;
    padding:18px 34px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;

}

.btn-secondary:hover{

    background:#4A4A4A;
    color:#fff;

}

.sap-form-card{

    background:#fff;
    padding:40px;
    border-radius:18px;
    box-shadow:0 20px 60px rgba(0,0,0,.15);

}

.sap-form-card h3{

    font-size:32px;
    margin-bottom:10px;
    color:#2F2F2F;

}

.sap-form-card p{

    margin-bottom:30px;
    color:#666;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-de5298c */.sap-myths{

    padding:90px 0;
    background:#ffffff;

}

.sap-container-small{

    max-width:1180px;
    margin:0 auto;
    padding:0 20px;
    box-sizing:border-box;

}

.sap-heading{

    text-align:center;
    margin-bottom:50px;

}

.sap-heading h2{

    font-size:42px;
    font-weight:800;
    color:#2F2F2F;
    margin-bottom:15px;
    line-height:1.2;

}

.sap-heading h2 span{

    color:#D00000;

}

.sap-heading p{

    font-size:18px;
    color:#666;
    max-width:760px;
    margin:0 auto;
    line-height:1.7;

}

.sap-heading strong{

    color:#444;

}

.myth-grid{

    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;

}

.myth-box{

    background:#fff;
    border:1px solid #E0E0E0;
    border-radius:10px;
    padding:24px;
    transition:.3s;
    display:flex;
    flex-direction:column;
    height:100%;
    box-sizing:border-box;

}

.myth-box:hover{

    transform:translateY(-5px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.myth-label{

    font-size:13px;
    font-weight:700;
    color:#D00000;
    margin-bottom:15px;

}

.myth-box h3{

    font-size:18px;
    font-weight:700;
    color:#2F2F2F;
    margin-bottom:20px;
    line-height:1.4;
    min-height:55px;

}

.truth{

    font-size:14px;
    font-weight:700;
    color:#16A34A;
    margin-bottom:15px;

}

.myth-box p{

    font-size:15px;
    line-height:1.7;
    color:#555;
    flex:1;

}

.myth-icon{

    margin-top:25px;
    font-size:36px;
    text-align:center;
    opacity:.8;

}

/* ===========================
   TABLET
=========================== */

@media (max-width:1024px){

    .sap-myths{

        padding:70px 0;

    }

    .sap-heading h2{

        font-size:34px;

    }

    .sap-heading p{

        font-size:17px;

    }

    .myth-grid{

        grid-template-columns:repeat(2,1fr);
        gap:20px;

    }

}

/* ===========================
   MOBILE
=========================== */

@media (max-width:767px){

    .sap-myths{

        padding:60px 0;

    }

    .sap-heading{

        margin-bottom:35px;

    }

    .sap-heading h2{

        font-size:28px;

    }

    .sap-heading p{

        font-size:16px;
        line-height:1.6;

    }

    .myth-grid{

        grid-template-columns:1fr;
        gap:18px;

    }

    .myth-box{

        padding:22px;

    }

    .myth-box h3{

        min-height:auto;
        font-size:20px;

    }

    .myth-box p{

        font-size:16px;

    }

    .myth-icon{

        font-size:32px;
        margin-top:20px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d9bed77 *//* ==========================================================
   SEZIONE BENEFICI + STATISTICHE
========================================================== */

.sap-benefits{

    padding:80px 0;
    background:#fff;

}

.sap-container-small{

    max-width:1280px;
    margin:0 auto;
    padding:0 25px;
    box-sizing:border-box;

}

/* ==========================================================
   HEADER
========================================================== */

.benefits-header{

    text-align:center;
    max-width:850px;
    margin:0 auto 65px;

}

.benefits-title{

    font-size:42px;
    font-weight:800;
    line-height:1.2;
    color:#2F2F2F;
    margin-bottom:18px;

}

.benefits-title span{

    color:#D00000;

}

.benefits-subtitle{

    font-size:19px;
    line-height:1.8;
    color:#666;

}

/* ==========================================================
   BENEFITS
========================================================== */

.benefits-grid{

    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:24px;
    margin-bottom:60px;

}

.benefit{

    background:#fff;
    border:1px solid #ECECEC;
    border-radius:14px;
    padding:28px 22px;
    text-align:center;
    transition:.30s;
    box-sizing:border-box;

}

.benefit:hover{

    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);

}

.benefit i{

    font-size:40px;
    color:#D00000;
    margin-bottom:20px;

}

.benefit h3{

    font-size:18px;
    font-weight:700;
    color:#2F2F2F;
    margin-bottom:12px;
    line-height:1.4;
    min-height:52px;

}

.benefit p{

    font-size:15px;
    line-height:1.7;
    color:#666;

}

/* ==========================================================
   STATISTICHE
========================================================== */

.sap-stats{

    background:#2F2F2F;
    border-radius:22px;
    padding:55px 40px;
    box-shadow:0 20px 50px rgba(0,0,0,.15);

}

.stats-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    align-items:center;

}

.stat-item{

    text-align:center;
    color:#fff;
    position:relative;

}

.stat-item:not(:last-child)::after{

    content:"";
    position:absolute;
    top:50%;
    right:-10px;
    transform:translateY(-50%);
    width:1px;
    height:85px;
    background:rgba(255,255,255,.15);

}

.stat-item i{

    font-size:32px;
    color:#D00000;
    margin-bottom:18px;

}

.number{

    font-size:34px;
    font-weight:800;
    line-height:1;
    color:#fff;
    margin-bottom:10px;

}

.label{

    font-size:18px;
    line-height:1.5;
    color:rgba(255,255,255,.85);

}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width:1024px){

    .sap-benefits{

        padding:70px 0;

    }

    .benefits-header{

        margin-bottom:50px;

    }

    .benefits-title{

        font-size:34px;

    }

    .benefits-subtitle{

        font-size:17px;

    }

    .benefits-grid{

        grid-template-columns:repeat(3,1fr);
        gap:22px;
        margin-bottom:45px;

    }

    .benefit h3{

        min-height:auto;

    }

    .sap-stats{

        padding:45px 30px;

    }

    .stats-grid{

        grid-template-columns:repeat(2,1fr);
        gap:35px;

    }

    .stat-item::after{

        display:none;

    }

    .number{

        font-size:52px;

    }

    .label{

        font-size:17px;

    }

}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:767px){

    .sap-benefits{

        padding:55px 0;

    }

    .benefits-header{

        margin-bottom:40px;

    }

    .benefits-title{

        font-size:28px;

    }

    .benefits-subtitle{

        font-size:16px;
        line-height:1.7;

    }

    .benefits-grid{

        grid-template-columns:1fr;
        gap:18px;
        margin-bottom:35px;

    }

    .benefit{

        padding:25px;

    }

    .benefit i{

        font-size:42px;

    }

    .benefit h3{

        font-size:20px;
        min-height:auto;

    }

    .benefit p{

        font-size:16px;

    }

    .sap-stats{

        padding:35px 25px;
        border-radius:18px;

    }

    .stats-grid{

        grid-template-columns:1fr;
        gap:28px;

    }

    .stat-item{

        padding-bottom:25px;

    }

    .stat-item:not(:last-child){

        border-bottom:1px solid rgba(255,255,255,.15);

    }

    .stat-item::after{

        display:none;

    }

    .number{

        font-size:46px;

    }

    .label{

        font-size:17px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5388b5 */.bo-resources-section{

    padding:100px 0;
    background:#F2F2F2;

}

.bo-resources-wrapper{

    max-width:1280px;
    margin:0 auto;
    padding:0 30px;

}

.bo-resources-header{

    text-align:center;
    margin:0 auto 70px;

}

.bo-resources-header h2{

    margin:0 0 20px;
    font-size:44px;
    font-weight:800;
    line-height:1.2;
    color:#3A3A3A;

}

.bo-resources-header h2 span{

    color:#D00000;

}

.bo-resources-header p{

    max-width:760px;
    margin:0 auto;
    font-size:18px;
    line-height:1.8;
    color:#666;

}

.bo-resources-grid{

    display:grid;
    grid-template-columns:repeat(2,minmax(320px,1fr));
    gap:40px;
    max-width:900px;
    margin:0 auto;

}

.bo-resource-card{

    display:flex;
    flex-direction:column;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e5e5e5;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:.3s;

}

.bo-resource-card:hover{

    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.12);

}

.bo-resource-card img{

    width:100%;
    height:220px;
    object-fit:cover;
    display:block;

}

.bo-resource-content{

    display:flex;
    flex-direction:column;
    flex:1;
    padding:30px;

}

.bo-resource-content h3{

    margin:0 0 18px;
    font-size:30px;
    font-weight:700;
    color:#3A3A3A;

}

.bo-resource-content p{

    flex:1;
    margin:0 0 30px;
    font-size:18px;
    line-height:1.7;
    color:#666;

}

.bo-resource-content a{

    display:inline-flex;
    justify-content:center;
    align-items:center;
    align-self:flex-start;

    padding:15px 28px;

    background:#D00000;
    color:#fff;

    border-radius:10px;
    text-decoration:none;
    font-weight:700;

    transition:.3s;

}

.bo-resource-content a:hover{

    background:#A00000;

}

@media (max-width:1024px){

    .bo-resources-section{

        padding:80px 0;

    }

    .bo-resources-grid{

        gap:30px;

    }

}

@media (max-width:768px){

    .bo-resources-wrapper{

        padding:0 20px;

    }

    .bo-resources-header{

        margin-bottom:50px;

    }

    .bo-resources-header h2{

        font-size:34px;

    }

    .bo-resources-header p{

        font-size:17px;

    }

    .bo-resources-grid{

        grid-template-columns:1fr;
        max-width:500px;

    }

    .bo-resource-card img{

        height:200px;

    }

    .bo-resource-content{

        padding:25px;

    }

    .bo-resource-content h3{

        font-size:26px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a700199 */.bo-cta-section{
    background:#3A3A3A;
    padding:100px 0;
}

.bo-cta-content{
    max-width:900px;
    margin:0 auto;
    text-align:center;
}

.bo-cta-badge{
    display:inline-block;
    padding:10px 24px;
    margin-bottom:30px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:999px;
    color:#fff;
    font-weight:700;
    letter-spacing:.08em;
}

.bo-cta-content h2{
    margin:0 0 30px;
    font-size:64px;
    line-height:1.15;
    font-weight:800;
    color:#fff !important;
}

.bo-cta-content h2 span{
    color:#D00000;
}

.bo-cta-content p{
    max-width:760px;
    margin:0 auto 40px;
    font-size:22px;
    line-height:1.8;
    color:#fff !important;
}

.bo-cta-button{
    display:inline-block;
    padding:18px 40px;
    background:#D00000;
    color:#fff !important;
    text-decoration:none;
    border-radius:10px;
    font-weight:700;
    transition:.3s;
}

.bo-cta-button:hover{
    background:#A00000;
}

@media(max-width:768px){

    .bo-cta-content h2{
        font-size:38px;
    }

    .bo-cta-content p{
        font-size:18px;
    }

}/* End custom CSS */