/* Neon Renegades marketing site — shared styles across index.html,
   /for-beginners, /for-creators. Keep the three pages visually identical. */

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, 'SF Pro', system-ui, sans-serif;
  background: #0a0a0a; color: #e0e0e0; line-height: 1.55; }
.wrap { max-width: 960px; margin: 0 auto; padding: 0 24px; }
nav { padding: 20px 0; border-bottom: 1px solid #222;
  position: sticky; top: 0; background: rgba(10,10,10,0.92);
  backdrop-filter: saturate(140%) blur(8px); -webkit-backdrop-filter: saturate(140%) blur(8px);
  z-index: 100; }
nav .wrap { display: flex; justify-content: space-between; align-items: center; }
.brand { font-size: 16px; font-weight: 700; color: #fff; letter-spacing: 1px;
  text-decoration: none; }
.brand .accent { color: #00ff88; }
.nav-right { display: flex; align-items: center; gap: 18px; }
.nav-login { font-size: 13px; color: #aaa; text-decoration: none; }
.nav-login:hover { color: #fff; }
.nav-cta { font-size: 13px; color: #00ff88; text-decoration: none; padding: 6px 14px;
  border: 1px solid #00ff88; border-radius: 6px; }
.nav-cta:hover { background: #00ff88; color: #0a0a0a; }

.hero { padding: 96px 0 64px; text-align: center; }
.hero h1 { font-size: 52px; line-height: 1.1; color: #fff; margin-bottom: 20px;
  letter-spacing: -1px; font-weight: 800; }
.hero h1 .accent { color: #00ff88; }
.hero .tagline { font-size: 18px; color: #aaa; max-width: 620px; margin: 0 auto 36px; }
.cta-btn { display: inline-block; background: #00ff88; color: #0a0a0a; padding: 14px 32px;
  border-radius: 8px; font-size: 15px; font-weight: 700; text-decoration: none; }
.cta-btn:hover { background: #00cc6a; }
.cta-note { display: block; margin-top: 14px; font-size: 13px; color: #666; }
.cta-secondary { display: inline-block; margin-top: 14px; font-size: 14px; color: #00ff88;
  text-decoration: none; border-bottom: 1px solid transparent; padding-bottom: 2px; }
.cta-secondary:hover { border-bottom-color: #00ff88; }
.hero-support { display: block; margin-top: 18px; font-size: 13px; color: #666;
  max-width: 520px; margin-left: auto; margin-right: auto; }

/* Fork module — two-card picker used on the homepage. Visual language
   matches .crew-card so the homepage reads as one continuous page. */
.fork { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
@media (max-width: 640px) { .fork { grid-template-columns: 1fr; } }
.fork-card { background: #111; border: 1px solid #222; border-radius: 10px; padding: 24px;
  display: flex; flex-direction: column; gap: 10px; transition: border-color 0.15s; }
.fork-card:hover { border-color: #333; }
.fork-card h4 { color: #fff; font-size: 20px; font-weight: 700; letter-spacing: -0.2px; }
.fork-card p { color: #bbb; font-size: 14px; line-height: 1.55; max-width: none; }
.fork-card .fork-cta { margin-top: auto; color: #00ff88; font-size: 14px; font-weight: 600;
  text-decoration: none; padding-top: 8px; }
.fork-card .fork-cta:hover { text-decoration: underline; }

section { padding: 64px 0; border-top: 1px solid #1a1a1a; }
section h2 { font-size: 14px; color: #00ff88; margin-bottom: 12px; text-transform: uppercase;
  letter-spacing: 2px; font-weight: 700; }
section h3 { font-size: 32px; color: #fff; margin-bottom: 24px; line-height: 1.2;
  font-weight: 700; letter-spacing: -0.5px; }
section p { font-size: 16px; color: #bbb; max-width: 640px; }

.crew { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 32px; }
@media (max-width: 640px) { .crew { grid-template-columns: 1fr; } }
.crew-card { background: #111; border: 1px solid #222; border-radius: 10px; padding: 20px; }
.crew-card h4 { color: #00ff88; font-size: 13px; font-weight: 700; letter-spacing: 1px;
  margin-bottom: 4px; }
.crew-card .role { color: #e0e0e0; font-size: 15px; font-style: italic; margin-bottom: 8px; }
.crew-card p { color: #999; font-size: 14px; }

/* Mini crew paragraph used on segmented pages. */
.crew-mini p { font-size: 16px; color: #bbb; max-width: 680px; line-height: 1.65; }
.crew-mini .crew-link { display: inline-block; margin-top: 18px; color: #00ff88;
  font-size: 14px; font-weight: 600; text-decoration: none; }
.crew-mini .crew-link:hover { text-decoration: underline; }

.steps { margin-top: 32px; counter-reset: step; }
.step { padding: 20px 0; border-bottom: 1px solid #1a1a1a; display: flex; gap: 20px;
  align-items: flex-start; }
.step:last-child { border-bottom: none; }
.step-num { counter-increment: step; flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  background: #00ff8822; color: #00ff88; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px; }
.step-num::before { content: counter(step); }
.step h4 { color: #fff; font-size: 17px; font-weight: 600; margin-bottom: 4px; }
.step p { color: #999; font-size: 15px; max-width: none; }

/* Diagnostic paragraphs (used on /for-creators). Lede-bold inline,
   not a separate heading, followed by the body prose. */
.diag { margin-top: 24px; }
.diag p { margin-bottom: 20px; font-size: 16px; color: #bbb; line-height: 1.65;
  max-width: 680px; }
.diag p:last-child { margin-bottom: 0; }
.diag p strong { color: #fff; font-weight: 700; }

.cta-section { text-align: center; padding: 80px 0; border-top: 1px solid #1a1a1a; }
.cta-section h3 { margin-bottom: 16px; }
.cta-section p { margin: 0 auto 28px; }

/* Closing slogan — same typography as hero h1 (52px/800/#fff with .accent
   span in #00ff88) so page opens and closes with matched weight. Positioned
   above the waitlist form as the final emotional beat that hands into the
   CTA — tighter bottom spacing + no divider below so it reads as "one
   moment flowing into the form" rather than two detached sections. */
.closing { padding: 64px 0 56px; text-align: center; border-top: 1px solid #1a1a1a; }
.closing h2 { font-size: 52px; line-height: 1.1; color: #fff; margin: 0;
  letter-spacing: -1px; font-weight: 800; text-transform: none; }
.closing h2 .accent { color: #00ff88; }
.closing + .cta-section { border-top: none; padding-top: 24px; }

footer { padding: 40px 0; border-top: 1px solid #1a1a1a; color: #666; font-size: 13px;
  text-align: center; }
footer .brand { color: #888; font-size: 13px; }
footer a { color: #888; text-decoration: none; }
footer a:hover { color: #e0e0e0; }

.waitlist-form { max-width: 480px; margin: 0 auto; text-align: left; }
.waitlist-form label { display: block; font-size: 13px; color: #888; margin: 12px 0 4px;
  text-transform: uppercase; letter-spacing: 1px; }
.waitlist-form label.required::after { content: " *"; color: #00ff88; }
.waitlist-form input[type="email"], .waitlist-form input[type="text"] {
  width: 100%; padding: 12px 14px; background: #111; border: 1px solid #222;
  border-radius: 8px; color: #e0e0e0; font-size: 15px; font-family: inherit; }
.waitlist-form input[type="email"]:focus, .waitlist-form input[type="text"]:focus {
  outline: none; border-color: #00ff88; }
.waitlist-form .hint { font-size: 12px; color: #666; margin-top: 4px; }
.waitlist-form .opt-in { margin: 20px 0 8px; display: flex; gap: 10px;
  align-items: flex-start; }
.waitlist-form .opt-in input[type="checkbox"] { margin-top: 3px; flex-shrink: 0;
  accent-color: #00ff88; }
.waitlist-form .opt-in label { display: inline; margin: 0; text-transform: none;
  letter-spacing: normal; font-size: 13px; color: #aaa; }
.waitlist-form button[type="submit"] { width: 100%; margin-top: 20px;
  background: #00ff88; color: #0a0a0a; border: none; padding: 14px 24px;
  font-size: 15px; font-weight: 700; border-radius: 8px; cursor: pointer;
  font-family: inherit; }
.waitlist-form button[type="submit"]:hover:not(:disabled) { background: #00cc6a; }
.waitlist-form button[type="submit"]:disabled { opacity: 0.6; cursor: not-allowed; }
.status { margin-top: 14px; font-size: 14px; text-align: center; min-height: 20px; }
.status.success { color: #00ff88; }
.status.error { color: #ff6666; }
