.neeb-intro-section{
  padding: 56px 24px 24px;
  background: linear-gradient(180deg, #f8fbfc 0%, #ffffff 100%);
}

.neeb-intro-grid{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 28px;
  align-items: start;
}

.neeb-intro-main{
  background: #ffffff;
  border: 1px solid #e4ecf0;
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 14px 34px rgba(15,23,42,.05);
}

.neeb-eyebrow{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(8,72,99,.08);
  color: #084863;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.neeb-main-title{
  margin: 0 0 16px;
  font-size: 44px;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #0f172a;
  font-weight: 700;
}

.neeb-main-title span{
  color: #084863;
}

.neeb-lead{
  margin: 0 0 24px;
  font-size: 20px;
  line-height: 1.58;
  color: #334155;
  max-width: 760px;
  font-weight: 500;
}

.neeb-copy p{
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.78;
  color: #475569;
}

.neeb-copy p:last-child{
  margin-bottom: 0;
}

.neeb-intro-side{
  display: grid;
  gap: 16px;
}

.neeb-info-card{
  background: #ffffff;
  border: 1px solid #e4ecf0;
  border-radius: 22px;
  padding: 24px 22px;
  box-shadow: 0 10px 24px rgba(15,23,42,.04);
}

.neeb-info-number{
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #084863;
}

.neeb-info-label{
  font-size: 15px;
  line-height: 1.55;
  color: #475569;
}

.neeb-info-quote{
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #084863 0%, #0b5b7b 100%);
  color: #ffffff;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 600;
  box-shadow: 0 14px 30px rgba(8,72,99,.16);
}

.neeb-info-quote span{
  display: block;
}

@media (max-width: 1024px){
  .neeb-intro-grid{
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .neeb-main-title{
    font-size: 40px;
  }

  .neeb-lead{
    font-size: 19px;
  }
}

@media (max-width: 767px){
  .neeb-intro-section{
    padding: 28px 16px 12px;
  }

  .neeb-intro-main{
    padding: 26px 22px;
    border-radius: 20px;
  }

  .neeb-eyebrow{
    font-size: 12px;
    padding: 7px 12px;
    margin-bottom: 12px;
  }

  .neeb-main-title{
    font-size: 36px;
    line-height: 1.04;
    margin-bottom: 14px;
  }

  .neeb-lead{
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

  .neeb-copy p{
    font-size: 15px;
    line-height: 1.72;
    margin-bottom: 14px;
  }

  .neeb-info-card{
    padding: 20px 18px;
    border-radius: 18px;
  }

  .neeb-info-number{
    font-size: 25px;
  }

  .neeb-info-label{
    font-size: 15px;
  }

  .neeb-info-quote{
    font-size: 17px;
    line-height: 1.55;
    padding: 20px 18px;
    border-radius: 18px;
  }
}

/* DESKTOP */
.neeb-funnel-section{
  padding:90px 24px;
  overflow:hidden;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,.03) 0px,
      rgba(255,255,255,.03) 1px,
      transparent 1px,
      transparent 16px
    ),
    linear-gradient(
      120deg,
      rgba(255,255,255,.06) 0%,
      rgba(255,255,255,0) 40%
    ),
    linear-gradient(135deg, #084863 0%, #0b5b7b 100%);
}

.neeb-funnel-box{
  max-width:1200px;
  margin:0 auto;
  padding:32px;
  background:#ffffff;
  border-radius:28px;
  box-shadow:0 24px 60px rgba(0,0,0,.18);
}

.neeb-funnel-inner{
  max-width:720px;
  margin-bottom:10px;
}

.neeb-funnel-title{
  margin:0 0 12px;
  font-size:32px;
  line-height:1.15;
  font-weight:700;
  color:#084863;
}

.neeb-funnel-title span{
  display:block;
  color:#0b6b8d;
}

.neeb-funnel-text{
  margin:0 0 24px;
  font-size:18px;
  line-height:1.6;
  color:#4b5563;
}

#ps-embed-69bba8ecb64c45ee2b567e68{
  width:100%;
  border:0;
  display:block;
  border-radius:18px;
  background:#ffffff;
}

/* TABLET */
@media (max-width: 991px){
  .neeb-funnel-section{
    padding:72px 20px;
  }

  .neeb-funnel-box{
    padding:24px;
  }

  #ps-embed-69bba8ecb64c45ee2b567e68{
    min-height:650px;
  }
}

/* MOBILE */
@media (max-width: 767px){
  .neeb-funnel-section{
    padding:40px 0;
    background:#ffffff;
  }

  .neeb-funnel-box{
    width:100%;
    max-width:none;
    margin:0;
    padding:20px 0 0;
    background:#ffffff;
    border:none;
    box-shadow:none;
    border-radius:0;
  }

  .neeb-funnel-inner{
    padding:0 20px;
  }

  .neeb-funnel-title{
    font-size:28px;
    line-height:1.08;
    font-weight:800;
  }

  .neeb-funnel-title span{
    font-size:24px;
  }

  .neeb-funnel-text{
    font-size:15px;
    margin-bottom:14px;
  }

  #ps-embed-69bba8ecb64c45ee2b567e68{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    min-height:620px;
    border-radius:0;
  }
}

/* EXTRA KLEINE HANDYS */
@media (max-width: 480px){
  .neeb-funnel-title{
    font-size:26px;
  }

  .neeb-funnel-title span{
    font-size:22px;
  }

  .neeb-funnel-text{
    font-size:14px;
  }

  #ps-embed-69bba8ecb64c45ee2b567e68{
    min-height:580px;
  }
}