
/* =========================
   GMBH SERVICES SECTION
========================= */

.neeb-gmbh-services-section{
  width:100vw;
  max-width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:90px 24px;
  background:
    radial-gradient(circle at 12% 18%, rgba(8,72,99,.07), transparent 38%),
    linear-gradient(180deg,#ffffff 0%,#f4f8fa 100%);
}

/* LINK FIX */
.neeb-gmbh-services-section a,
.neeb-gmbh-services-section a:hover,
.neeb-gmbh-services-section a:focus{
  color:inherit !important;
  text-decoration:none !important;
  border-bottom:none !important;
}

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

/* =========================
   CONTAINER
========================= */

.neeb-gmbh-container{
  max-width:1100px;
  margin:0 auto;
}

/* =========================
   BOX
========================= */

.neeb-gmbh-services-box{
  padding:34px;
  border-radius:32px;
  background:#ffffff;
  border:1px solid rgba(8,72,99,.12);
  box-shadow:0 28px 75px rgba(15,23,42,.08);
}

/* =========================
   HEAD (CENTERED FIX)
========================= */

.neeb-gmbh-services-head{
  position:relative;
  overflow:hidden;
  margin-bottom:24px;
  padding:30px;
  border-radius:26px;

  background:
    radial-gradient(circle at top right, rgba(255,255,255,.14), transparent 42%),
    linear-gradient(135deg,#02131c 0%,#084863 58%,#0b6b8d 100%);

  color:#ffffff;
  text-align:center;
}

.neeb-gmbh-services-head span{
  display:inline-block;
  margin-bottom:12px;
  padding:7px 13px;
  border-radius:999px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.78);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.07em;
}

.neeb-gmbh-services-head h2{
  max-width:780px;
  margin:0 auto 12px;
  font-size:36px;
  line-height:1.1;
  letter-spacing:-.04em;
  color:#ffffff;
  font-weight:750;
}

.neeb-gmbh-services-head p{
  max-width:760px;
  margin:0 auto;
  font-size:17px;
  line-height:1.7;
  color:rgba(255,255,255,.82);
}

/* =========================
   GRID
========================= */

.neeb-gmbh-services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

/* =========================
   CARDS
========================= */

.neeb-gmbh-services-grid div{
  position:relative;
  min-height:128px;
  padding:18px;
  border-radius:20px;

  background:linear-gradient(180deg,#ffffff 0%,#f8fbfc 100%);
  border:1px solid rgba(8,72,99,.10);

  box-shadow:0 12px 30px rgba(15,23,42,.045);

  transition:.22s ease;
}

.neeb-gmbh-services-grid div:hover{
  transform:translateY(-4px);
  box-shadow:0 20px 45px rgba(15,23,42,.09);
  border-color:rgba(8,72,99,.22);
}

/* BADGE */

.neeb-gmbh-services-grid span{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  width:34px;
  height:34px;
  margin-bottom:18px;

  border-radius:12px;

  background:#084863;
  color:#ffffff;

  font-size:12px;
  font-weight:850;
}

/* TEXT */

.neeb-gmbh-services-grid strong{
  display:block;
  font-size:15.5px;
  line-height:1.35;
  color:#0f172a;
}

/* =========================
   TABLET
========================= */

@media(max-width:1024px){
  .neeb-gmbh-services-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

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

@media(max-width:700px){

  .neeb-gmbh-services-section{
    padding:52px 16px;
  }

  .neeb-gmbh-services-box{
    padding:18px;
    border-radius:24px;
  }

  .neeb-gmbh-services-head{
    padding:24px 20px;
    border-radius:22px;
  }

  .neeb-gmbh-services-head h2{
    font-size:28px;
  }

  .neeb-gmbh-services-head p{
    font-size:15.5px;
  }

  .neeb-gmbh-services-grid{
    grid-template-columns:1fr;
  }

  .neeb-gmbh-services-grid div{
    min-height:auto;
  }
}
