:root{
	--mgcf-primary:#0d6efd;
	--mgcf-dark:#0d1b2a;
}

/* Header */
.mgcf-header{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);position:sticky;top:0;z-index:9999;}
.mgcf-header-inner{max-width:1200px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;}
.mgcf-logo img{height:40px;width:auto;display:block;}
.mgcf-cta{background:var(--mgcf-primary);color:#fff;text-decoration:none;padding:10px 22px;border-radius:6px;font-weight:600;font-size:14px;white-space:nowrap;}
.mgcf-cta:hover{filter:brightness(0.92);}

/* Footer */
.mgcf-footer{background:var(--mgcf-dark);margin-top:40px;}
.mgcf-footer-inner{max-width:1200px;margin:0 auto;padding:32px 20px;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center;}
.mgcf-footer-logo{height:34px;width:auto;}
.mgcf-footer-link{color:#fff;text-decoration:none;font-weight:600;font-size:14px;border:1px solid rgba(255,255,255,.35);padding:8px 20px;border-radius:6px;}
.mgcf-footer-link:hover{background:rgba(255,255,255,.08);}

@media(max-width:480px){
	.mgcf-header-inner{padding:12px 16px;}
	.mgcf-logo img{height:32px;}
	.mgcf-cta{padding:8px 16px;font-size:13px;}
}
