/* BODY TEXT — Spectral */
body {
    font-family: 'Spectral', serif;
    font-size: 18px;
    line-height: 1.7;
    color: #EDF0F2;
    background: #0c0c0c;
    margin: 0;
    padding: 40px;
}

.light-text {
    font-family: 'Orbitron', serif;
    font-weight: 100;   /* ultra-light */
}

/* TITLES — Orbitron */
h1, h2, h3 {
    font-family: 'Orbitron', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
    margin-top: 40px;
}

/* CODE — JetBrains Mono */
code, pre {
    font-family: 'JetBrains Mono', monospace;
    font-size: 15px;
    background: #111;
    padding: 6px 10px;
    border-radius: 6px;
    color: #00FF9F;
    overflow-x: auto;
}


.download-link {
    display: inline-block;
    padding: 12px 22px;
    background: #1071E5;
    color: white;
    font-family: 'Orbitron', sans-serif;
    font-weight: 500;
    font-size: 1.05em;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 10px;
    transition: background 0.15s ease-in-out;
}

.download-link:hover {
    background: #00C8FF;
}

/* NEWSLETTER SECTION */
.newsletter-section {
  max-width: 540px;
  margin: 60px auto;
  padding: 40px;
  background: #111;
  border: 1px solid #222;
  border-radius: 8px;
  text-align: center;
}

.nz-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.nz-subtitle {
  font-family: 'Spectral', serif;
  font-size: 16px;
  color: #ccc;
  margin-bottom: 30px;
}

.nz-field {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 20px;
}

.nz-field label {
  font-family: 'Spectral', serif;
  color: #aaa;
  font-size: 14px;
  margin-bottom: 6px;
}

.nz-field input {
  font-family: 'Spectral', serif;
  padding: 12px 14px;
  font-size: 16px;
  border: 1px solid #333;
  border-radius: 4px;
  background: #1b1b1b;
  color: #eee;
  outline: none;
}

.nz-field input:focus {
  border-color: #5bc0de;
}

.nz-button {
  width: 100%;
  padding: 14px;
  background: #3e4857;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: 'Orbitron', sans-serif;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.nz-button:hover {
  background: #536072;
}

.nz-hidden {
  display: none !important;
}
