
/* =========================
   GMBH HERO (DARK PREMIUM)
========================= */

.neeb-gmbh-hero{
  position:relative;
  overflow:hidden;

  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);

  padding:120px 24px 100px;

  background:

    /* feine diagonale Linien */
    repeating-linear-gradient(
      120deg,
      rgba(255,255,255,0.05) 0px,
      rgba(255,255,255,0.05) 1px,
      transparent 1px,
      transparent 14px
    ),

    /* Lichtspots */
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.12), transparent 30%),
    radial-gradient(circle at 85% 25%, rgba(255,255,255,.08), transparent 28%),

    /* dunkle Tiefe */
    radial-gradient(circle at 80% 80%, rgba(0,0,0,.35), transparent 50%),

    /* Hauptgradient */
    linear-gradient(135deg, #02131c 0%, #07364a 40%, #084863 70%, #0b6b8d 100%);
}

/* LINK FIX (wichtig bei dunklem Hintergrund) */
.neeb-gmbh-hero a,
.neeb-gmbh-hero a:hover,
.neeb-gmbh-hero a:focus{
  color:inherit !important;
  text-decoration:none !important;
  border-bottom:none !important;
}

.neeb-gmbh-hero .glossary-link,
.neeb-gmbh-hero .glossaryLink,
.neeb-gmbh-hero a.glossary{
  border-bottom:none !important;
}

/* CONTAINER */

.neeb-gmbh-container{
  position:relative;
  z-index:2;
  max-width:1100px;
  margin:0 auto;
  text-align:center;
}

/* EYEBROW */

.neeb-gmbh-eyebrow{
  display:inline-block;
  margin-bottom:18px;
  padding:7px 14px;
  border-radius:999px;

  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);

  color:rgba(255,255,255,.82);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.07em;
}

/* TITLE */

.neeb-gmbh-hero h1{
  margin:0 0 18px;

  font-size:58px;
  line-height:1.02;
  letter-spacing:-.05em;

  font-weight:800;
  color:#ffffff;

  text-wrap:balance;
}

.neeb-gmbh-hero h1 span{
  display:block;
  margin-top:6px;
  color:#d3e8f0;
}

/* TEXT */

.neeb-gmbh-hero p{
  max-width:860px;
  margin:0 auto 32px;

  font-size:20px;
  line-height:1.85;

  color:rgba(255,255,255,.88);
}

/* CTA */

.neeb-gmbh-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:58px;
  padding:0 28px;

  border-radius:16px;

  background:#ffffff;
  color:#084863 !important;

  text-decoration:none !important;
  font-size:15px;
  font-weight:800;

  box-shadow:0 18px 34px rgba(0,0,0,.18);

  transition:.25s ease;
}

.neeb-gmbh-cta:hover{
  transform:translateY(-2px);
  color:#084863 !important;
}

/* =========================
   MOBILE
========================= */

@media (max-width:767px){

  .neeb-gmbh-hero{
    width:100%;
    max-width:none;
    margin-left:0;
    margin-right:0;
    padding:72px 16px 64px;
  }

  .neeb-gmbh-container{
    text-align:left;
  }

  .neeb-gmbh-hero h1{
    font-size:36px;
    line-height:1.05;
  }

  .neeb-gmbh-hero p{
    margin:0 0 26px;
    font-size:15px;
    line-height:1.75;
  }

  .neeb-gmbh-cta{
    width:100%;
  }
}
