
/* =========================
   FULL WIDTH SECTION
========================= */

.neeb-lightwow-section{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}

/* Links deaktivieren */
.neeb-lightwow-card a{
  color:inherit !important;
  text-decoration:none !important;
  pointer-events:none !important;
}

/* =========================
   BACKGROUND
========================= */

.neeb-lightwow-bg{
  padding:72px 24px;
  background:
    radial-gradient(circle at 10% 10%, rgba(8,72,99,.08), transparent 40%),
    radial-gradient(circle at 90% 0%, rgba(8,72,99,.06), transparent 40%),
    linear-gradient(180deg,#f8fbfc 0%,#ffffff 100%);
}

.neeb-lightwow-container{
  max-width:1100px;
  margin:0 auto;
}

/* =========================
   INTRO
========================= */

.neeb-lightwow-intro{
  width:100%;
  margin-bottom:28px;
  padding:34px 36px;
  box-sizing:border-box;
  border-radius:30px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(8,72,99,.12);
  box-shadow:0 24px 70px rgba(15,23,42,.07);
  backdrop-filter:blur(14px);
}

.neeb-lightwow-kicker{
  display:inline-block;
  margin-bottom:10px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(8,72,99,.08);
  color:#084863;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

.neeb-lightwow-title{
  margin:0 0 16px;
  font-size:48px;
  line-height:1.05;
  letter-spacing:-.045em;
  font-weight:850;
  color:#0f172a;
}

.neeb-lightwow-title span{
  position:relative;
  display:inline-block;
  margin-top:6px;
  padding-bottom:10px;
  background:linear-gradient(90deg,#084863,#0b6b8d);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}

.neeb-lightwow-title span:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:140px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,#084863,#0b6b8d);
}

.neeb-lightwow-lead{
  max-width:820px;
  margin:0 0 20px;
  font-size:18px;
  line-height:1.7;
  color:#334155;
}

.neeb-lightwow-proof{
  display:inline-block;
  padding:12px 16px;
  border-radius:14px;
  background:#084863;
  color:#fff;
  font-size:15px;
  font-weight:600;
}

/* =========================
   BOX
========================= */

.neeb-lightwow-box{
  width:100%;
  box-sizing:border-box;
  padding:30px;
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(255,255,255,1),rgba(248,251,252,1));
  border:1px solid rgba(8,72,99,.12);
  box-shadow:0 30px 80px rgba(15,23,42,.09);
}

.neeb-lightwow-head{
  margin-bottom:18px;
}

.neeb-lightwow-head span{
  display:block;
  margin-bottom:6px;
  font-size:12px;
  font-weight:800;
  color:#084863;
  text-transform:uppercase;
}

.neeb-lightwow-head h3{
  display:inline-block;
  margin:0 0 10px;
  padding:10px 14px;
  border-radius:14px;
  background:linear-gradient(135deg,#084863 0%,#0b5b7b 100%);
  color:#ffffff;
  font-size:22px;
  line-height:1.15;
  font-weight:500;
  letter-spacing:-.02em;
  box-shadow:0 14px 30px rgba(8,72,99,.18);
}

.neeb-lightwow-head p{
  margin:0;
  font-size:18px;
  line-height:1.6;
  color:#334155;
  padding:8px 0 4px;
}

/* =========================
   GRID
========================= */

.neeb-lightwow-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}

/* =========================
   CARDS
========================= */

.neeb-lightwow-card.dark{
  position:relative;
  overflow:hidden;
  min-height:175px;
  padding:20px 18px;
  border-radius:18px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.08), transparent 40%),
    linear-gradient(135deg,#062f40 0%, #084863 60%, #0b5b7b 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 18px 40px rgba(8,72,99,.18);
  transition:.25s ease;
}

.neeb-lightwow-card.dark:hover{
  transform:translateY(-4px);
  box-shadow:0 28px 60px rgba(8,72,99,.28);
}

.neeb-lightwow-card.dark span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  margin-bottom:12px;
  border-radius:10px;
  background:rgba(255,255,255,.12);
  color:#ffffff;
  font-size:12px;
  font-weight:800;
}

.neeb-lightwow-card.dark strong{
  display:block;
  margin-bottom:6px;
  font-size:15px;
  color:#ffffff;
}

.neeb-lightwow-card.dark p{
  margin:0;
  font-size:13px;
  line-height:1.5;
  color:rgba(255,255,255,.82);
}

.neeb-lightwow-card.dark.highlight{
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.16), transparent 42%),
    linear-gradient(135deg,#02131c 0%, #084863 48%, #0b6b8d 100%);
  box-shadow:0 28px 60px rgba(8,72,99,.28);
  border-color:rgba(255,255,255,.18);
}

/* =========================
   FINAL
========================= */

.neeb-lightwow-final{
  width:100%;
  box-sizing:border-box;
  margin-top:22px;
  padding:24px 30px;
  border-radius:26px;
  background:
    linear-gradient(135deg,rgba(8,72,99,.09),rgba(255,255,255,.65));
  border:1px solid rgba(8,72,99,.12);
  box-shadow:0 18px 50px rgba(15,23,42,.045);
}

.neeb-lightwow-final strong{
  display:block;
  margin-bottom:6px;
  font-size:20px;
  color:#0f172a;
}

.neeb-lightwow-final p{
  margin:0;
  font-size:14px;
  color:#475569;
}

/* =========================
   PREMIUM MOTION
========================= */

@keyframes neebFadeUp{
  from{
    opacity:0;
    transform:translateY(18px);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}

.neeb-lightwow-intro,
.neeb-lightwow-box,
.neeb-lightwow-final{
  animation:neebFadeUp .75s ease both;
}

.neeb-lightwow-box{ animation-delay:.12s; }
.neeb-lightwow-final{ animation-delay:.22s; }

.neeb-lightwow-card.dark{
  animation:neebFadeUp .65s ease both;
}

.neeb-lightwow-card.dark:nth-child(1){ animation-delay:.18s; }
.neeb-lightwow-card.dark:nth-child(2){ animation-delay:.24s; }
.neeb-lightwow-card.dark:nth-child(3){ animation-delay:.30s; }
.neeb-lightwow-card.dark:nth-child(4){ animation-delay:.36s; }
.neeb-lightwow-card.dark:nth-child(5){ animation-delay:.42s; }

.neeb-lightwow-card.dark:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,.10) 45%,
    transparent 70%
  );
  transform:translateX(-120%);
  transition:transform .7s ease;
}

.neeb-lightwow-card.dark:hover:before{
  transform:translateX(120%);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1024px){
  .neeb-lightwow-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){

  .neeb-lightwow-bg{
    padding:28px 14px 36px;
  }

  .neeb-lightwow-intro{
    padding:22px 18px;
    border-radius:22px;
    margin-bottom:18px;
  }

  .neeb-lightwow-kicker{
    margin-bottom:8px;
    font-size:11px;
    padding:6px 10px;
  }

  .neeb-lightwow-title{
    margin:0 0 14px;
    font-size:30px;
    line-height:1.08;
    letter-spacing:-.035em;
  }

  .neeb-lightwow-title span{
    margin-top:4px;
    padding-bottom:9px;
  }

  .neeb-lightwow-title span:after{
    width:92px;
    height:3px;
  }

  .neeb-lightwow-lead{
    margin-bottom:16px;
    font-size:15.5px;
    line-height:1.65;
  }

  .neeb-lightwow-proof{
    display:block;
    padding:12px 14px;
    font-size:14px;
    line-height:1.45;
    border-radius:14px;
  }

  .neeb-lightwow-box{
    padding:20px 16px;
    border-radius:22px;
  }

  .neeb-lightwow-head{
    margin-bottom:16px;
  }

  .neeb-lightwow-head span{
    font-size:11px;
    margin-bottom:8px;
  }

  .neeb-lightwow-head h3{
    display:block;
    width:100%;
    box-sizing:border-box;
    margin:0 0 10px;
    padding:12px 14px;
    border-radius:16px;
    font-size:19px;
    line-height:1.22;
    font-weight:500;
    letter-spacing:-0.01em;
    text-shadow:0 0 0.3px rgba(0,0,0,.2);
  }

  .neeb-lightwow-head p{
    padding:10px 10px 10px;
    font-size:16.5px;
    line-height:1.6;
  }

  .neeb-lightwow-grid{
    grid-template-columns:1fr;
    gap:10px;
  }

  .neeb-lightwow-card.dark{
    min-height:auto;
    padding:18px 16px;
    border-radius:18px;
  }

  .neeb-lightwow-card.dark span{
    width:28px;
    height:28px;
    margin-bottom:10px;
  }

  .neeb-lightwow-card.dark strong{
    font-size:16px;
    margin-bottom:6px;
  }

  .neeb-lightwow-card.dark p{
    font-size:14px;
    line-height:1.55;
  }

  .neeb-lightwow-final{
    margin-top:16px;
    padding:20px 18px;
    border-radius:20px;
  }

  .neeb-lightwow-final strong{
    font-size:16px;
    line-height:1.25;
  }

  .neeb-lightwow-final p{
    font-size:16px;
    line-height:1.6;
  }
}

@media (prefers-reduced-motion: reduce){
  .neeb-lightwow-intro,
  .neeb-lightwow-box,
  .neeb-lightwow-final,
  .neeb-lightwow-card.dark{
    animation:none;
  }
}
