:root{--topbar-h:68px;}
		.topbar{position:fixed;top:0;left:0;right:0;height:var(--topbar-h);z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;background:rgba(8,12,20,0.55);backdrop-filter:blur(18px) saturate(1.6);-webkit-backdrop-filter:blur(18px) saturate(1.6);border-bottom:1px solid rgba(255,255,255,.12);transition:background .3s;}
		.topbar.scrolled{background:rgba(8,12,20,0.92);}
		.topbar-logo img{height:38px;width:auto;}
		.topbar-nav{display:flex;align-items:center;gap:.25rem;list-style:none;margin:0;padding:0;margin-top:12px;}
		.topbar-nav li a{padding:.45rem .85rem;border-radius:8px;font-size:.82rem;font-weight:500;color:#7a8499;transition:color .2s,background .2s;white-space:nowrap;text-decoration:none;}
		.topbar-nav li a:hover,.topbar-nav li a.active{color:#fff;background:rgba(255,255,255,.08);}
		.topbar-nav li a.active{color:#1C93CA;background:rgba(28,147,202,.12);}
		.topbar-cta{display:flex;align-items:center;gap:.6rem;margin:0;padding:0;margin-top:12px;}
		.topbar-cta a{padding:.5rem 1.1rem;border-radius:8px;font-size:.82rem;font-weight:600;transition:all .2s;white-space:nowrap;text-decoration:none;}
		.topbar-cta .btn-ghost{border:1px solid rgba(255,255,255,.12);color:#c8d0e0;}
		.topbar-cta .btn-ghost:hover{background:rgba(255,255,255,.06);color:#fff;}
		.topbar-cta .btn-fill{background:#1C93CA;color:#fff;border:1px solid #1C93CA;}
		.topbar-cta .btn-fill:hover{background:#158ab8;}
		.topbar-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none;}
		.topbar-hamburger span{display:block;width:22px;height:2px;background:#c8d0e0;border-radius:2px;transition:all .3s;}
		.topbar-hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px);}
		.topbar-hamburger.open span:nth-child(2){opacity:0;}
		.topbar-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px);}
		.topbar-mobile-nav{display:none;position:fixed;top:var(--topbar-h);left:0;right:0;background:rgba(8,12,20,.97);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.12);z-index:999;padding:1rem 1.5rem 1.5rem;flex-direction:column;gap:.25rem;}
		.topbar-mobile-nav.open{display:flex;}
		.topbar-mobile-nav a{padding:.7rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;color:#c8d0e0;text-decoration:none;transition:background .2s,color .2s;}
		.topbar-mobile-nav a:hover,.topbar-mobile-nav a.active{background:rgba(28,147,202,.12);color:#1C93CA;}
		@media(max-width:900px){.topbar-nav,.topbar-cta{display:none;}.topbar-hamburger{display:flex;}}
		#wrapper{padding-top:calc(var(--topbar-h) + 3.5rem);}

#footer.wrapper.style2-alt{background:#2F455C!important;padding:0 2rem;box-sizing:border-box;width:100%;}
.footer-fade-left{background:linear-gradient(to right,#2F455C,transparent)!important;}
.footer-fade-right{background:linear-gradient(to left,#2F455C,transparent)!important;}

#label-track-page{display:flex;align-items:center;gap:52px;white-space:nowrap;animation:logoMarquee 22s linear infinite;}
			@media(max-width:736px){#label-track-page{gap:30px;animation-duration:14s;}}
			#label-track-page .label-item{width:150px;height:92px;opacity:.75;}
			#label-track-page .label-item:hover{opacity:1;}
			#label-track-page .label-item img{max-width:132px;max-height:78px;filter:brightness(1.15);}

/* ── Certified section ── */
.nc-certified-section { background:linear-gradient(160deg,#0a2040 0%,#0d2850 40%,#071830 100%); border-top:2px solid rgba(28,147,202,.35); border-bottom:1px solid rgba(28,147,202,.2); padding:4.5rem 2rem; }
.nc-certified-inner { max-width:1100px; margin:0 auto; }
.nc-certified-badge-wrap { text-align:center; margin-bottom:2rem; }
.nc-certified-badge { display:inline-flex; align-items:center; gap:.55rem; padding:.45rem 1.2rem; border-radius:30px; border:1px solid rgba(28,147,202,.45); background:rgba(28,147,202,.14); font-size:.75rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:#1C93CA; }
.nc-certified-heading { text-align:center; margin-bottom:3rem; }
.nc-certified-heading h2 { font-size:clamp(1.9rem,4vw,2.7rem); font-weight:800; color:#fff; margin:0 0 1rem; letter-spacing:-.03em; }
.nc-certified-heading h2 span { color:#1C93CA; }
.nc-certified-heading p { font-size:1.05rem; color:#a0b0c8; max-width:680px; margin:0 auto; line-height:1.75; }
.nc-certified-heading p strong { color:#fff; }
.nc-certif-card { display:flex; align-items:center; justify-content:center; gap:2.5rem; flex-wrap:wrap; background:rgba(28,147,202,.07); border:1px solid rgba(28,147,202,.22); border-radius:20px; padding:2.2rem 2.5rem; margin-bottom:1.5rem; }
.nc-certif-card-icon { flex-shrink:0; width:80px; height:80px; background:rgba(28,147,202,.18); border-radius:18px; display:flex; align-items:center; justify-content:center; font-size:2.2rem; color:#1C93CA; }
.nc-certif-card-body { flex:1; min-width:220px; }
.nc-certif-card-label { font-size:.75rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:#1C93CA; margin-bottom:.4rem; }
.nc-certif-card-title { font-size:1.3rem; font-weight:700; color:#fff; margin:0 0 .5rem; }
.nc-certif-card-desc { font-size:.88rem; color:#8899aa; margin:0; line-height:1.6; }
.nc-certif-card-btn { flex-shrink:0; display:inline-flex; align-items:center; gap:.5rem; padding:.75rem 1.5rem; background:#1C93CA; color:#fff; border-radius:10px; font-size:.85rem; font-weight:600; text-decoration:none; white-space:nowrap; transition:background .2s; }
.nc-certif-card-btn:hover { background:#158ab8; }
/* ── Certif strip ── */
.nc-certif-strip { padding:1.75rem 0 1.25rem; background:#ffffff; }
.nc-certif-strip .nc-section-inner { margin-bottom:0.5rem; }
.nc-certif-strip .nc-section-title { color:#1a2035 !important; }
.nc-certif-strip .label-marquee-section { padding:0; background:#ffffff; overflow:hidden; }
.nc-certif-strip .fade-overlay-left  { background:linear-gradient(to right,#ffffff,transparent) !important; }
.nc-certif-strip .fade-overlay-right { background:linear-gradient(to left,#ffffff,transparent) !important; }
.nc-label-track { gap:52px; }
/* ── Mission ── */
.nc-mission { background:#0d1220; }
.nc-mission-body { max-width:720px; }
.nc-mission-body p { color:#c8d0e0; font-size:.98rem; line-height:1.8; margin-bottom:1rem; }
/* ── Partner band ── */
.nc-partner-band { background:linear-gradient(135deg,#2F455C 0%,#0d1220 100%); border-top:1px solid rgba(28,147,202,.15); border-bottom:1px solid rgba(28,147,202,.15); padding:3rem 0; text-align:center; }
.nc-partner-band-inner { padding:2rem; }
.nc-partner-band-content { display:inline-flex; flex-direction:column; align-items:center; gap:1rem; }
.nc-partner-band-icon { width:52px; height:52px; background:rgba(28,147,202,.15); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.3rem; color:#1C93CA; }
.nc-partner-band-title { font-size:1.25rem; font-weight:700; color:#fff; margin:0; line-height:1.4; }
.nc-partner-band-title span { color:#1C93CA; }
.nc-partner-band-sub { font-size:.88rem; color:#7a8499; margin:0; }
.nc-partner-band-sub a { color:#1C93CA; text-decoration:none; font-weight:600; }
