.elementor-396 .elementor-element.elementor-element-3465848{--display:flex;}/* Start custom CSS for html, class: .elementor-element-95f9e5e *//* ==========================================================
   FOUNDATION GUIDES
========================================================== */

.jf-guide-section{

    padding:10px 20px;
}

.jf-guide-inner{
    max-width:1250px;
    margin:auto;
}

/* ---------------- Hero ---------------- */

.jf-guide-hero{
    display:grid;

    gap:50px;
    align-items:center;
    margin-bottom:45px;
}

.jf-guide-image img{
    width:100%;
    display:block;
    border-radius:18px;
    box-shadow:0 20px 45px rgba(25,53,90,.16);
}

.jf-guide-intro span{
    color:#ed782c;
    text-transform:uppercase;
    font-weight:800;
    letter-spacing:1px;
    font-size:13px;
}

.jf-guide-intro h1{
    color:#19355a;
    margin:12px 0 18px;
    font-size:clamp(34px,4vw,50px);
    line-height:1.1;
}

.jf-guide-intro p{
    color:#566577;
    font-size:16px;
    line-height:1.85;
    margin-bottom:18px;
}

.jf-guide-intro a{
    color:#ed782c;
    font-weight:700;
    text-decoration:none;
}

.jf-guide-intro a:hover{
    color:#19355a;
}

/* ---------------- Badges ---------------- */

.jf-guide-badges{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.jf-guide-badges div{
    background:#fff;
    border:1px solid rgba(25,53,90,.08);
    border-radius:30px;
    padding:12px 18px;
    box-shadow:0 6px 16px rgba(25,53,90,.05);
    color:#19355a;
    font-weight:700;
}

.jf-guide-badges i{
    color:#ed782c;
    margin-right:8px;
}

/* ---------------- TOC ---------------- */

.jf-guide-toc{

    background:linear-gradient(90deg,#09213b,#19355a);

    border-radius:18px;

    padding:30px;

    margin-bottom:35px;

}

.jf-guide-toc h3{

    color:#fff;

    margin:0 0 18px;

}

.jf-guide-toc h3 i{

    color:#ed782c;

    margin-right:10px;

}

.jf-guide-toc ul{

    display:flex;

    flex-wrap:wrap;

    gap:18px 30px;

    list-style:none;

    padding:0;

    margin:0;

}

.jf-guide-toc li{

    margin:0;

}

.jf-guide-toc a{

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.25s;

}

.jf-guide-toc a:hover{

    color:#ed782c;

}

/* ---------------- Cards ---------------- */

.jf-guide-content{

    display:grid;

    gap:24px;

}

.jf-guide-card{

    background:#fff;

    border-radius:18px;

    padding:34px;

    border:1px solid rgba(25,53,90,.08);

    box-shadow:0 10px 30px rgba(25,53,90,.06);

}

.jf-guide-card h2{

    color:#19355a;

    margin:0 0 18px;

    font-size:30px;

    line-height:1.2;

}

.jf-guide-card h2 i{

    color:#ed782c;

    margin-right:12px;

}

.jf-guide-card p{

    color:#566577;

    line-height:1.85;

    margin-bottom:18px;

}

.jf-guide-card p:last-child{

    margin-bottom:0;

}

.jf-guide-card a{

    color:#ed782c;

    font-weight:700;

    text-decoration:none;

}

.jf-guide-card a:hover{

    color:#19355a;

}

/* ---------------- Checklist ---------------- */

.jf-guide-checklist{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:14px;

    margin-top:25px;

}

.jf-guide-checklist div{

    background:#f6f8fb;

    border-left:4px solid #ed782c;

    border-radius:10px;

    padding:16px;

    color:#19355a;

    font-weight:600;

}

/* ---------------- CTA ---------------- */

.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:35px;

    align-items:center;

    box-shadow:0 20px 45px rgba(25,53,90,.15);

}

.jf-guide-cta h2{

    color:#fff;

    margin:0 0 12px;

}

.jf-guide-cta p{

    color:rgba(255,255,255,.82);

    line-height:1.8;

    margin:0;

}

.jf-guide-buttons{

    display:flex;

    flex-direction:column;

    gap:12px;

}

.jf-guide-btn{

    display:inline-block;

    background:#ed782c;

    color:#fff!important;

    text-decoration:none;

    padding:14px 26px;

    border-radius:6px;

    text-align:center;

    text-transform:uppercase;

    font-weight:700;

    transition:.25s;

}

.jf-guide-btn:hover{

    background:#fff;

    color:#19355a!important;

}

.jf-guide-phone{

    color:#fff !important;

    text-decoration:none;

    text-align:center;

    font-weight:700;

}

.jf-guide-phone i{

    color:#ed782c;

    margin-right:8px;

}

/* ---------------- Responsive ---------------- */

@media(max-width:950px){

.jf-guide-hero,
.jf-guide-cta{

grid-template-columns:1fr;

}

.jf-guide-checklist{

grid-template-columns:1fr;

}

.jf-guide-buttons{

align-items:flex-start;

}

}

@media(max-width:700px){

.jf-guide-section{

padding:60px 18px;

}

.jf-guide-toc ul{

display:grid;

grid-template-columns:1fr;

gap:10px;

}

.jf-guide-card{

padding:26px;

}

.jf-guide-card h2{

font-size:26px;

}

}/* End custom CSS */