
        .jprs-infos-wrapper{
            max-width:1200px;
            margin:0 auto;
            padding:40px 20px;
        }

        .jprs-infos-header{
            text-align:center;
            margin-bottom:35px;
        }

        .jprs-infos-header h2{
            font-size:42px;
            font-weight:800;
            color:#123b5d;
            margin-bottom:10px;
        }

        .jprs-infos-header p{
            font-size:18px;
            color:#555;
        }

        .jprs-empty{
            text-align:center;
            color:#666;
            padding:30px;
            background:#f6f8fb;
            border-radius:18px;
        }

        .jprs-featured-info{
            background:#fff;
            border-radius:24px;
            overflow:hidden;
            box-shadow:0 14px 40px rgba(0,0,0,.12);
            margin-bottom:40px;
            border:1px solid rgba(30,111,159,.15);
        }

        .jprs-featured-info a,
        .jprs-info-card a{
            color:inherit;
            text-decoration:none;
        }

        .jprs-featured-info img{
            width:100%;
            height:360px;
            object-fit:cover;
            display:block;
        }

        .jprs-featured-content{
            padding:32px;
        }

        .jprs-featured-content h3{
            font-size:32px;
            color:#123b5d;
            margin:15px 0;
        }

        .jprs-infos-grid{
            display:grid;
            grid-template-columns:repeat(3,1fr);
            gap:28px;
        }

        .jprs-info-card{
            background:#fff;
            border-radius:18px;
            overflow:hidden;
            box-shadow:0 10px 28px rgba(0,0,0,.10);
            border:1px solid rgba(30,111,159,.12);
            transition:.25s ease;
        }

        .jprs-info-card:hover{
            transform:translateY(-6px);
            box-shadow:0 16px 38px rgba(0,0,0,.16);
        }

        .jprs-info-card img{
            width:100%;
            height:210px;
            object-fit:cover;
            display:block;
        }

        .jprs-info-content{
            padding:24px;
        }

        .jprs-info-content h3{
            font-size:22px;
            font-weight:800;
            color:#123b5d;
            margin:12px 0;
        }

        .jprs-info-content p,
        .jprs-featured-content p{
            color:#555;
            line-height:1.6;
        }

        .jprs-badge{
            display:inline-block;
            padding:7px 14px;
            border-radius:999px;
            font-size:12px;
            font-weight:800;
            text-transform:uppercase;
            letter-spacing:.6px;
        }

        .jprs-badge.urgent{
            background:#c62828;
            color:#fff;
        }

        .jprs-badge.featured{
            background:#1E6F9F;
            color:#fff;
        }

        .jprs-readmore{
            display:inline-block;
            margin-top:14px;
            color:#1E6F9F;
            font-weight:800;
        }

        @media(max-width:900px){
            .jprs-infos-grid{
                grid-template-columns:repeat(2,1fr);
            }
        }

        @media(max-width:600px){
            .jprs-infos-grid{
                grid-template-columns:1fr;
            }

            .jprs-infos-header h2{
                font-size:32px;
            }

            .jprs-featured-info img{
                height:240px;
            }
        }
.jprs-hero{
    margin:40px 0;
    padding:70px 35px;
    border-radius:28px;
    background:linear-gradient(135deg,#123b5d,#1E6F9F);
    color:#fff;
    text-align:center;
    overflow:hidden;
}

.jprs-hero-label{
    display:inline-block;
    margin-bottom:16px;
    padding:8px 16px;
    border-radius:999px;
    background:rgba(255,255,255,.16);
    font-size:13px;
    font-weight:800;
    letter-spacing:.8px;
    text-transform:uppercase;
}

.jprs-hero h1{
    margin:0 0 18px 0;
    font-size:52px;
    line-height:1.05;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:2px;
}

.jprs-hero p{
    max-width:760px;
    margin:0 auto;
    font-size:19px;
    line-height:1.6;
    opacity:.95;
}

@media(max-width:768px){
    .jprs-hero{
        padding:45px 22px;
        border-radius:22px;
    }

    .jprs-hero h1{
        font-size:34px;
    }

    .jprs-hero p{
        font-size:16px;
    }
}
    
.jprs-container{
    max-width:1200px;
    margin:0 auto;
    padding:40px 20px;
}
.jprs-featured-section{
    margin-top:45px;
}

.jprs-section-heading{
    text-align:center;
    margin-bottom:24px;
}

.jprs-section-heading span{
    display:inline-block;
    color:#1E6F9F;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:13px;
    margin-bottom:8px;
}

.jprs-section-heading h2{
    color:#123b5d;
    font-size:34px;
    font-weight:900;
    margin:0;
}

.jprs-featured-card{
    background:#fff;
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 16px 42px rgba(0,0,0,.14);
    border:1px solid rgba(30,111,159,.14);
}

.jprs-featured-card a{
    display:grid;
    grid-template-columns:1.15fr .85fr;
    color:inherit;
    text-decoration:none;
}

.jprs-featured-image img{
    width:100%;
    height:100%;
    min-height:360px;
    object-fit:cover;
    display:block;
}

.jprs-featured-body{
    padding:42px;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.jprs-featured-body h3{
    color:#123b5d;
    font-size:34px;
    line-height:1.15;
    margin:16px 0 12px;
    font-weight:900;
}

.jprs-featured-body p{
    color:#555;
    line-height:1.7;
    font-size:16px;
}

@media(max-width:768px){
    .jprs-featured-card a{
        grid-template-columns:1fr;
    }

    .jprs-featured-image img{
        min-height:220px;
    }

    .jprs-featured-body{
        padding:26px;
    }

    .jprs-featured-body h3{
        font-size:26px;
    }
}
.jprs-latest-section{
    margin-top:60px;
}

.jprs-cards-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
}

.jprs-info-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 10px 28px rgba(0,0,0,.10);
    border:1px solid rgba(30,111,159,.12);
    transition:.25s ease;
}

.jprs-info-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 42px rgba(0,0,0,.16);
}

.jprs-info-card a{
    color:inherit;
    text-decoration:none;
}

.jprs-card-image{
    position:relative;
    height:210px;
    background:#f2f6f9;
    overflow:hidden;
}

.jprs-card-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:.35s ease;
}

.jprs-info-card:hover .jprs-card-image img{
    transform:scale(1.06);
}

.jprs-card-badge{
    position:absolute;
    top:14px;
    left:14px;
    padding:7px 14px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    color:#fff;
}

.jprs-card-badge.urgent{
    background:#c62828;
}

.jprs-card-body{
    padding:24px;
}

.jprs-card-date{
    color:#1E6F9F;
    font-size:13px;
    font-weight:800;
    margin-bottom:10px;
}

.jprs-card-body h3{
    color:#123b5d;
    font-size:22px;
    line-height:1.2;
    font-weight:900;
    margin:0 0 12px;
}

.jprs-card-body p{
    color:#555;
    line-height:1.6;
    font-size:15px;
}

@media(max-width:900px){
    .jprs-cards-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
    .jprs-cards-grid{
        grid-template-columns:1fr;
    }
}