.je-catalog-hero,
.je-blog-hero,
.je-install-hero{
    position:relative;
    overflow:hidden;
    padding:70px 0 62px;
    color:#273044;
    background:
        radial-gradient(circle at 88% 18%,rgba(255,84,33,.11),transparent 30%),
        linear-gradient(135deg,#fff 0%,#fff8f4 62%,#fff1e8 100%);
    border-bottom:1px solid #f0e4dc;
}
.je-catalog-hero:after,
.je-blog-hero:after,
.je-install-hero:after{
    content:"";
    position:absolute;
    width:300px;height:300px;
    right:-160px;top:-165px;
    border:1px solid rgba(255,84,33,.13);
    border-radius:50%;
}
.je-catalog-hero h1,
.je-blog-hero h1,
.je-install-hero h1{
    margin-bottom:14px;
    color:#111827;
    font-weight:800;
}
.je-catalog-hero p,
.je-blog-hero p,
.je-install-hero p{
    color:#667085;
    font-size:17px;
    line-height:1.75;
}
.je-catalog-label{
    display:inline-flex;
    align-items:center;
    margin-bottom:11px;
    padding:6px 10px;
    color:#d84d18;
    background:#fff2e9;
    border:1px solid #ffd8c5;
    border-radius:3px;
    font-size:12px;
    font-weight:800;
}
.je-catalog-label i{margin-right:6px}
.je-catalog-card{
    height:100%;
    overflow:hidden;
    background:#fff;
    border:1px solid #ece8e5;
    border-radius:5px;
    transition:.22s ease;
}
.je-catalog-card:hover{
    transform:translateY(-4px);
    border-color:#ffcbb6;
    box-shadow:0 12px 30px rgba(15,23,42,.075);
}
.je-catalog-card img{
    width:100%;
    height:205px;
    object-fit:cover;
}
.je-catalog-body{padding:22px}
.je-catalog-body h2,
.je-catalog-body h3{
    margin-bottom:9px;
    color:#182033;
    font-size:20px;
    font-weight:800;
    line-height:1.35;
}
.je-catalog-body h2 a,
.je-catalog-body h3 a{color:#182033}
.je-catalog-body h2 a:hover,
.je-catalog-body h3 a:hover{color:#ff5421}
.je-catalog-body p{
    margin-bottom:14px;
    color:#667085;
    line-height:1.65;
}
.je-chip-row{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}
.je-chip-row span{
    padding:5px 8px;
    color:#4b5565;
    background:#fff8f3;
    border:1px solid #ffe0cf;
    border-radius:3px;
    font-size:12px;
    font-weight:700;
}
.je-card-link{color:#ff5421;font-size:13px;font-weight:800}
.je-card-link i{margin-left:5px}
.je-course-media-card{
    overflow:hidden;
    background:#fff;
    border:1px solid #eee4de;
    border-radius:5px;
    box-shadow:0 10px 30px rgba(15,23,42,.07);
}
.je-course-media-card img{width:100%;height:220px;object-fit:cover}
.je-course-media-card .inner{padding:22px}
.je-tool-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;height:40px;
    margin-right:9px;
    color:#ff5421;
    background:#fff2e9;
    border-radius:4px;
}

.je-blog-layout{padding:70px 0;background:#fbfaf9}
.je-blog-card{
    height:100%;
    overflow:hidden;
    background:#fff;
    border:1px solid #ece8e5;
    border-radius:5px;
    transition:.22s ease;
}
.je-blog-card:hover{
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(15,23,42,.07);
}
.je-blog-card img{width:100%;height:190px;object-fit:cover}
.je-blog-card-body{padding:21px}
.je-blog-meta{
    margin-bottom:8px;
    color:#ff5421;
    font-size:12px;
    font-weight:800;
    text-transform:uppercase;
}
.je-blog-card h2,
.je-blog-card h3{
    margin-bottom:9px;
    color:#182033;
    font-size:20px;
    font-weight:800;
    line-height:1.35;
}
.je-blog-card p{
    margin-bottom:12px;
    color:#667085;
    line-height:1.65;
}
.je-blog-sidebar{position:sticky;top:95px}
.je-side-box{
    margin-bottom:18px;
    padding:22px;
    background:#fff;
    border:1px solid #ece8e5;
    border-radius:5px;
}
.je-side-box h3{
    margin-bottom:14px;
    color:#182033;
    font-size:19px;
    font-weight:800;
}
.je-side-links{margin:0;padding:0;list-style:none}
.je-side-links li{border-bottom:1px solid #f0f0f0}
.je-side-links li:last-child{border-bottom:0}
.je-side-links a{
    display:block;
    padding:10px 0;
    color:#3f485a;
    font-size:14px;
    font-weight:700;
}
.je-side-links a:hover{color:#ff5421}
.je-blog-article{
    padding:34px;
    background:#fff;
    border:1px solid #ece8e5;
    border-radius:5px;
}
.je-blog-article h1{
    margin-bottom:14px;
    color:#111827;
    font-size:36px;
    font-weight:800;
    line-height:1.2;
}
.je-blog-article h2{
    margin-top:30px;
    margin-bottom:12px;
    color:#182033;
    font-size:25px;
    font-weight:800;
}
.je-blog-article p{color:#566074;line-height:1.8}
.je-blog-article ul{padding-left:20px;color:#566074;line-height:1.8}
.je-post-image{
    width:100%;
    max-height:360px;
    margin:18px 0 24px;
    object-fit:cover;
    border-radius:5px;
}

.je-form-control{
    width:100%;
    margin-bottom:10px;
    padding:12px 13px;
    background:#fff;
    border:1px solid #dedede;
    border-radius:3px;
    font-size:14px;
}
.je-form-control:focus{
    outline:0;
    border-color:#ff5421;
    box-shadow:0 0 0 2px rgba(255,84,33,.08);
}
.je-submit-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    min-height:46px;
    color:#fff;
    background:#ff5421;
    border:0;
    border-radius:3px;
    font-weight:800;
    cursor:pointer;
}
.je-submit-btn:hover{background:#e44718}
.je-install-card{
    padding:28px;
    background:#fff;
    border:1px solid #ece8e5;
    border-radius:5px;
    box-shadow:0 8px 25px rgba(15,23,42,.05);
}
.je-alert{
    margin-bottom:16px;
    padding:12px 14px;
    border-radius:4px;
    font-weight:700;
}
.je-alert-success{color:#16712b;background:#edf8ef;border:1px solid #cdeed4}
.je-alert-error{color:#a9271a;background:#fff0ef;border:1px solid #ffd0ca}
.je-alert-info{color:#97520d;background:#fff7ed;border:1px solid #ffd8ad}

@media(max-width:991px){
    .je-blog-sidebar{position:static;margin-top:25px}
    .je-catalog-card img{height:180px}
}
@media(max-width:767px){
    .je-catalog-hero,.je-blog-hero,.je-install-hero{padding:54px 0 48px}
    .je-blog-article{padding:24px}
    .je-blog-article h1{font-size:29px}
}
