.neeb-services-wrap{
  position:relative;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 10%, rgba(8,72,99,.08), transparent 32%),
    radial-gradient(circle at 88% 82%, rgba(8,72,99,.06), transparent 38%),
    linear-gradient(180deg, #f7fbfd 0%, #ffffff 100%);
}

.neeb-services-section{
  position:relative;
  padding:96px 24px 88px;
  background:transparent;
}

.neeb-services-container{
  max-width:1240px;
  margin:0 auto;
}

.neeb-services-header{
  max-width:820px;
  margin:0 auto 56px;
  text-align:center;
}

.neeb-services-eyebrow{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 14px;
  margin-bottom:16px;
  border-radius:999px;
  background:rgba(8,72,99,.08);
  border:1px solid rgba(8,72,99,.10);
  color:#084863;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.neeb-services-title{
  margin:0 0 14px;
  font-size:44px;
  line-height:1.08;
  letter-spacing:-.04em;
  color:#0f172a;
  font-weight:800;
  text-wrap:balance;
}

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

.neeb-services-text{
  margin:0 auto;
  max-width:860px;
  font-size:18px;
  line-height:1.75;
  color:#556270;
}

/* Gruppen allgemein */
.neeb-services-group{
  position:relative;
  padding:36px;
  border-radius:34px;
  overflow:hidden;
}

.neeb-services-group::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 32%),
    radial-gradient(circle at top right, rgba(255,255,255,.12) 0%, rgba(255,255,255,0) 34%);
}

.neeb-services-group-business{
  margin-top:0;
  background:linear-gradient(135deg, #084863 0%, #0b5b7b 100%);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    0 30px 70px rgba(8,72,99,.18),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.neeb-services-group-private{
  margin-top:28px;
  background:linear-gradient(135deg, #0b5b7b 0%, #3c8aa6 100%);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:
    0 24px 60px rgba(8,72,99,.14),
    inset 0 1px 0 rgba(255,255,255,.08);
}

.neeb-services-group-head{
  position:relative;
  z-index:1;
  margin-bottom:26px;
}

.neeb-services-group-badge{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 14px;
  margin-bottom:14px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  color:#ffffff;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  border:1px solid rgba(255,255,255,.18);
}

.neeb-services-group-badge-private{
  background:rgba(255,255,255,.20);
  color:#ffffff;
}

.neeb-services-group-title{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.15;
  letter-spacing:-.03em;
  color:#ffffff;
  font-weight:800;
}

.neeb-services-group-text{
  margin:0;
  max-width:760px;
  font-size:16px;
  line-height:1.75;
  color:rgba(255,255,255,.80);
}

/* Grids */
.neeb-services-grid{
  position:relative;
  z-index:1;
  display:grid;
  gap:22px;
}

.neeb-services-grid-main{
  grid-template-columns:repeat(3, minmax(0, 1fr));
}

.neeb-services-grid-private{
  max-width:840px;
  margin:0 auto;
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

/* Cards */
.neeb-service-card{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:270px;
  padding:26px 24px 24px;
  border-radius:28px;
  text-decoration:none;
  color:inherit;
  overflow:hidden;
  background:linear-gradient(180deg, #ffffff 0%, #f4f8fb 100%);
  border:1px solid rgba(255,255,255,.35);
  box-shadow:
    0 20px 50px rgba(0,0,0,.20),
    0 8px 20px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.8);
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
}

.neeb-service-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right, rgba(8,72,99,.06), transparent 30%);
  pointer-events:none;
}

.neeb-service-card:hover{
  transform:translateY(-8px) scale(1.01);
  box-shadow:
    0 32px 70px rgba(0,0,0,.28),
    0 14px 30px rgba(8,72,99,.20);
}

.neeb-service-card-private{
  background:linear-gradient(180deg, #ffffff 0%, #f2f8fb 100%);
}

/* Card Inhalte */
.neeb-service-top{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.neeb-service-kicker{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 12px;
  border-radius:999px;
  background:rgba(8,72,99,.07);
  border:1px solid rgba(8,72,99,.08);
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#084863;
}

.neeb-service-kicker-private{
  background:rgba(8,72,99,.06);
  border:1px solid rgba(8,72,99,.10);
}

.neeb-service-icon{
  width:38px;
  height:38px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, #084863 0%, #0b6b8d 100%);
  color:#ffffff;
  font-size:18px;
  box-shadow:0 10px 20px rgba(8,72,99,.16);
  flex:0 0 38px;
}

.neeb-service-icon-private{
  background:linear-gradient(135deg, #0b5d7b 0%, #4d9bb8 100%);
}

.neeb-service-title{
  position:relative;
  z-index:1;
  margin:0 0 12px;
  font-size:24px;
  line-height:1.15;
  letter-spacing:-.03em;
  color:#10202d;
  font-weight:700;
  max-width:100%;
  overflow-wrap:break-word;
  word-break:normal;
  hyphens:auto;
  text-wrap:balance;
}

.neeb-service-text-card{
  position:relative;
  z-index:1;
  margin:0 0 22px;
  font-size:15px;
  line-height:1.7;
  color:#5c6874;
}

.neeb-service-link{
  position:relative;
  z-index:1;
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:15px;
  font-weight:700;
  color:#084863;
}

.neeb-service-link::after{
  content:"→";
  transition:transform .18s ease;
}

.neeb-service-card:hover .neeb-service-link::after{
  transform:translateX(4px);
}

/* Tablet */
@media (max-width: 1100px){
  .neeb-services-title{
    font-size:40px;
  }

  .neeb-services-grid-main{
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }

  .neeb-services-grid-private{
    max-width:none;
    grid-template-columns:repeat(2, minmax(0, 1fr));
  }
}

/* Mobil */
@media (max-width: 767px){
  .neeb-services-wrap{
    width:100%;
    max-width:100%;
    margin-left:0;
    margin-right:0;
    background:
      radial-gradient(circle at 12% 10%, rgba(8,72,99,.06), transparent 30%),
      linear-gradient(180deg, #f8fbfd 0%, #ffffff 100%);
  }

  .neeb-services-section{
    padding:56px 16px 48px;
  }

  .neeb-services-header{
    margin-bottom:32px;
    text-align:left;
  }

  .neeb-services-title{
    font-size:32px;
    line-height:1.08;
  }

  .neeb-services-text{
    font-size:15px;
    line-height:1.65;
  }

  .neeb-services-group{
    padding:22px 16px 16px;
    border-radius:24px;
  }

  .neeb-services-group-title{
    font-size:24px;
  }

  .neeb-services-group-text{
    font-size:14px;
    line-height:1.65;
  }

  .neeb-services-grid-main,
  .neeb-services-grid-private{
    grid-template-columns:1fr;
    gap:16px;
  }

  .neeb-services-group-private{
    margin-top:20px;
  }

  .neeb-service-card{
    min-height:auto;
    padding:22px 18px 18px;
    border-radius:22px;
  }

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

  .neeb-service-text-card{
    font-size:14px;
    margin-bottom:18px;
  }

  .neeb-service-link{
    font-size:14px;
  }
}