:root{
  --navy:#001c3a;
  --navy-2:#06254a;
  --card:#0d2d5c;
  --card-2:#12366b;
  --light:#f4f7fb;
  --white:#ffffff;
  --ink:#0a1b33;
  --muted:#637083;
  --line:#e7edf5;
  --blue:#0867d8;
  --shadow:0 14px 36px rgba(6,30,62,.14);
  --soft-shadow:0 8px 22px rgba(10,27,51,.08);
  --radius:18px;
}
.single-post .post-content,
.single-post .post-content p,
.single-post .post-content span,
.single-post .post-content div,
.single-post .post-content li{
    color:#222 !important;
}

.has-white-color{
    color:#222 !important;
}
.navbar-nav li {
    position: relative;
}

.navbar-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 9999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.navbar-nav li:hover > .sub-menu {
    display: block;
}

.navbar-nav .sub-menu li a {
    display: block;
    padding: 10px 15px;
    color: #222;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav .sub-menu li a:hover {
    background: #f2f2f2;
}

/* Third level submenu */
.navbar-nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
/* Main menu spacing */
.navbar-nav {
    gap: 90px;
    align-items: center;
}

.navbar-nav > li > a {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #071b3a;
    text-decoration: none;
    white-space: nowrap;
}

/* Dropdown */
.navbar-nav li {
    position: relative;
}

.navbar-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 360px;
    background: #fff;
    padding: 18px 0;
    margin: 0;
    list-style: none;
    z-index: 99999;
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Show submenu */
.navbar-nav li:hover > .sub-menu {
    display: block;
}

/* Submenu links */
.navbar-nav .sub-menu li a {
    display: block;
    padding: 14px 24px;
    font-size: 17px;
    font-weight: 700;
    color: #071b3a;
    text-decoration: none;
    white-space: normal;
    line-height: 1.4;
}

.navbar-nav .sub-menu li a:hover {
    background: #f4f7fb;
    color: #0d6efd;
}

/* Third level submenu */
.navbar-nav .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

/* Mobile fix */
@media (max-width: 991px) {
    .navbar-nav {
        gap: 0;
    }

    .navbar-nav .sub-menu,
    .navbar-nav .sub-menu .sub-menu {
        position: static;
        width: 100%;
        box-shadow: none;
        padding-left: 20px;
    }
}
*{box-sizing:border-box}
body{background:var(--light);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:15px;line-height:1.55}
a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}
.page-container{max-width:1440px;margin:0 auto;padding-left:34px;padding-right:34px}.container{max-width:1440px}
.site-header{height:102px;background:#fff;border-bottom:1px solid #eef2f7;box-shadow:0 2px 14px rgba(10,27,51,.04);position:sticky;top:0;z-index:1000}.header-container{max-width:1440px;margin:0 auto;padding-left:34px;padding-right:34px}.navbar{min-height:102px;padding:0}.brand-wrap{display:flex;align-items:center;gap:20px}.brand-logo,.custom-logo{max-height:74px;width:auto!important;object-fit:contain}.main-nav{gap:34px;align-items:center}.navbar-nav .nav-link{font-weight:700;color:#091a36!important;padding:38px 0 28px!important;position:relative;font-size:15px}.navbar-nav .nav-link:hover,.navbar-nav .current-menu-item .nav-link{color:#075fd2!important}.navbar-nav .current-menu-item .nav-link:after,.navbar-nav .nav-link:hover:after{content:"";height:3px;background:#075fd2;border-radius:8px;position:absolute;left:0;right:0;bottom:20px}.language-switcher{display:flex;align-items:center;gap:14px;margin-left:28px}.flag-icon{width:42px;height:28px;object-fit:cover;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.15)}
.hero-wrap{background:linear-gradient(180deg,#001a37 0%,#001d3f 62%,#001a37 100%);padding:24px 0 36px;color:#fff}.date-range{display:flex;align-items:center;gap:14px;font-size:18px;font-weight:800;margin:4px 0 22px;color:#ecf4ff}.calendar-icon{display:inline-grid;place-items:center;width:22px;height:22px;border:2px solid rgba(255,255,255,.8);border-radius:5px;font-size:10px}.stats-row{margin-bottom:8px}.stat-box{height:148px;border-radius:14px;background:linear-gradient(145deg,#143a76,#0a2b59);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 24px rgba(0,0,0,.18);padding:30px 48px;display:flex;flex-direction:column;justify-content:center}.stat-box h2{font-size:44px;line-height:1;font-weight:900;color:#fff;margin:0 0 12px;letter-spacing:-.04em}.stat-box span{font-size:18px;font-weight:800;color:#edf5ff}.hero-banner{border-radius:17px;overflow:hidden;border:1px solid rgba(255,255,255,.09);box-shadow:0 14px 34px rgba(0,0,0,.28);background:#00172e}.hero-banner img{width:100%;height:auto;display:block;border-radius:17px}
.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:20px 12px 0}.dashboard-card{background:#102a50;border-radius:14px;overflow:hidden;box-shadow:0 14px 28px rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.06)}.dashboard-card a{display:block;color:#fff}.dashboard-img{width:100%;height:194px;object-fit:cover;display:block}.dashboard-card .card-content{padding:22px 38px 24px;background:#0d294f}.dashboard-card h3{font-size:29px;line-height:1.15;font-weight:900;margin:0;color:#fff;letter-spacing:-.03em}
.light-content-wrap{background:var(--light)}.content-panel{background:#fff;border-radius:13px;box-shadow:var(--soft-shadow);padding:28px 34px;height:100%;border:1px solid #eef2f8}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.panel-head h2{font-size:23px;font-weight:900;margin:0;color:#0a1b33}.panel-head a{color:#0867d8;font-weight:800;font-size:14px}.panel-head p{margin:3px 0 0;color:#637083;font-size:14px}.news-item{display:grid;grid-template-columns:112px 1fr 30px;gap:20px;align-items:center;padding:0 0 20px;margin-bottom:20px;border-bottom:1px solid var(--line);background:transparent;box-shadow:none;border-radius:0}.news-item:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.news-thumb img{width:112px;height:76px;object-fit:cover;border-radius:7px}.news-text h5{font-size:16px;font-weight:800;line-height:1.35;margin:0 0 8px}.news-text small{color:#627083;font-weight:600}.arrow-link{width:30px;height:30px;border-radius:50%;background:#f2f6fb;display:grid;place-items:center;color:#27364d!important;font-size:26px;line-height:1}.voice-card{display:grid;grid-template-columns:44px 1fr;gap:20px;background:#f3f5fb;border-radius:4px;padding:24px 30px;margin-bottom:22px}.voice-card:last-child{margin-bottom:0}.quote-mark{font-size:48px;line-height:1;color:#001e45;font-weight:900}.voice-card p{font-size:17px;margin:0 0 14px;color:#26354d}.voice-card h6{font-size:15px;font-weight:900;margin:0}.voice-card small{color:#637083;font-weight:600}.publications-section{padding-top:8px}.publication-card{background:#fff;border:1px solid #e9eef6;border-radius:7px;overflow:hidden;box-shadow:var(--soft-shadow)}.publication-img{width:100%;height:212px;object-fit:cover;display:block}.publication-body{padding:18px 20px 20px}.publication-body h5{font-size:19px;font-weight:900;margin:0 0 12px;line-height:1.2}.publication-body p{color:#516176;margin:0 0 16px}.publication-body small{color:#637083;font-weight:700}.issues-section{background:transparent}.card-panel,.issue-copy{background:#fff;border-radius:12px;box-shadow:var(--soft-shadow);border:1px solid #e9eef6}.issue-menu{padding:18px}.issue-menu a{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:7px;font-weight:800;font-size:14px;color:#23324a}.issue-menu a:before{content:"◎";font-size:12px;color:#60708a}.issue-menu a.active{background:#0068e6;color:#fff;box-shadow:0 8px 14px rgba(0,104,230,.22)}.issue-menu a.active:before{color:#fff}.issue-copy{padding:8px 4px;background:transparent;border:0;box-shadow:none}.issue-copy h3{font-size:23px;font-weight:900;margin:0 0 18px}.issue-copy h4{font-size:19px;font-weight:900;margin:0 0 16px}.issue-copy p{color:#3e4d63;line-height:1.85}.issue-map{width:100%;height:220px;object-fit:cover;border-radius:10px;box-shadow:var(--soft-shadow)}
.site-footer{background:#001d3d;color:#e4edf8;margin-top:20px;padding:28px 0 24px}.site-footer .footer-logos img{max-width:230px;background:#fff;border-radius:4px;padding:4px;margin-bottom:12px}.site-footer h6{font-weight:900;color:#fff;margin-bottom:12px}.site-footer a{display:block;color:#e4edf8;font-size:13px;margin-bottom:3px}.site-footer p{color:#d5e0ee;font-size:13px}
img{max-width:100%;height:auto}.section-title{font-weight:900;margin-bottom:20px}.card{border:1px solid #e9eef6;border-radius:12px;box-shadow:var(--soft-shadow)}
@media(max-width:1199px){.main-nav{gap:20px}.stat-box{padding:24px}.stat-box h2{font-size:38px}.dashboard-card h3{font-size:24px}.dashboard-img{height:165px}.publication-img{height:180px}}
@media(max-width:991px){.site-header{height:auto}.navbar{min-height:82px}.navbar-collapse{padding:15px 0 25px}.main-nav{gap:0;align-items:flex-start}.navbar-nav .nav-link{padding:10px 0!important}.navbar-nav .nav-link:after{display:none}.language-switcher{margin:12px 0 0}.dashboard-grid{grid-template-columns:1fr}.dashboard-img{height:230px}.content-panel{padding:24px}.page-container,.header-container{padding-left:18px;padding-right:18px}}
@media(max-width:767px){.date-range{font-size:14px}.stat-box{height:112px;padding:18px}.stat-box h2{font-size:30px}.stat-box span{font-size:14px}.dashboard-grid{padding-left:0;padding-right:0}.dashboard-card h3{font-size:22px}.news-item{grid-template-columns:88px 1fr 26px;gap:12px}.news-thumb img{width:88px;height:64px}.voice-card{grid-template-columns:none !important;padding:18px}.quote-mark{font-size:34px}.publication-img{height:190px}.hero-wrap{padding-top:16px}}
