:root{--bg:#f8f8fb;--ink:#17171d;--muted:#666776;--border:#e4e4eb;--violet:#5a35d6;--violet-soft:#f1edff;--card:#fff;--dark:#101924}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{background:rgba(248,248,251,.95);border-bottom:1px solid var(--border)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:16px;text-decoration:none;color:inherit}.brand img{width:220px;height:auto;display:block}.brand span{font-weight:800;font-size:19px;border-left:1px solid #d8d8e2;padding-left:16px}.navlinks{display:flex;gap:24px;align-items:center;font-size:14px;font-weight:700}.navlinks a{color:#555664;text-decoration:none}.navlinks a:hover{color:var(--violet)}.hero{padding:92px 0 78px;background:linear-gradient(180deg,#fbfbfd,#f6f5fb)}.eyebrow{display:inline-flex;background:var(--violet-soft);color:var(--violet);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;padding:7px 10px;border-radius:7px}.hero h1{font-size:clamp(46px,7vw,78px);line-height:.96;letter-spacing:-.055em;max-width:800px;margin:22px 0}.hero p{font-size:19px;line-height:1.65;color:var(--muted);max-width:700px;margin:0}.categories{padding:64px 0 86px}.sectionhead{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:24px}.sectionhead h2{font-size:32px;letter-spacing:-.035em;margin:0 0 8px}.sectionhead p{margin:0;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:30px;min-height:240px;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:.18s ease}.card.live:hover{transform:translateY(-2px);border-color:#cfc4ff;box-shadow:0 16px 34px rgba(27,20,60,.07)}.tag{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--violet);margin-bottom:28px}.card h3{font-size:30px;letter-spacing:-.035em;margin:0 0 10px}.card p{color:var(--muted);font-size:16px;line-height:1.6;margin:0 0 24px;max-width:470px}.cta{margin-top:auto;font-weight:850;color:var(--violet)}.card.soon{background:#f4f4f7;color:#555}.card.soon .tag{color:#777}.card.soon .cta{color:#777}.why{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:54px 0}.whygrid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.why h3{font-size:17px;margin:0 0 7px}.why p{color:var(--muted);line-height:1.55;margin:0;font-size:14px}.footer{padding:34px 0}.footerin{display:flex;justify-content:space-between;align-items:center;gap:28px;color:var(--muted);font-size:13px}.footer img{width:180px;height:auto;display:block}.footer a{color:var(--violet);font-weight:750;text-decoration:none}@media(max-width:760px){.wrap{width:min(100% - 28px,1180px)}.nav{min-height:68px}.brand img{width:170px}.brand span{display:none}.navlinks a:not(:last-child){display:none}.hero{padding:68px 0 56px}.hero h1{font-size:48px}.hero p{font-size:17px}.grid,.whygrid{grid-template-columns:1fr}.categories{padding:44px 0 64px}.sectionhead{align-items:start;flex-direction:column}.footerin{align-items:flex-start;flex-direction:column}}

.company-cta{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:9px 14px!important;
  border-radius:9px;
  background:#5b35d5!important;
  border:1px solid #5b35d5!important;
  color:#fff!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
  box-shadow:none;
  white-space:nowrap;
  transition:background-color .16s ease,border-color .16s ease,transform .16s ease;
}
.company-cta:hover{
  background:#6a45df!important;
  border-color:#6a45df!important;
  color:#fff!important;
  text-decoration:none!important;
}
.company-cta:active{
  transform:translateY(1px);
}
.company-cta:focus-visible{
  outline:3px solid rgba(91,53,213,.24);
  outline-offset:2px;
}
@media(max-width:860px){
  .company-cta{
    min-height:36px;
    padding:8px 12px!important;
  }
}
/* Authoritative Nioret Systems external header link */
header.topbar .navlinks a.nioret-company-link{
  color:#5a35d6!important;
  font-weight:800!important;
  text-decoration:none!important;
  white-space:nowrap;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  border-radius:0!important;
}
header.topbar .navlinks a.nioret-company-link:hover{
  color:#6a45df!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}
header.topbar .navlinks a.nioret-company-link:focus-visible{
  outline:3px solid rgba(90,53,214,.20);
  outline-offset:4px;
  border-radius:4px!important;
}
/* Wide desktop brand/navigation rails */
@media(min-width:761px){
  header.topbar .wrap.nav,
  footer.footer .wrap{
    width:min(1420px,calc(100% - 48px))!important;
    max-width:none!important;
  }
}
/* FORCE authoritative Nioret Systems header link color in every browser state */
header.topbar .navlinks a.nioret-company-link,
header.topbar .navlinks a.nioret-company-link:link,
header.topbar .navlinks a.nioret-company-link:visited,
header.topbar .navlinks a.nioret-company-link:focus,
header.topbar .navlinks a.nioret-company-link:active{
  color:#5a35d6!important;
  -webkit-text-fill-color:#5a35d6!important;
  font-weight:800!important;
  text-decoration:none!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}

header.topbar .navlinks a.nioret-company-link:hover{
  color:#6a45df!important;
  -webkit-text-fill-color:#6a45df!important;
  text-decoration:underline!important;
  text-underline-offset:3px;
}