
:root{--navy:#0A2351;--gold:#B6922E;--ink:#172033;--muted:#667085;--line:#E5E9F0;--soft:#F6F8FB;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Noto Sans",system-ui,sans-serif;color:var(--ink);background:var(--white);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}
.emt-container{width:min(1180px,calc(100% - 40px));margin:auto}.emt-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.emt-header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.emt-brand img{max-height:54px;width:auto}.emt-brand-text{display:flex;gap:8px;align-items:baseline;color:var(--navy);font-family:"Belanosima",sans-serif;font-size:25px}.emt-brand-text strong{color:var(--gold)}
.emt-nav ul{list-style:none;display:flex;gap:22px;margin:0;padding:0;align-items:center}.emt-nav a{font-weight:700;font-size:14px;color:var(--navy)}.emt-nav a:hover{color:var(--gold)}.emt-menu-toggle{display:none;border:0;background:var(--navy);color:white;border-radius:10px;padding:9px 12px;font-size:20px}
.emt-hero{padding:90px 0;background:linear-gradient(135deg,#071b40,#0A2351 64%,#102f68);color:white;overflow:hidden}.emt-hero-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:60px;align-items:center}.emt-kicker{display:inline-block;font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--gold);margin-bottom:14px}.emt-hero h1,.emt-page-hero h1,.emt-section h2,.emt-article h1{font-family:"Belanosima",sans-serif;line-height:1.07}.emt-hero h1{font-size:clamp(42px,6vw,76px);margin:0 0 22px}.emt-hero p{font-size:18px;color:#d9e2f3;max-width:720px}.emt-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.emt-btn{display:inline-flex;padding:13px 20px;border:1px solid rgba(255,255,255,.35);border-radius:999px;font-weight:900}.emt-btn-gold{background:var(--gold);color:#111;border-color:var(--gold)}.emt-hero-card{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.2);border-radius:28px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.2)}.emt-hero-card span{color:var(--gold);font-weight:900}.emt-hero-card strong{display:block;font-family:"Belanosima";font-size:33px;line-height:1.1;margin:12px 0}
.emt-section{padding:76px 0}.emt-section-soft{background:var(--soft)}.emt-section-head{max-width:760px;margin-bottom:32px}.emt-section-head h2{font-size:44px;color:var(--navy);margin:0}.emt-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.emt-card{border:1px solid var(--line);border-radius:22px;padding:24px;background:white;box-shadow:0 12px 34px rgba(10,35,81,.06);transition:.2s ease}.emt-card:hover{transform:translateY(-3px);box-shadow:0 18px 46px rgba(10,35,81,.11)}.emt-card h3{font-family:"Belanosima";font-size:26px;color:var(--navy);margin:4px 0 10px}.emt-card p{color:var(--muted)}.emt-card>span,.emt-card>a:last-child{font-weight:900;color:var(--gold)}.emt-card-image{display:block;margin:-24px -24px 20px}.emt-card-image img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:22px 22px 0 0}
.emt-page-hero{padding:60px 0;background:var(--navy);color:white}.emt-page-hero h1{font-size:52px;margin:0}.emt-content-narrow{max-width:920px}.emt-article h1{font-size:52px;color:var(--navy)}.emt-featured{margin:28px 0}.emt-featured img{border-radius:22px}.emt-content{font-size:17px}.emt-empty{padding:30px;background:var(--soft);border:1px solid var(--line);border-radius:16px}
.emt-footer{background:#07162F;color:#cdd7e8;padding:58px 0 20px;margin-top:40px}.emt-footer-grid{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:40px}.emt-footer h3{color:white}.emt-footer ul{list-style:none;margin:0;padding:0}.emt-footer li{margin:8px 0}.emt-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:36px;padding-top:18px;font-size:13px}.emt-footer .emt-brand-text{color:white}
@media(max-width:900px){.emt-hero-grid,.emt-footer-grid{grid-template-columns:1fr}.emt-cards{grid-template-columns:repeat(2,1fr)}.emt-menu-toggle{display:block}.emt-nav{display:none;position:absolute;top:82px;left:0;right:0;background:white;border-bottom:1px solid var(--line);padding:18px 20px}.emt-nav.open{display:block}.emt-nav ul{flex-direction:column;align-items:flex-start}.emt-hero{padding:65px 0}}
@media(max-width:620px){.emt-container{width:min(100% - 28px,1180px)}.emt-cards{grid-template-columns:1fr}.emt-section{padding:54px 0}.emt-section-head h2,.emt-page-hero h1,.emt-article h1{font-size:38px}.emt-header-inner{min-height:72px}.emt-nav{top:72px}.emt-brand img{max-height:44px}}

/* V8.0.1 compatibility fixes */
.emt-brand,.emt-footer-brand{display:flex;align-items:center;min-width:0}
.emt-brand-image{display:inline-flex;align-items:center;line-height:0}
.emt-brand-image img{max-height:none!important}
.emt-footer-brand{margin-bottom:18px}
.custom-logo-link img{height:auto!important;object-fit:contain!important}
@media(max-width:900px){.emt-header-inner{gap:14px}.emt-brand{flex:1}.emt-menu-toggle{flex:0 0 auto}}


/* === V8.1 header/menu hardening === */
.emt-skip-link{position:fixed;left:12px;top:-60px;z-index:99999;background:#fff;color:#0A2351;padding:10px 14px;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.18);font-weight:800}
.emt-skip-link:focus{top:12px}
.emt-header{position:sticky;top:0;z-index:999;background:rgba(255,255,255,.98);border-bottom:1px solid #e7ebf0;box-shadow:0 3px 16px rgba(10,35,81,.045)}
.emt-no-sticky-header .emt-header{position:relative}
.emt-header-inner{min-height:84px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px}
.emt-brand{min-width:0;overflow:visible}
.emt-brand-image img{display:block!important;max-width:100%!important;height:auto!important}
.emt-nav{min-width:0}
.emt-nav ul,.emt-nav .emt-menu,.emt-nav .emt-fallback-menu{display:flex;align-items:center;justify-content:center;gap:18px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.emt-nav li{margin:0;padding:0}
.emt-nav a{display:inline-flex;align-items:center;min-height:40px;padding:6px 0;color:#0A2351;font-size:13px;font-weight:800;white-space:nowrap;position:relative}
.emt-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:2px;background:#B6922E;transition:right .2s ease}
.emt-nav a:hover:after,.emt-nav .current-menu-item>a:after,.emt-nav .current_page_item>a:after{right:0}
.emt-nav .current-menu-item>a,.emt-nav .current_page_item>a{color:#B6922E}
.emt-header-cta{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;background:#0A2351;color:#fff!important;border-radius:999px;padding:11px 16px;font-size:13px;font-weight:900;box-shadow:0 7px 18px rgba(10,35,81,.15)}
.emt-header-cta:hover{background:#B6922E;color:#111!important}
.emt-menu-toggle{display:none;align-items:center;gap:9px;border:1px solid #dfe4eb!important;background:#fff!important;color:#0A2351!important;border-radius:12px;padding:9px 11px!important;min-height:44px;cursor:pointer;box-shadow:none!important}
.emt-menu-text{font-size:13px;font-weight:900}
.emt-menu-icon{width:22px;display:grid;gap:4px}
.emt-menu-icon i{display:block;width:22px;height:2px;background:#0A2351;border-radius:2px;transition:.2s ease}
.emt-menu-toggle.open .emt-menu-icon i:nth-child(1){transform:translateY(6px) rotate(45deg)}
.emt-menu-toggle.open .emt-menu-icon i:nth-child(2){opacity:0}
.emt-menu-toggle.open .emt-menu-icon i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
body.emt-menu-open{overflow:hidden}

@media(max-width:1100px){
  .emt-header-inner{display:flex;min-height:76px;gap:12px}
  .emt-brand{flex:1}
  .emt-menu-toggle{display:inline-flex!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:1001}
  .emt-header-cta{display:none}
  .emt-nav{display:none!important;position:fixed!important;top:76px;left:0;right:0;bottom:0;background:#fff;padding:20px clamp(18px,4vw,36px) 36px;overflow:auto;border-top:1px solid #e7ebf0;z-index:1000}
  .emt-nav.open{display:block!important}
  .emt-nav ul,.emt-nav .emt-menu,.emt-nav .emt-fallback-menu{display:flex!important;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0}
  .emt-nav li{border-bottom:1px solid #edf0f4}
  .emt-nav a{display:flex!important;width:100%;min-height:54px;padding:12px 4px;font-size:16px}
  .emt-nav a:after{display:none}
  .emt-nav .current-menu-item>a,.emt-nav .current_page_item>a{color:#B6922E}
}
@media(max-width:620px){
  .emt-header-inner{min-height:70px}
  .emt-nav{top:70px}
  .emt-menu-text{display:none}
  .emt-menu-toggle{width:44px;justify-content:center;padding:8px!important}
}

/* === V8.1 footer and layout improvements === */
.emt-footer ul{list-style:none!important;margin:0!important;padding:0!important}
.emt-footer li{margin:8px 0!important}
.emt-footer a{color:#cdd7e8}
.emt-footer a:hover{color:#B6922E}
.emt-footer-grid{align-items:start}
.emt-card{height:100%}
.emt-actions .emt-btn{transition:transform .15s ease,box-shadow .15s ease}
.emt-actions .emt-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.12)}
