/* NovZon monetization — ad slots + support/advertise pages.
   Calm, on-brand (purple/navy), non-intrusive. No popups/sticky/redirects. */

.nz-ad {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(20,18,32,0.8) 0%, rgba(10,9,16,0.9) 100%);
  overflow: hidden;
  transition: transform .2s ease, border-color .25s ease, box-shadow .25s ease;
  backdrop-filter: blur(8px);
}
.nz-ad:hover { 
  transform: translateY(-2px);
  border-color: rgba(157, 0, 255, .4); 
  box-shadow: 0 4px 20px rgba(157, 0, 255, .15); 
}

.nz-ad__label {
  position: absolute; top: 10px; right: 10px; z-index: 2;
  font-size: .65rem; font-weight: 600; letter-spacing: .05em; text-transform: uppercase;
  color: #d6b4ff; background: rgba(0,0,0,.6);
  border: 1px solid rgba(214,180,255,.2); border-radius: 4px; padding: 3px 8px;
  display: none; align-items: center;
}
.nz-ad__link { display: block; text-decoration: none; color: inherit; }
.nz-ad__img { width: 100%; height: auto; display: block; border-bottom: 1px solid rgba(255,255,255,0.05); }
.nz-ad__body { padding: 18px; display: flex; flex-direction: column; gap: 8px; }
.nz-ad__title { color: #fff; font-size: 1.05rem; font-weight: 800; line-height: 1.3; }
.nz-ad__subtitle { color: #e4e4e7; font-size: .85rem; line-height: 1.4; font-weight: 500; }
.nz-ad__text { color: #a1a1aa; font-size: .8rem; line-height: 1.5; }
.nz-ad__cta {
  margin-top: 8px; align-self: flex-start;
  font-size: .85rem; font-weight: 700; color: #a855f7;
  display: inline-flex; align-items: center; gap: 4px;
}
.nz-ad__cta i { font-size: .75rem; transition: transform .2s ease; }
.nz-ad:hover .nz-ad__cta i { transform: translateX(4px); }
.nz-ad:hover .nz-ad__cta { color: #c084fc; }

/* themes */
.nz-ad--purple { border-left: 3px solid #a855f7; }
.nz-ad--blue { background: linear-gradient(145deg, rgba(16,22,44,0.8) 0%, rgba(8,11,22,0.9) 100%); border-left: 3px solid #3b82f6; }
.nz-ad--blue .nz-ad__cta { color: #60a5fa; }
.nz-ad--blue:hover { border-color: rgba(59,130,246,.4); box-shadow: 0 4px 20px rgba(59,130,246,.15); }
.nz-ad--dark { background: linear-gradient(145deg, rgba(14,14,18,0.9) 0%, rgba(0,0,0,1) 100%); border-left: 3px solid #34d399; }
.nz-ad--dark .nz-ad__cta { color: #34d399; }
.nz-ad--dark:hover { border-color: rgba(52,211,153,.4); box-shadow: 0 4px 20px rgba(52,211,153,.15); }
.nz-ad--gold { border-left: 3px solid #fbbf24; }
.nz-ad--gold .nz-ad__cta { color: #fbbf24; }
.nz-ad--gold:hover { border-color: rgba(251,191,36,.4); box-shadow: 0 4px 20px rgba(251,191,36,.15); }

/* horizontal (reader bottom) */
.nz-ad--house[data-placement="reader_bottom"] .nz-ad__body,
.nz-ad[data-placement="reader_bottom"] .nz-ad__body { text-align: center; align-items: center; }
.nz-ad[data-placement="reader_bottom"] { max-width: 728px; margin: 0 auto; }

/* ── Support / Advertise public pages ─────────────────────────────── */
.nz-page { max-width: 1000px; margin: 0 auto; padding: 48px 16px 80px; }
.nz-hero { text-align: center; margin-bottom: 40px; }
.nz-hero h1 { font-size: 2rem; font-weight: 800; color: #fff; margin-bottom: 12px; }
.nz-hero p { color: #b8b2c8; max-width: 640px; margin: 0 auto; line-height: 1.6; }

.nz-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.nz-card {
  background: rgba(20, 18, 32, .6); border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px; padding: 22px;
}
.nz-card h3 { color: #fff; font-weight: 700; margin-bottom: 8px; font-size: 1.05rem; }
.nz-card p { color: #b0aac0; font-size: .88rem; line-height: 1.5; }
.nz-card__icon { font-size: 1.6rem; color: #b07bff; margin-bottom: 10px; }

.nz-channel {
  display: flex; align-items: center; gap: 12px; padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.08); border-radius: 12px;
  background: rgba(20,18,32,.5); color: #fff; text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}
.nz-channel:hover { border-color: rgba(157,0,255,.4); transform: translateY(-2px); }
.nz-channel--off { opacity: .5; cursor: default; }
.nz-channel i { font-size: 1.3rem; color: #b07bff; width: 28px; text-align: center; }
.nz-channel small { display: block; color: #9a93ad; font-size: .72rem; }

.nz-section-title { color: #fff; font-size: 1.25rem; font-weight: 700; margin: 40px 0 16px; }
.nz-note { color: #8d86a0; font-size: .82rem; line-height: 1.6; margin-top: 24px; text-align: center; }

.nz-metric { text-align: center; padding: 18px; }
.nz-metric b { display: block; font-size: 1.6rem; color: #fff; font-weight: 800; }
.nz-metric span { color: #9a93ad; font-size: .8rem; }

.nz-form { display: grid; gap: 14px; max-width: 620px; margin: 0 auto; }
.nz-form label { color: #c8c2d8; font-size: .82rem; font-weight: 600; display: block; margin-bottom: 4px; }
.nz-form input, .nz-form select, .nz-form textarea {
  width: 100%; padding: 10px 12px; border-radius: 10px;
  background: rgba(10,10,16,.6); border: 1px solid rgba(255,255,255,.12); color: #fff;
}
.nz-form input:focus, .nz-form select:focus, .nz-form textarea:focus {
  outline: none; border-color: rgba(157,0,255,.5);
}
.nz-btn {
  display: inline-flex; align-items: center; gap: 8px; justify-content: center;
  background: linear-gradient(135deg,#7c3aed,#a855f7); color: #fff;
  font-weight: 700; padding: 12px 22px; border-radius: 12px; border: none;
  text-decoration: none; cursor: pointer; transition: filter .2s ease;
}
.nz-btn:hover { filter: brightness(1.1); }
.nz-alert {
  background: rgba(34,197,94,.12); border: 1px solid rgba(34,197,94,.4);
  color: #86efac; padding: 14px 16px; border-radius: 12px; margin-bottom: 20px; text-align: center;
}

/* Equal sizes for sidebar ad/support cards */
.side-panel-container .nz-ad {
  min-height: 180px;
}
.side-panel-container .nz-ad__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.side-panel-container .nz-ad__body {
  flex-grow: 1;
  justify-content: space-between; /* pushes CTA to the bottom */
}
