
.neeb-immo-services{
  position:relative;
  overflow:visible;
  padding:110px 24px;
}

.neeb-immo-services::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:100vw;
  transform:translateX(-50%);
  background:
    radial-gradient(circle at 10% 12%, rgba(8,72,99,.05), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfd 100%);
  z-index:0;
}

.neeb-immo-services-container{
  position:relative;
  z-index:1;
  max-width:1240px;
  margin:0 auto;
}

.neeb-immo-services-head{
  max-width:860px;
  margin:0 auto 42px;
  text-align:center;
}

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

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

.neeb-immo-services-title span{
  color:#0b6b8d;
}

.neeb-immo-services-lead{
  margin:0;
  font-size:18px;
  line-height:1.8;
  color:#5a6774;
}

.neeb-immo-services-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
}

.neeb-immo-service-card{
  position:relative;
  padding:28px 26px 24px;
  border-radius:28px;
  background:linear-gradient(180deg, #ffffff 0%, #fbfdfe 100%);
  border:1px solid rgba(8,72,99,.10);
  box-shadow:0 18px 40px rgba(15,23,42,.06);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.neeb-immo-service-card:hover{
  transform:translateY(-4px);
  box-shadow:0 24px 50px rgba(15,23,42,.08);
  border-color:rgba(8,72,99,.16);
}

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

.neeb-immo-service-card h3{
  margin:0 0 12px;
  font-size:28px;
  line-height:1.12;
  font-weight:800;
  letter-spacing:-.03em;
  color:#10202d;
  text-wrap:balance;
}

.neeb-immo-service-card p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#5b6773;
}

.neeb-immo-services-note{
  margin-top:28px;
}

.neeb-immo-services-note-box{
  padding:26px 28px 24px;
  border-radius:24px;
  background:
    linear-gradient(135deg, rgba(8,72,99,.05) 0%, rgba(11,107,141,.08) 100%);
  border:1px solid rgba(8,72,99,.10);
  box-shadow:0 14px 30px rgba(15,23,42,.05);
}

.neeb-immo-services-note-box strong{
  display:block;
  margin-bottom:8px;
  font-size:18px;
  line-height:1.2;
  color:#084863;
  font-weight:800;
}

.neeb-immo-services-note-box p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#475565;
}

@media (max-width: 980px){
  .neeb-immo-services-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width: 767px){
  .neeb-immo-services{
    padding:56px 16px;
  }

  .neeb-immo-services-head{
    margin-bottom:30px;
    text-align:left;
  }

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

  .neeb-immo-services-lead{
    font-size:15px;
    line-height:1.75;
  }

  .neeb-immo-service-card{
    padding:22px 20px 20px;
    border-radius:22px;
  }

  .neeb-immo-service-card h3{
    font-size:24px;
  }

  .neeb-immo-service-card p{
    font-size:14px;
    line-height:1.75;
  }

  .neeb-immo-services-note-box{
    padding:22px 20px;
    border-radius:22px;
  }

  .neeb-immo-services-note-box strong{
    font-size:17px;
  }

  .neeb-immo-services-note-box p{
    font-size:14px;
    line-height:1.75;
  }
}