/* ------------------------------------------------------
   SECTION: WIJ ZIJN
------------------------------------------------------ */
.nrs-wrap {
  background:#000;
  max-width:1200px;
  margin:120px auto;
  padding:40px 20px;
  color:#fff;
  text-align:center;
  position:relative;
}

/* WIJ ZIJN — cu roșul tău original */
.nrs-title {
  font-size:48px;
  margin-bottom:80px;
  letter-spacing:3px;
  text-align:center;
  text-shadow:0 0 12px #B30000;
  animation:titlePulse 3s ease-in-out infinite;
}

@keyframes titlePulse {
  0%   { text-shadow:0 0 6px #B30000; }
  50%  { text-shadow:0 0 16px #B30000; }
  100% { text-shadow:0 0 6px #B30000; }
}

.nrs-grid {
  display:grid;
  grid-template-columns:1fr 0.6fr;
  gap:70px 120px;
}

.nrs-item {
  display:flex;
  gap:20px;
  align-items:flex-start;
  text-align:left;
  position:relative;
  opacity:0;
  transform:translateY(30px);
  animation:fadeInUp 1s ease forwards;
}
.nrs-item:nth-child(1){animation-delay:0.2s}
.nrs-item:nth-child(2){animation-delay:0.35s}
.nrs-item:nth-child(3){animation-delay:0.5s}
.nrs-item:nth-child(4){animation-delay:0.65s}

@keyframes fadeInUp {
  to { opacity:1; transform:translateY(0); }
}

/* ICON (cu roșul brand #81161C) */
.nrs-icon {
  width:35px;
  height:35px;
  border:2px solid #81161C;
  position:relative;
  overflow:hidden;
  animation:softPulse 2.8s ease-in-out infinite;
}

@keyframes softPulse {
  0% { box-shadow:0 0 0px #81161C; }
  50% { box-shadow:0 0 12px #81161C; }
  100% { box-shadow:0 0 0px #81161C; }
}

.nrs-icon::after {
  content:"";
  position:absolute;
  top:-40px;
  left:0;
  width:100%;
  height:40px;
  background:linear-gradient(to bottom, transparent 0%, rgba(129,22,28,0.5) 50%, transparent 100%);
  opacity:0.25;
  animation:scan 3s linear infinite;
}

@keyframes scan {
  0% { top:-40px; }
  100% { top:40px; }
}

/* HOVER */
.nrs-item:hover { transform:translateY(-6px); transition:0.3s; }
.nrs-item:hover .nrs-text h3 { color:#81161C; }
.nrs-item:hover .nrs-icon { border-color:#81161C; box-shadow:0 0 16px #81161C; }

.nrs-item::after {
  content:"";
  position:absolute;
  bottom:-6px;
  left:0;
  width:0;
  height:2px;
  background:#81161C;
  transition:width .25s;
}
.nrs-item:hover::after { width:40%; }

/* TEXT */
.nrs-text h3 { margin:0 0 8px 0; font-size:22px; letter-spacing:1px; }
.nrs-text p { margin:0; color:#ccc; font-size:16px; }

/* PARTICLE BG */
.nrs-wrap::before {
  content:"";
  position:absolute;
  inset:0;
  background:url("https://i.imgur.com/2yaf2Hk.png");
  opacity:0.03;
  animation:particlesMove 24s linear infinite;
  pointer-events:none;
}
@keyframes particlesMove {
  0% { transform:translate(0,0); }
  100% { transform:translate(-60px,-60px); }
}



/* ------------------------------------------------------
   CARD SECTION (ca în prima imagine)
------------------------------------------------------ */
.nrs-card-section {
  max-width:1200px;
  margin:120px auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:40px;
  padding:20px;
}

/* LEFT CARD */
.nrs-card-left {
  background:#000;
  padding:50px 60px;
  border-radius:22px;
  border:1px solid #111;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.nrs-card-title {
  font-size:40px;
  line-height:1.1;
  font-weight:700;
  margin-bottom:25px;
}
/* Titlul mare cu efect WIJ ZIJN */
.nrs-card-title {
    font-size:40px;
    line-height:1.1;
    font-weight:600;
    margin-bottom:25px;
    text-shadow:0 0 12px #B30000;
    animation:titlePulse 3s ease-in-out infinite;
}

/* Refolosim animația WIJ ZIJN */
@keyframes titlePulse {
  0%   { text-shadow:0 0 6px #B30000; }
  50%  { text-shadow:0 0 16px #B30000; }
  100% { text-shadow:0 0 6px #B30000; }
}

.nrs-card-text {
  color:#ccc;
  font-size:17px;
  line-height:1.6;
  margin-bottom:40px;
}

/* BUTTON (cu roșu brand) */
.nrs-card-button {
  background:#81161C;
  color:#fff !important;
  padding:15px 35px;
  border-radius:50px;
  text-decoration:none;
  font-size:18px;
  font-weight:600;
  border:2px solid #81161C;
  text-align:center;
  transition:0.3s ease;
}

.nrs-card-button:hover {
  background:transparent;
  color:#81161C;
}

/* RIGHT CARD IMAGE */
.nrs-card-right img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:22px;
}
/* ======================================================
   LEGAL PAGES – Deluxe Edition 🚀
====================================================== */
.esa-legal-wrapper {
    max-width:1000px;
    margin:100px auto;
    padding:60px 50px;
    background:linear-gradient(145deg, #0c0c0c 0%, #000 100%);
    border-radius:22px;
    border:1px solid #1a1a1a;
    color:#ddd;
    line-height:1.75;
    box-shadow:0 0 50px rgba(0,0,0,0.7);
    position:relative;
    overflow:hidden;
    animation:fadeLegal 0.7s ease-out forwards;
}

@keyframes fadeLegal {
    0% {opacity:0; transform:translateY(20px);}
    100% {opacity:1; transform:translateY(0);}
}

/* Ambient Glow */
.esa-legal-wrapper::before {
    content:"";
    position:absolute;
    width:80%;
    height:80%;
    top:-10%;
    left:10%;
    background:radial-gradient(circle, rgba(129,22,28,0.16) 0%, transparent 60%);
    animation:glowPulse 5s infinite alternate;
    pointer-events:none;
}
@keyframes glowPulse {
    0% {opacity:0.05;}
    100% {opacity:0.16;}
}

/* Main Title */
.esa-legal-wrapper h2 {
    font-size:48px;
    margin-bottom:50px;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:4px;
    font-weight:800;
    color:#fff;
    text-shadow:0 0 18px #B30000;
    animation:titleGlow 2.5s infinite alternate;
}
@keyframes titleGlow {
    from {text-shadow:0 0 6px #81161C;}
    to   {text-shadow:0 0 24px #B30000;}
}

.esa-legal-wrapper h2::after {
    content:"";
    display:block;
    width:160px;
    height:3px;
    margin:14px auto 0;
    background:#81161C;
    border-radius:10px;
}

/* Section Headers */
.esa-legal-wrapper h3 {
    font-size:28px;
    margin:55px 0 18px;
    font-weight:600;
    color:#fff;
    letter-spacing:1px;
    position:relative;
    padding-left:42px;
    opacity:0;
    animation:slideIn 0.9s ease forwards;
}
@keyframes slideIn {
    0% {opacity:0; transform:translateX(-40px);}
    100% {opacity:1; transform:translateX(0);}
}

.esa-legal-wrapper h3::before {
    content:"";
    width:26px;
    height:26px;
    border:2px solid #81161C;
    position:absolute;
    left:0;
    top:4px;
    border-radius:4px;
    box-shadow:0 0 12px #81161C;
}

/* Paragraphs */
.esa-legal-wrapper p {
    font-size:18px;
    margin:0 0 22px;
    opacity:0;
    animation:fadeUp 0.7s ease forwards;
}
@keyframes fadeUp {
    0% {opacity:0; transform:translateY(20px);}
    100% {opacity:1; transform:translateY(0);}
}

/* Bullet List */
.esa-legal-wrapper ul {
    margin-left:35px;
    margin-bottom:25px;
}
.esa-legal-wrapper ul li {
    font-size:18px;
    margin-bottom:10px;
    position:relative;
    padding-left:16px;
    transition:0.3s;
}
.esa-legal-wrapper ul li::before {
    content:"";
    width:10px;
    height:10px;
    background:#81161C;
    border-radius:50%;
    position:absolute;
    left:-16px;
    top:7px;
    box-shadow:0 0 10px #81161C;
}
.esa-legal-wrapper ul li:hover {
    color:#81161C;
    transform:translateX(4px);
}

/* Strong / Email */
.esa-legal-wrapper strong {
    color:#fff;
    font-weight:700;
}
.esa-legal-wrapper a:hover {
    color:#81161C;
}

/* Mobile */
@media(max-width:768px){
    .esa-legal-wrapper {
        padding:40px 22px;
        margin:60px auto;
    }
    .esa-legal-wrapper h2 {
        font-size:36px;
    }
    .esa-legal-wrapper h3 {
        font-size:22px;
        padding-left:34px;
    }
}

