.nexops-site-header,
.nexops-site-footer {
  box-sizing: border-box;
  width: 100%;
  background: #001427;
  color: #fff;
  font-family: Quicksand, Arial, sans-serif;
}

.nexops-site-header {
  display: flex;
  min-height: 122px;
  align-items: center;
  justify-content: center;
  padding: 26px 24px;
}

.nexops-site-header img {
  display: block;
  width: 205px;
  max-width: 58vw;
  height: auto;
}

.nexops-site-footer {
  padding: 22px 24px 26px;
}

.nexops-site-footer * { box-sizing: border-box; }

.nexops-site-footer a { color: #fff; }

.nexops-footer-inner {
  width: min(1500px, 100%);
  margin: 0 auto;
  border-top: 4px solid #fff;
}

.nexops-footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 28px;
  min-height: 174px;
  padding: 24px 0 20px;
  border-bottom: 4px solid #fff;
}

.nexops-footer-brand,
.nexops-footer-centre,
.nexops-footer-ready {
  min-width: 0;
}

.nexops-footer-brand > img {
  display: block;
  width: 175px;
  max-width: 100%;
  height: auto;
  margin-bottom: 18px;
}

.nexops-footer-linkedin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  text-decoration: none;
}

.nexops-footer-linkedin img {
  display: block;
  width: 26px;
  height: 26px;
}

.nexops-footer-centre { text-align: center; }

.nexops-footer-centre img {
  display: block;
  width: 84px;
  height: auto;
  margin: 0 auto 10px;
}

.nexops-footer-centre p,
.nexops-footer-ready p {
  margin: 0;
  font-size: 19px;
  line-height: 1.35;
}

.nexops-footer-ready { text-align: right; }

.nexops-footer-cta {
  display: inline-block;
  min-width: 220px;
  margin-top: 20px;
  padding: 15px 24px;
  border: 3px solid #fff;
  border-radius: 999px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  text-decoration: none;
}

.nexops-footer-bottom {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  font-size: 15px;
  line-height: 1.5;
}

.nexops-footer-bottom p { margin: 0; }

.nexops-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 22px;
}

body > #root .topbar,
body > #root .footer { display: none !important; }

.saved-card > .eyebrow,
.error-card > .eyebrow { display: none !important; }

body > main { min-height: auto !important; }

@media (max-width: 760px) {
  .nexops-site-header { min-height: 92px; }
  .nexops-footer-main { grid-template-columns: 1fr; text-align: center; }
  .nexops-footer-brand > img { margin-left: auto; margin-right: auto; }
  .nexops-footer-ready { text-align: center; }
  .nexops-footer-bottom { grid-template-columns: 1fr; text-align: center; }
  .nexops-footer-legal { justify-content: center; gap: 14px; }
}
