/* =========================
   NURIA TOURS EDITORIAL
========================= */

/* =========================
   NURIA TOURS EDITORIAL
========================= */

/* HERO */

.nt-editorial-hero{
  position:relative;
  min-height:75vh;
  padding:90px 0 70px;
  display:flex;
  align-items:center;

  background:
    linear-gradient(
      rgba(10,15,25,.68),
      rgba(10,15,25,.68)
    ),
    url('/assets/img/editorial/hero/travel-intelligence.webp');

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.nt-editorial-hero h1{
  color:#ffffff;
  font-size:clamp(2.2rem,4vw,4rem);
  line-height:1.12;
  font-weight:700;
  letter-spacing:-0.03em;
  margin:14px 0 18px;
}

.nt-editorial-hero p{
  color:rgba(255,255,255,.84);
  font-size:1.08rem;
  line-height:1.8;
  max-width:760px;
}

.nt-editorial-sidecard{
  background:rgba(255,255,255,.94);
  border-radius:22px;
  border:1px solid rgba(255,255,255,.25);
  box-shadow:0 18px 45px rgba(0,0,0,.18);
  backdrop-filter:blur(8px);
}

.nt-editorial-sidecard h5{
  color:#0f172a;
}

.nt-editorial-sidecard ul{
  margin:0;
  padding:0;
}

.nt-editorial-sidecard li{
  color:#64748b;
  padding:10px 0;
  border-bottom:1px solid rgba(15,23,42,.06);
}

.nt-editorial-sidecard li:last-child{
  border-bottom:none;
}

.nt-editorial-note{
  border-left:4px solid #c21d1d;
  background:rgba(199,205,214,.18);
  padding:14px 16px;
  border-radius:14px;
  color:#64748b;
  font-size:.92rem;
  line-height:1.7;
}

/* =========================
   FEATURED
========================= */

.nt-featured-meta{
  color:#94a3b8;
  font-size:.9rem;
  margin-bottom:14px;
}

.nt-editorial-featured{
  padding:80px 0;
  background:#ffffff;
}

.nt-featured-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 15px 40px rgba(15,23,42,.05);
}

.nt-featured-image{
  min-height:420px;
  background-size:cover;
  background-position:center;
}

.nt-featured-content{
  padding:48px;
}

.nt-featured-category{
  display:inline-block;
  color:#c21d1d;
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:16px;
}

.nt-featured-content h2{
  color:#0f172a;
  font-size:2rem;
  font-weight:700;
  margin-bottom:18px;
}

.nt-featured-content p{
  color:#64748b;
  line-height:1.8;
  margin-bottom:24px;
}

/* =========================
   LATEST
========================= */

.nt-editorial-latest{
  padding:80px 0;
  background:#f7f7f5;
}

.nt-editorial-card{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:20px;
  padding:32px;
  height:100%;
  transition:.25s ease;
}

.nt-editorial-card:hover{
  transform:translateY(-4px);
  box-shadow:0 15px 35px rgba(15,23,42,.06);
}

.nt-editorial-card span{
  color:#c21d1d;
  font-size:.82rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.nt-editorial-card h3{
  margin:14px 0;
  font-size:1.35rem;
  color:#0f172a;
}

.nt-editorial-card p{
  color:#64748b;
  line-height:1.7;
}

.nt-editorial-card a{
  color:#c21d1d;
  font-weight:600;
  text-decoration:none;
}

/* =========================
   ACCESS
========================= */

.nt-editorial-access{
  padding:90px 0;
  background:#ffffff;
}

.nt-access-card{
  background:#f7f7f5;
  border:1px solid rgba(15,23,42,.08);
  border-radius:24px;
  padding:60px;
}

.nt-access-card .nt-section-subtitle{
  max-width:700px;
  margin:0 auto;
}

.nt-access-card .btn-brand{
  background:#c21d1d;
  border:1px solid #c21d1d;
  color:#ffffff !important;
}

.nt-access-card .btn-brand:hover{
  background:#a81717;
  border-color:#a81717;
  color:#ffffff !important;
}

/* =========================
   MOBILE
========================= */

@media (max-width:991px){

  .nt-featured-content{
    padding:32px;
  }

  .nt-featured-image{
    min-height:280px;
  }

  .nt-access-card{
    padding:40px 24px;
  }

}

@media (max-width:768px){

  .nt-editorial-hero{
    padding:70px 0 55px;
  }

  .nt-editorial-title{
    font-size:2.4rem;
  }

  .nt-featured-content h2{
    font-size:1.6rem;
  }

}