:root{
 --mct-navy:#071a36;
 --mct-navy-2:#0d2f5f;
 --mct-blue:#1268d3;
 --mct-blue-light:#eaf3ff;
 --mct-orange:#ef861b;
 --mct-green:#16864b;
 --mct-red:#b72e2e;
 --mct-bg:#f4f7fb;
 --mct-surface:#ffffff;
 --mct-line:#dce5ef;
 --mct-text:#182033;
 --mct-muted:#667085;
 --mct-radius-sm:10px;
 --mct-radius:18px;
 --mct-radius-lg:28px;
 --mct-shadow:0 10px 28px rgba(7,26,54,.07);
 --mct-shadow-lg:0 20px 52px rgba(7,26,54,.17);
 --mct-container:1180px;
}
*{box-sizing:border-box}
html{width:100%;scroll-behavior:smooth}
body{
 width:100%;margin:0;overflow-x:hidden;
 background:var(--mct-bg);color:var(--mct-text);
 font-family:Inter,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
 -webkit-font-smoothing:antialiased
}
img{max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(var(--mct-container),calc(100% - 30px));margin-inline:auto}
.site-main{min-height:60vh}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
