:root{--theme-primary:#0f477d;--theme-secondary:#168a63;--theme-accent:#d8a72e;--theme-dark:#071f38;--theme-bg:#f5f8fb;--theme-text:#172033;--theme-muted:#667085;--theme-radius:18px}*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--theme-text);background:#fff}.announcement{background:var(--theme-accent);color:#302200;font-weight:700;font-size:.86rem}.site-nav{background:rgba(7,31,56,.97);box-shadow:0 8px 30px rgba(0,0,0,.12)}.site-nav .navbar-brand{display:flex;gap:.7rem;align-items:center}.site-nav .brand-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--theme-secondary),var(--theme-accent));display:grid;place-items:center}.site-nav .nav-link{color:#dbe9f4!important;font-weight:600}.site-nav .nav-link:hover{color:#fff!important}.hero{position:relative;min-height:630px;display:grid;align-items:center;color:#fff;background:linear-gradient(100deg,rgba(7,31,56,.96),rgba(15,71,125,.72)),url("../images/hero.svg") center/cover}.hero h1{font-size:clamp(2.5rem,6vw,5rem);line-height:1.02;max-width:850px}.hero .lead{max-width:700px;font-size:1.2rem}.hero-badge{display:inline-flex;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:.48rem .8rem}.section-pad{padding:5.5rem 0}.section-soft{background:var(--theme-bg)}.section-dark{background:var(--theme-dark);color:#fff}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--theme-secondary);font-size:.78rem;font-weight:800}.display-title{font-size:clamp(2rem,4vw,3.3rem);font-weight:800}.feature-card,.news-card,.event-card,.profile-card{height:100%;border:1px solid #e3e9ef;border-radius:var(--theme-radius);background:#fff;box-shadow:0 12px 36px rgba(15,71,125,.08);overflow:hidden;transition:.2s}.feature-card:hover,.news-card:hover,.event-card:hover{transform:translateY(-5px);box-shadow:0 18px 48px rgba(15,71,125,.15)}.feature-icon{width:52px;height:52px;border-radius:14px;background:#e8f2fb;color:var(--theme-primary);display:grid;place-items:center;font-size:1.35rem}.news-card img,.event-card img{width:100%;height:210px;object-fit:cover}.page-hero{padding:5rem 0;background:linear-gradient(120deg,var(--theme-dark),var(--theme-primary));color:#fff}.cms-rich-content{font-size:1.06rem;line-height:1.8}.cms-rich-content h2,.cms-rich-content h3{margin-top:2rem}.cms-rich-content img{max-width:100%;border-radius:var(--theme-radius)}.cta-band{background:linear-gradient(120deg,var(--theme-primary),var(--theme-secondary));color:#fff;border-radius:24px}.site-footer{background:#061a30;color:#cddde9}.site-footer a{color:#dcebf6}.site-footer .footer-title{color:#fff;font-weight:800}.btn-theme{background:var(--theme-accent);color:#271d00;border:0;font-weight:800}.btn-theme:hover{background:#edbd45;color:#271d00}.btn-outline-theme{border:1px solid rgba(255,255,255,.65);color:#fff}.btn-outline-theme:hover{background:#fff;color:var(--theme-dark)}.stat-number{font-size:2.4rem;font-weight:900}.back-top{position:fixed;right:1.2rem;bottom:1.2rem;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:var(--theme-primary);color:#fff;box-shadow:0 8px 28px rgba(0,0,0,.2)}@media(max-width:767.98px){.hero{min-height:560px}.section-pad{padding:4rem 0}}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');:root{--site-bg:#f5f8fc;--site-surface:#fff;--site-text:#142033;--site-muted:#64748b;--site-border:#dce5ef;--site-radius:20px;--site-shadow:0 18px 50px rgba(12,53,91,.10)}body{font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--site-text);background:var(--site-bg);line-height:1.65}.site-header{position:sticky;top:0;z-index:1030;background:transparent}.site-header .navbar{min-height:76px;background:linear-gradient(100deg,color-mix(in srgb,var(--nitp-secondary, var(--theme-secondary, var(--secondary, #071f38))) 94%,transparent),color-mix(in srgb,var(--nitp-primary, var(--theme-primary, var(--primary, #0f477d))) 94%,transparent));backdrop-filter:blur(12px);box-shadow:0 8px 30px rgba(4,31,56,.16)}.site-header .nav-link{font-weight:600;border-radius:9px;padding:.55rem .72rem!important}.site-header .nav-link:hover{background:rgba(255,255,255,.1)}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(216,170,36,.26),transparent 30%),linear-gradient(125deg,var(--nitp-secondary, var(--theme-secondary, var(--secondary, #071f38))),var(--nitp-primary, var(--theme-primary, var(--primary, #0f477d))));color:#fff;min-height:600px;display:flex;align-items:center}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:42px 42px}.hero .container{position:relative}.hero h1{font-size:clamp(2.5rem,6vw,5rem);line-height:1.02;letter-spacing:-.045em;max-width:950px}.hero .lead{max-width:720px;font-size:clamp(1.05rem,2vw,1.3rem);opacity:.88}.hero .btn{border-radius:13px;padding:.85rem 1.25rem;font-weight:750;box-shadow:0 10px 30px rgba(0,0,0,.18)}section{position:relative}section.py-5{padding-top:5.5rem!important;padding-bottom:5.5rem!important}section h2{font-weight:800;letter-spacing:-.03em}.card{border:1px solid var(--site-border)!important;border-radius:var(--site-radius)!important;box-shadow:0 9px 28px rgba(12,53,91,.07)!important;transition:transform .22s ease,box-shadow .22s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--site-shadow)!important}.card-body{padding:1.5rem}.section-news,.section-executives{background:#eef4fa}.page-hero{background:linear-gradient(135deg,#e9f2fa,#f8fbfe);border-bottom:1px solid var(--site-border);padding:4.5rem 0}.cms-rich-content{font-size:1.06rem;line-height:1.85}.cms-rich-content img{max-width:100%;height:auto;border-radius:18px}.site-footer{background:linear-gradient(135deg,#071f38,#0a355b);color:#fff;padding-top:5rem!important}.site-footer a{color:#d8eaff;text-decoration:none;line-height:2}.site-footer a:hover{color:#fff}.btn{border-radius:11px;font-weight:700}.btn-primary{background:var(--nitp-primary, var(--theme-primary, var(--primary, #0f477d)));border-color:var(--nitp-primary, var(--theme-primary, var(--primary, #0f477d)))}.empty-state{padding:3rem;text-align:center;border:1px dashed var(--site-border);border-radius:var(--site-radius);background:var(--site-surface)}@media(max-width:991.98px){.site-header .navbar-collapse{padding:1rem 0}.hero{min-height:520px}.hero h1{font-size:clamp(2.4rem,10vw,4rem)}section.py-5{padding-top:4rem!important;padding-bottom:4rem!important}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.site-nav-logo{height:44px;width:auto;max-width:160px;object-fit:contain}.site-footer-logo{max-width:210px;max-height:92px;width:auto;object-fit:contain}@media(max-width:575.98px){.site-nav-logo{height:38px;max-width:130px}}
/* iDEALS Core public-theme compatibility guard v0.1.2 */
:root{--public-theme-primary:var(--theme-primary,var(--nitp-primary,var(--primary,#0f477d)));--public-theme-secondary:var(--theme-secondary,var(--nitp-secondary,var(--secondary,#071f38)));--public-theme-accent:var(--theme-accent,var(--nitp-accent,var(--accent,#d8a72e)));}
.hero,.page-hero{background-color:var(--public-theme-secondary,#071f38);}
.hero{color:#fff;isolation:isolate;}
.hero>*,.hero .container{position:relative;z-index:1;}
.hero h1,.hero h2,.hero h3,.hero p,.hero .lead,.hero .hero-badge{color:#fff;}
.hero .text-secondary{color:rgba(255,255,255,.82)!important;}
.hero img,.page-hero img{max-width:100%;height:auto;}
@supports not (background:color-mix(in srgb,#000 50%,transparent)){.site-header .navbar,.site-nav{background:var(--public-theme-secondary,#071f38)!important;}}
