.elementor-289 .elementor-element.elementor-element-eec9c23{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f11048f */.jf-guide-section{

    padding:10px 20px;
}

.jf-guide-inner{
    max-width:1250px;
    margin:auto;
}

.jf-guide-hero{
    display:grid;
    grid-template-columns:520px 1fr;
    gap:50px;
    align-items:center;
    margin-bottom:45px;
}

.jf-guide-image img{
    width:100%;
    border-radius:16px;
    box-shadow:0 20px 45px rgba(25,53,90,.16);
}

.jf-guide-intro span{
    color:#ed782c;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:.8px;
    font-size:13px;
}

.jf-guide-intro h1{
    color:#19355a;
    font-size:clamp(34px,4vw,50px);
    line-height:1.1;
    margin:12px 0 18px;
}

.jf-guide-intro p{
    color:#566577;
    line-height:1.8;
    font-size:16px;
}

.jf-guide-intro a{
    color:#ed782c;
    font-weight:700;
    text-decoration:none;
}

.jf-guide-badges{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.jf-guide-badges div{
    background:#fff;
    padding:12px 18px;
    border-radius:30px;
    border:1px solid rgba(25,53,90,.08);
    font-weight:700;
}

.jf-guide-badges i{
    color:#ed782c;
    margin-right:8px;
}

.jf-guide-toc{
    background:#19355a;
    color:#fff;
    border-radius:16px;
    padding:28px;
    margin-bottom:35px;
}

.jf-guide-toc h3{
    margin:0 0 16px;
}

.jf-guide-toc ul{
    display:flex;
    flex-wrap:wrap;
    gap:25px;
    list-style:none;
    padding:0;
    margin:0;
}

.jf-guide-toc a{
    color:#fff;
    text-decoration:none;
    font-weight:600;
}

.jf-guide-toc a:hover{
    color:#ed782c;
}

.jf-guide-content{
    display:grid;
    gap:24px;
}

.jf-guide-card{
    background:#fff;
    border-radius:16px;
    padding:32px;
    box-shadow:0 10px 30px rgba(25,53,90,.08);
}

.jf-guide-card h2{
    color:#19355a;
    margin:0 0 16px;
}

.jf-guide-card h2 i{
    color:#ed782c;
    margin-right:10px;
}

.jf-guide-card p{
    color:#566577;
    line-height:1.8;
}

.jf-guide-card a{
    color:#ed782c;
    font-weight:700;
    text-decoration:none;
}

.jf-guide-checklist{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
    margin-top:20px;
}

.jf-guide-checklist div{
    background:#f6f8fb;
    padding:15px;
    border-radius:10px;
    border-left:4px solid #ed782c;
    font-weight:600;
    color:#19355a;
}

.jf-guide-cta{
    margin-top:40px;
    background:linear-gradient(90deg,#09213b,#19355a);
    border-radius:18px;
    padding:35px;
    display:grid;
    grid-template-columns:1fr auto;
    gap:30px;
    align-items:center;
}

.jf-guide-cta h2{
    color:#fff;
    margin:0 0 10px;
}

.jf-guide-cta p{
    color:rgba(255,255,255,.82);
    margin:0;
}

.jf-guide-buttons{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.jf-guide-btn{
    background:#ed782c;
    color:#fff !important;
    text-decoration:none;
    padding:14px 24px;
    border-radius:6px;
    text-align:center;
    font-weight:700;
    text-transform:uppercase;
}

.jf-guide-phone{
    color:#fff !important;
    text-align:center;
    text-decoration:none;
    font-weight:700;
}

.jf-guide-phone i{
    color:#ed782c;
    margin-right:8px;
}

@media(max-width:900px){

.jf-guide-hero,
.jf-guide-cta{
grid-template-columns:1fr;
}

.jf-guide-checklist{
grid-template-columns:1fr;
}

.jf-guide-toc ul{
flex-direction:column;
gap:10px;
}

}/* End custom CSS */