/*====================================================
NEWS & PRESS ARCHIVE
====================================================*/

.news-hero{
    background:linear-gradient(rgba(0,40,90,0.75),rgba(0,40,90,0.75)),
    url("images/banners/banner1.jpg");
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    color:#fff;
    text-align:center;
    padding:120px 20px;
}

.hero-overlay{
    max-width:1000px;
    margin:auto;
}

.news-hero h1{
    font-size:48px;
    margin-bottom:25px;
    font-weight:700;
    letter-spacing:1px;
}

.news-hero p{
    font-size:20px;
    line-height:1.9;
    max-width:900px;
    margin:auto;
}

/*========================================*/

.news-intro{

    background:#ffffff;
    padding:80px 20px;

}

.container{

    width:90%;
    max-width:1200px;
    margin:auto;

}

.news-intro h2{

    text-align:center;
    color:#0b2d6b;
    font-size:36px;
    margin-bottom:30px;

}

.news-intro p{

    text-align:center;
    font-size:19px;
    color:#555;
    line-height:1.9;

}

/*========================================*/

.media-stats{

    background:#f5f7fb;
    padding:80px 20px;

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(230px,1fr));

    gap:30px;

}

.stat-box{

    background:#ffffff;
    text-align:center;
    padding:40px 25px;
    border-radius:15px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.4s;

}

.stat-box:hover{

    transform:translateY(-10px);

}

.stat-box i{

    font-size:48px;
    color:#d4af37;
    margin-bottom:20px;

}

.stat-box h3{

    color:#0b2d6b;
    font-size:38px;
    margin-bottom:10px;

}

.stat-box p{

    color:#666;
    font-size:18px;

}

/*========================================*/

.featured-media{

    background:white;
    padding:90px 20px;
    text-align:center;

}

.featured-media h2{

    color:#0b2d6b;
    font-size:38px;
    margin-bottom:25px;

}

.featured-media p{

    max-width:900px;
    margin:auto;
    color:#555;
    line-height:1.8;
    font-size:19px;

}

/*========================================*/

.media-showcase{

    background:#eef3fb;
    padding:90px 20px;

}

/*========================================*/

.news-footer{

    background:#0b2d6b;
    color:white;
    text-align:center;
    padding:40px 20px;

}

.news-footer p{

    font-size:17px;
    line-height:1.8;

}

/*========================================*/

@media(max-width:768px){

.news-hero{

padding:80px 20px;

}

.news-hero h1{

font-size:34px;

}

.news-hero p{

font-size:18px;

}

.news-intro h2{

font-size:30px;

}

.featured-media h2{

font-size:30px;

}

}
/* ==========================================================
   NEWS & PRESS HERO
========================================================== */

.media-hero{

    width:100%;

    background:#071b48;

    overflow:hidden;

}

.hero-banner{

    display:block;

    width:100%;

    height:auto;

}

/* Hide overlay ONLY on the News & Press page */
.media-hero .hero-overlay{

    display:none;

}

/* INTRO */

.media-intro{

    background:#ffffff;

    padding:70px 8%;

}

.container{

    max-width:1200px;

    margin:auto;

}

.media-intro h2{

    text-align:center;

    color:#0b2d6b;

    font-size:38px;

    margin-bottom:25px;

}

.media-intro p{

    text-align:center;

    font-size:18px;

    color:#555;

    line-height:1.9;

    max-width:900px;

    margin:auto;

}

/* FEATURE TITLE */

.media-featured{

    background:#f5f7fb;

    padding:50px 8% 10px;

    text-align:center;

}

.media-featured h2{

    color:#0b2d6b;

    font-size:38px;

    margin-bottom:15px;

}

.section-subtitle{

    color:#666;

    font-size:18px;

}


/* ===================================================
   PRESS CARD
=================================================== */

.press-card{

    width:95%;

    max-width:1280px;

    margin:50px auto;

    background:#ffffff;

    border-radius:18px;

    display:grid;

    grid-template-columns:38% 62%;

    gap:30px;

    padding:35px;

    box-shadow:0 12px 35px rgba(0,0,0,.12);

    transition:.35s;

}

.press-card:hover{

    transform:translateY(-6px);

    box-shadow:0 18px 45px rgba(0,0,0,.18);

}


/* IMAGE SIDE */

.press-image{

    display:flex;

    justify-content:center;

    align-items:flex-start;

}

.press-image img{

    width:100%;

    max-width:420px;

    height:auto;

    border-radius:10px;

    border:1px solid #ddd;

    box-shadow:0 8px 20px rgba(0,0,0,.15);

    transition:.35s;

}

.press-image img:hover{

    transform:scale(1.02);

}


/* CONTENT */

.press-content{

    display:flex;

    flex-direction:column;

    justify-content:center;

}

.media-house{

    display:inline-block;

    align-self:flex-start;

    background:#0b2d6b;

    color:#ffffff;

    padding:8px 18px;

    border-radius:30px;

    font-size:13px;

    font-weight:bold;

    letter-spacing:1px;

    margin-bottom:22px;

}

.press-content h2{

    color:#0b2d6b;

    font-size:38px;

    line-height:1.35;

    margin-bottom:25px;

}

.press-meta{

    display:flex;

    flex-wrap:wrap;

    gap:25px;

    color:#777;

    font-weight:600;

    margin-bottom:28px;

}

.press-content p{

    color:#555;

    font-size:19px;

    line-height:1.9;

    margin-bottom:35px;

}


/* BUTTON */

.press-button{

    display:inline-block;

    align-self:flex-start;

    background:#0b2d6b;

    color:#ffffff;

    text-decoration:none;

    padding:15px 34px;

    border-radius:40px;

    font-weight:bold;

    transition:.3s;

}

.press-button:hover{

    background:#d4af37;

    color:#0b2d6b;

}


/* ==========================================================
   ARCHIVE CONTINUES
========================================================== */

.archive-continues{

    background:#143d8d;

    color:#ffffff;

    padding:70px 40px;

    border-radius:20px;

    max-width:1100px;

    margin:80px auto;

    text-align:center;

    box-shadow:0 15px 35px rgba(0,0,0,.18);

}

.archive-continues h2{

    color:#ffffff;

    font-size:38px;

    margin-bottom:25px;

    font-weight:700;

}

.archive-continues p{

    max-width:850px;

    margin:18px auto;

    font-size:18px;

    line-height:1.8;

    color:#f2f2f2;

}

/* ===================================================
   RESPONSIVE
=================================================== */

@media(max-width:1100px){

.press-card{

grid-template-columns:1fr;

text-align:center;

}

.press-image{

justify-content:center;

}

.press-content{

align-items:center;

}

.media-house{

align-self:center;

}

.press-button{

align-self:center;

}

.press-content h2{

font-size:32px;

}

}


@media(max-width:768px){

.media-hero{

height:28vh;

min-height:220px;

}

.media-hero h1{

font-size:40px;

}

.media-hero p{

font-size:18px;

}

.media-intro h2,
.media-featured h2,
.coming-soon h2{

font-size:30px;

}

.press-card{

padding:25px;

}

.press-content h2{

font-size:28px;

}

.press-content p{

font-size:17px;

}

.press-button{

width:100%;

text-align:center;

}

}
/* ==========================================================
   MEDIA STATISTICS
========================================================== */

.media-stats{

    padding:70px 20px;

    background:#ffffff;

}

.stats-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:25px;

}

.stat-card{

    background:#f8f9fc;

    border-radius:18px;

    padding:35px 20px;

    text-align:center;

    transition:.3s;

    border:1px solid #e6eaf2;

    box-shadow:0 8px 22px rgba(0,0,0,.05);

}

.stat-card:hover{

    transform:translateY(-8px);

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.stat-number{

    font-size:46px;

    font-weight:700;

    color:#0b2d6b;

    margin-bottom:12px;

}

.stat-title{

    font-size:18px;

    font-weight:600;

    color:#444;

}
/* ==========================================================
   FEATURED RIBBON
========================================================== */

.featured-ribbon{

    display:inline-block;

    background:#d4af37;

    color:#071b48;

    font-weight:700;

    letter-spacing:1px;

    padding:10px 22px;

    border-radius:40px;

    margin-bottom:25px;

    font-size:14px;

    box-shadow:0 8px 18px rgba(0,0,0,.12);

}
/* ==========================================================
   EDITORIAL NOTE
========================================================== */

.editorial-note{

    padding:40px 20px 80px;

    text-align:center;

}

.editorial-note h3{

    color:#0b2d6b;

    margin-bottom:18px;

    font-size:28px;

}

.editorial-note p{

    max-width:900px;

    margin:auto;

    line-height:1.9;

    color:#555;

    font-size:17px;

}
/* ==========================================================
   SPECIAL APPRECIATION
========================================================== */

.special-appreciation{

    max-width:1000px;

    margin:70px auto;

    padding:40px;

    background:#ffffff;

    border-left:6px solid #c89b3c;

    border-radius:12px;

    box-shadow:0 8px 20px rgba(0,0,0,0.08);

}

.special-appreciation h2{

    color:#0b2d6b;

    margin-bottom:20px;

    text-align:center;

}

.special-appreciation p{

    color:#444;

    line-height:1.9;

    font-size:17px;

    margin-bottom:18px;

    text-align:justify;

}
/* ==========================================================
   MEDIA CARD CLICKABLE LINKS
========================================================== */

.media-card-link{

    display:block;
    text-decoration:none;
    color:inherit;

}

.media-card-link:visited,
.media-card-link:hover,
.media-card-link:active{

    text-decoration:none;
    color:inherit;

}
/* ==========================================================
   MEDIA ARCHIVE BUTTON
========================================================== */

.media-btn{

    display:inline-block;
    background:#0b2d6b;
    color:#ffffff;
    text-decoration:none;
    padding:12px 22px;
    border-radius:5px;
    font-size:14px;
    font-weight:bold;
    margin-top:18px;
    transition:0.3s ease;

}

.media-btn:hover{

    background:#133d8d;
    color:#ffffff;
    transform:translateY(-2px);

}
/* ==========================================================
   NEWS & PRESS ARCHIVE — FIXED NAVIGATION
========================================================== */

html,
body{
    margin:0;
    padding:0;
}


/* ================= FIXED NAVIGATION ================= */

.news-archive-nav{

    position:sticky;
    top:0;
    z-index:1000;

    width:100%;

    background:#0b3475;

    box-shadow:0 2px 8px rgba(0,0,0,0.18);

}

.news-archive-nav-inner{

    max-width:1100px;

    margin:0 auto;

    padding:10px 20px;

    display:flex;
    justify-content:center;
    align-items:center;

    gap:12px;

    box-sizing:border-box;

}


/* ================= NAVIGATION BUTTONS ================= */

.news-nav-button{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:38px;

    padding:0 18px;

    color:#ffffff;

    text-decoration:none;

    font-weight:700;
    font-size:14px;

    border:1px solid rgba(255,255,255,0.35);
    border-radius:8px;

    box-sizing:border-box;

}

.news-nav-button:hover,
.news-nav-button.active{

    background:rgba(255,255,255,0.12);

}


/* ================= ARTICLE DROPDOWN ================= */

.news-archive-select{

    min-width:250px;
    height:38px;

    padding:0 14px;

    background:#0b3475;
    color:#ffffff;

    border:1px solid rgba(255,255,255,0.35);
    border-radius:8px;

    font-weight:700;
    font-size:14px;

    cursor:pointer;

}


/* ================= HERO / BANNER ================= */

/* ==========================================================
   NEWS & PRESS HERO — FULL WIDTH / NO CROPPING
========================================================== */

.media-hero{

    width:100%;

    margin:0;
    padding:0;

    background:#06152f;

    line-height:0;

    overflow:hidden;

}

.media-hero .hero-banner{

    display:block;

    width:100%;
    height:auto;

    margin:0;
    padding:0;

    border-radius:0;
    box-shadow:none;

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width:900px){

    .media-hero{

        height:300px;

    }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:700px){

    .media-hero{

        height:220px;

    }

    .media-hero .hero-banner{

        width:100%;
        height:100%;

        object-fit:cover;
        object-position:center;

        border-radius:0;

    }

}


/* ================= MOBILE ================= */

@media (max-width:700px){

    .news-archive-nav-inner{

        padding:8px 10px;

        gap:7px;

    }

    .news-nav-button{

        min-height:34px;

        padding:0 10px;

        font-size:12px;

    }

    .news-archive-select{

        min-width:0;
        width:145px;
        height:34px;

        padding:0 8px;

        font-size:12px;

    }

}
/* ==========================================================
   ARCHIVE CONTINUES — COMPACT FINAL INFO BOX
========================================================== */

.archive-continues{

    max-width:850px;

    margin:35px auto 25px;

    padding:0 20px;

    box-sizing:border-box;

}

.archive-continues .container{

    max-width:100%;

    margin:0 auto;

    padding:28px 40px;

    background:#17479e;

    color:#ffffff;

    text-align:center;

    border-radius:14px;

    box-shadow:0 5px 15px rgba(0,0,0,0.12);

    box-sizing:border-box;

}

.archive-continues h2{

    margin:0 0 18px;

    font-size:27px;

    line-height:1.3;

}

.archive-continues p{

    max-width:720px;

    margin:0 auto 14px;

    font-size:15px;

    line-height:1.7;

}

.archive-continues p:last-child{

    margin-bottom:0;

}


/* MOBILE */

@media (max-width:700px){

    .archive-continues{

        margin:25px auto 20px;

        padding:0 12px;

    }

    .archive-continues .container{

        padding:24px 20px;

    }

    .archive-continues h2{

        font-size:23px;

    }

    .archive-continues p{

        font-size:14px;

    }

}