@font-face {
  font-family: "Neutral Grotesk";
  src: url("https://usercontent.one/wp/www.n1payments.com/wp-content/uploads/2024/10/NeutralGrotesk-Regular.woff2?media=1755517040") format("woff2"),
       url("https://usercontent.one/wp/www.n1payments.com/wp-content/uploads/2024/10/NeutralGrotesk-Regular.woff?media=1755517040") format("woff");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

:root {
  --brand-lime: #dcfb00;
  --brand-lime-soft: #dff24b;
  --brand-text: #4d4d4d;
}

body {
  font-family: "Neutral Grotesk", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--brand-text);
}

.display {
  font-family: "Neutral Grotesk", ui-sans-serif, system-ui, sans-serif;
}

.site-shell {
  width: min(100% - 2rem, 1300px);
  margin: 0 auto;
}

.section-pad {
  padding: 5rem 0;
}

.band-light {
  background: #f7f7f7;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  color: #575757;
  text-decoration: none;
  transition: color 0.18s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #111111;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: var(--brand-lime);
}

.btn-lime,
.btn-outline {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.btn-lime {
  background: var(--brand-lime);
  color: #111111;
}

.btn-lime:hover,
.btn-lime:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(17, 17, 17, 0.12);
}

.btn-outline {
  border: 2px solid #111111;
  color: #111111;
}

.btn-outline:hover,
.btn-outline:focus-visible {
  background: #111111;
  color: #ffffff;
}

.panel,
.content-card,
.pain-card {
  border: 2px solid rgba(17, 17, 17, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(17, 17, 17, 0.06);
}

.content-card,
.pain-card {
  padding: 1.5rem;
}

.industry-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  padding: 0.7rem 1rem;
  text-transform: uppercase;
}

.check-box {
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 2px solid #111111;
  border-radius: 7px;
  background: var(--brand-lime);
  color: #111111;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
}

.footer-link {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.18s ease;
}

.footer-link:hover,
.footer-link:focus-visible {
  color: #ffffff;
}

@media (max-width: 767px) {
  .section-pad {
    padding: 3.5rem 0;
  }
}
