.np-partner-page {
  background: #07111f;
  color: #fff;
  min-height: 70vh;
}

.np-partner-hero {
  padding: clamp(4rem, 8vw, 8rem) 1.25rem;
}

.np-partner-inner {
  margin: 0 auto;
  max-width: 780px;
  text-align: center;
}

.np-partner-logo img {
  background: #fff;
  border-radius: 16px;
  height: auto;
  margin-bottom: 2rem;
  max-height: 140px;
  max-width: 260px;
  object-fit: contain;
  padding: 1rem;
  width: auto;
}

.np-eyebrow {
  color: #ffd84d;
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.np-partner-page h1 {
  color: #fff;
  font-size: clamp(2.6rem, 7vw, 5.5rem);
  line-height: 1;
  margin: .4rem 0 1.5rem;
}

.np-partner-discount {
  background: #ffd84d;
  border-radius: 999px;
  color: #07111f;
  display: inline-block;
  font-weight: 800;
  padding: .65rem 1rem;
}

.np-partner-welcome {
  font-size: 1.15rem;
  margin: 2rem auto;
  max-width: 640px;
}

.np-button,
.np-code-form button {
  background: #ffd84d;
  border: 0;
  border-radius: 8px;
  color: #07111f;
  display: inline-block;
  font-weight: 800;
  padding: .9rem 1.35rem;
  text-decoration: none;
}

.np-code-form {
  background: #f4f6f8;
  border-radius: 12px;
  padding: 1.25rem;
}

.np-code-row {
  display: flex;
  gap: .75rem;
  margin-top: .6rem;
}

.np-code-row input {
  flex: 1;
  min-width: 0;
}

.np-form-error {
  color: #b42318;
  font-weight: 700;
}

@media (max-width: 560px) {
  .np-code-row { flex-direction: column; }
}

