
.neeb-immo-benefits{
  position:relative;
  overflow:hidden;
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:110px 24px;

  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.06), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(255,255,255,.04), transparent 30%),
    linear-gradient(135deg, #07364a 0%, #084863 45%, #0b6b8d 100%);
}

.neeb-immo-benefits-container{
  max-width:1180px;
  margin:0 auto;
}

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

.neeb-immo-benefits-head h2{
  margin:0 0 14px;
  font-size:46px;
  line-height:1.04;
  font-weight:800;
  letter-spacing:-.04em;
  color:#ffffff;
  text-wrap:balance;
}

.neeb-immo-benefits-head h2 span{
  color:#cfe8f1;
}

.neeb-immo-benefits-head p{
  margin:0;
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.82);
}

.neeb-immo-benefits-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.neeb-immo-benefit{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:16px;
  align-items:start;
  padding:24px 22px 22px;
  border-radius:24px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  transition:transform .22s ease, background .22s ease, border-color .22s ease;
}

.neeb-immo-benefit:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.11);
  border-color:rgba(255,255,255,.18);
}

.neeb-immo-benefit-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:54px;
  height:54px;
  border-radius:18px;
  background:#ffffff;
  color:#084863;
  font-size:14px;
  font-weight:800;
  box-shadow:0 10px 22px rgba(0,0,0,.16);
}

.neeb-immo-benefit strong{
  display:block;
  margin-bottom:8px;
  font-size:22px;
  line-height:1.15;
  color:#ffffff;
  font-weight:800;
  letter-spacing:-.02em;
}

.neeb-immo-benefit p{
  margin:0;
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,.84);
}

/* =========================
   GLOSSAR LINKS FIX (DUNKLER BG)
========================= */
.neeb-immo-benefits a,
.neeb-immo-benefits .glossary-link,
.neeb-immo-benefits .glossaryLink,
.neeb-immo-benefits a.glossary{
  color:#ffffff !important;
  text-decoration:none !important;
  border-bottom:1px solid rgba(255,255,255,.35);
  transition:border-color .2s ease, color .2s ease;
}

.neeb-immo-benefits a:hover,
.neeb-immo-benefits a:focus,
.neeb-immo-benefits a:active{
  color:#ffffff !important;
  border-bottom-color:#ffffff;
  outline:none !important;
  box-shadow:none !important;
}

/* falls das Plugin span wrapped */
.neeb-immo-benefits a span,
.neeb-immo-benefits .glossary-link span{
  color:inherit !important;
}

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

@media (max-width:767px){
  .neeb-immo-benefits{
    width:100%;
    max-width:none;
    margin-left:0;
    margin-right:0;
    padding:56px 16px;
  }

  .neeb-immo-benefits-head{
    text-align:left;
    margin-bottom:28px;
  }

  .neeb-immo-benefits-head h2{
    font-size:32px;
    line-height:1.08;
  }

  .neeb-immo-benefits-head p{
    font-size:15px;
    line-height:1.7;
  }

  .neeb-immo-benefit{
    grid-template-columns:48px 1fr;
    gap:14px;
    padding:18px;
    border-radius:20px;
  }

  .neeb-immo-benefit-icon{
    width:48px;
    height:48px;
    border-radius:14px;
    font-size:13px;
  }

  .neeb-immo-benefit strong{
    font-size:19px;
  }

  .neeb-immo-benefit p{
    font-size:14px;
    line-height:1.7;
  }
}