.nl-page {
  text-align: center;
  padding: 90px 0 60px;
}

.nl-page-narrow {
  max-width: 600px;
  margin: 0 auto;
}

.nl-header {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
}

.nl-illustration {
  flex-shrink: 0;
  width: 80px;
  height: auto;
}

.nl-headline {
  line-height: 1.3;
  margin-bottom: 0;
  text-align: left;
}

.nl-value-props {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
}

.nl-value-props li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 16px;
  line-height: 1.6;
  color: #444;
  border-left: 2px solid var(--accent-light);
  padding-top: 2px;
  padding-bottom: 2px;
}

.nl-value-props li::before {
  content: none;
}

.nl-form {
  margin-top: 40px;
  text-align: center;
}

.nl-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  text-align: left;
}

.nl-input {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.nl-input:focus {
  outline: none;
  border-color: var(--accent);
}

.nl-submit-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 36px;
  border: 1px solid var(--accent);
  border-radius: 100px;
  background: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.nl-submit-btn:hover,
.nl-cta-btn:hover {
  background: var(--accent);
  color: #fff;
}

.nl-cta-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 36px;
  border: 1px solid var(--accent);
  border-radius: 100px;
  background: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.nl-turnstile {
  margin-top: 16px;
}

.nl-msg {
  margin-top: 16px;
  display: none;
}

.nl-msg-error {
  color: #c00;
}

.nl-msg-success {
  color: #2a7d2a;
}

.nl-cta {
  margin-top: 30px;
}

.nl-sub-text {
  margin-top: 16px;
}

/* Archive section */

.nl-archive {
  text-align: left;
}

.nl-separator {
  margin: 48px 0 32px;
  border: none;
  border-top: 1px solid #e0e0e0;
}

.nl-archive-title {
  font-size: 1.25rem;
  margin-bottom: 24px;
}

.nl-archive-edition {
  margin-bottom: 24px;
}

.nl-archive-date {
  font-size: 0.95rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 8px;
}

.nl-archive-articles {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nl-archive-articles li {
  margin-bottom: 6px;
  line-height: 1.45;
}

.nl-archive-articles a {
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  transition: border-color 0.2s ease;
}

.nl-archive-articles a:hover {
  border-color: var(--accent);
}
