/* Start custom CSS for html, class: .elementor-element-0b3c847 */#sitt-strict-wrapper {
    font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
    color:#333 !important;
    line-height:1.6;
    background:#fff;
    padding:60px 15px;
    max-width:1200px;
    margin:0 auto;
    box-sizing:border-box !important;
    overflow-x:hidden !important;
}
#sitt-strict-wrapper *{box-sizing:border-box !important;}

#sitt-strict-wrapper h1,#sitt-strict-wrapper h2,#sitt-strict-wrapper h3,#sitt-strict-wrapper h4,#sitt-strict-wrapper h5,#sitt-strict-wrapper h6,
#sitt-strict-wrapper h1 *,#sitt-strict-wrapper h2 *,#sitt-strict-wrapper h3 *,
#sitt-strict-wrapper .sitt-accordion-header{
    text-transform:none !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
    letter-spacing:normal !important;
}

#sitt-strict-wrapper h2{
    font-size:34px !important;
    color:#0d233a !important;
    font-weight:900 !important;
    margin-bottom:25px;
    text-align:center;
}
#sitt-strict-wrapper h3{
    font-size:22px !important;
    color:#0d233a !important;
    font-weight:800 !important;
    margin-bottom:15px;
}
#sitt-strict-wrapper p{
    color:#555 !important;
    margin-bottom:15px;
    font-size:16px !important;
}

/* BUTTONS */
@keyframes pulse-orange{
    0%{box-shadow:0 0 0 0 rgba(243,156,18,.7);}
    70%{box-shadow:0 0 0 15px rgba(243,156,18,0);}
    100%{box-shadow:0 0 0 0 rgba(243,156,18,0);}
}
#sitt-strict-wrapper .btn-primary{
    display:inline-flex;align-items:center;justify-content:center;gap:10px;
    background:#f39c12 !important;color:#fff !important;
    font-size:18px !important;font-weight:bold !important;
    padding:15px 35px !important;border-radius:5px !important;
    text-decoration:none !important;
    animation:pulse-orange 2s infinite;
}
#sitt-strict-wrapper .btn-primary:hover{
    background:#d68910 !important;
    transform:translateY(-5px);
    animation:none;
}

#sitt-strict-wrapper .btn-outline{
    background:transparent !important;
    color:#f39c12 !important;
    border:2px solid #f39c12 !important;
    padding:13px 35px !important;
    border-radius:5px !important;
    text-decoration:none !important;
}
#sitt-strict-wrapper .btn-outline:hover{
    background:#f39c12 !important;color:#fff !important;
}

/* LAYOUT */
#sitt-strict-wrapper .sitt-flex-row{
    display:flex;flex-wrap:wrap;gap:40px;margin-bottom:60px;align-items:center;
}
#sitt-strict-wrapper .sitt-col{flex:1;min-width:300px;}

#sitt-strict-wrapper .sitt-info-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:30px;margin-bottom:60px;
}
#sitt-strict-wrapper .sitt-info-block{
    background:#f8f9fa;
    padding:30px;
    border-radius:8px;
    border-left:4px solid #f39c12;
}

/* BENTO */
#sitt-strict-wrapper .sitt-bento-grid{display:grid;gap:25px;margin-bottom:60px;}
@media(min-width:1024px){
    #sitt-strict-wrapper .sitt-bento-grid{
        grid-template-columns:repeat(3,1fr);
        grid-template-areas:"box1 box1 box2" "box3 box4 box2";
    }
}
#sitt-strict-wrapper .bento-area-1{grid-area:box1;}
#sitt-strict-wrapper .bento-area-2{grid-area:box2;}
#sitt-strict-wrapper .bento-area-3{grid-area:box3;}
#sitt-strict-wrapper .bento-area-4{grid-area:box4;}

#sitt-strict-wrapper .sitt-bento-box{
    border-radius:20px;padding:40px;
}
#sitt-strict-wrapper .bento-blue{background:#0d233a;color:#fff;}
#sitt-strict-wrapper .bento-orange{background:#f39c12;color:#fff;}
#sitt-strict-wrapper .bento-light{background:#f8f9fa;}
#sitt-strict-wrapper .bento-white{background:#fff;border:3px solid #0d233a;}

/* LIST */
#sitt-strict-wrapper .sitt-features-list{
    list-style:none;padding:0;margin:0;
    display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;
}
#sitt-strict-wrapper .sitt-features-list li{
    padding-left:30px;font-weight:700;color:#0d233a !important;
    position:relative;
}
#sitt-strict-wrapper .sitt-features-list li:before{
    content:"✓";position:absolute;left:0;color:#f39c12;font-weight:bold;
}

/* CTA */
#sitt-strict-wrapper .sitt-middle-cta{
    background:#0d233a;
    color:#fff;
    padding:60px 20px;
    text-align:center;
    border-radius:12px;
}
#sitt-strict-wrapper .sitt-middle-cta h2{color:#fff !important;}
#sitt-strict-wrapper .sitt-middle-cta p{color:#fff !important;}

/* MOBILE */
@media(max-width:768px){
    #sitt-strict-wrapper{padding:30px 10px !important;}
    #sitt-strict-wrapper .sitt-flex-row{flex-direction:column !important;}
    #sitt-strict-wrapper h2{font-size:24px !important;}
}/* End custom CSS */