/* ================================
   NURIA MAGAZINE — INSIGHTS
================================ */

.nm-insight-page{
  background:#070b10;
  color:#f5f2ec;
}

.nm-insight-hero{
  padding:4rem 0 2rem;
  background:linear-gradient(180deg,#070b10 0%,#0b1017 100%);
}

.nm-insight-hero-image{
  max-width:1120px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
}

.nm-insight-hero-image img{
  width:100%;
  height:520px;
  object-fit:cover;
  display:block;
  filter:brightness(.78);
}

.nm-insight-content{
  padding:4rem 0 2rem;
}

.nm-insight-category{
  display:block;
  color:#d7b46a;
  font-size:.78rem;
  letter-spacing:.28em;
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:1.4rem;
}

.nm-insight-title{
  font-family:Georgia, 'Times New Roman', serif;
  font-size:clamp(3rem, 7vw, 6.5rem);
  line-height:.92;
  color:#fff;
  max-width:900px;
  margin-bottom:1.5rem;
}

.nm-insight-line{
  width:54px;
  height:1px;
  background:#c21d1d;
  margin:1.8rem 0 2rem;
}

.nm-insight-subtitle{
  font-size:1.3rem;
  line-height:1.6;
  color:#c8ccd2;
  max-width:720px;
  margin-bottom:3rem;
}

.nm-insight-intro,
.nm-insight-open{
  max-width:780px;
}

.nm-insight-intro p,
.nm-insight-open p{
  font-size:1.08rem;
  line-height:1.9;
  color:#d6d9de;
  margin-bottom:1.4rem;
}

/* ================================
   EDITORIAL GATE
================================ */

.nm-editorial-gate{
  padding:4rem 0 6rem;
  background:#070b10;
}

.nm-editorial-gate-inner{
  max-width:900px;
  padding:3rem;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.035);
}

.nm-gate-label{
  display:block;
  color:#d7b46a;
  font-size:.75rem;
  letter-spacing:.28em;
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:1rem;
}

.nm-gate-title{
  font-family:Georgia, 'Times New Roman', serif;
  color:#fff;
  font-size:clamp(2.2rem, 4vw, 4rem);
  line-height:1;
  margin-bottom:1.2rem;
}

.nm-gate-line{
  width:46px;
  height:1px;
  background:#c21d1d;
  margin:1.4rem 0 1.8rem;
}

.nm-gate-text{
  color:#e8e8e8;
  font-size:1.05rem;
  margin-bottom:.6rem;
}

.nm-gate-subtext{
  color:#aeb4bd;
  font-size:1rem;
  margin-bottom:2rem;
}

.nm-gate-form .form-control{
  height:52px;
  border-radius:0;
  background:#fff;
  border:1px solid rgba(255,255,255,.2);
  font-size:.95rem;
}

.nm-gate-btn{
  margin-top:1.4rem;
  padding:.9rem 1.6rem;
  background:#c21d1d;
  color:#fff;
  border:1px solid #c21d1d;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:.75rem;
  font-weight:700;
}

.nm-gate-btn:hover{
  background:#fff;
  color:#111;
  border-color:#fff;
}