/* ZUVERLÄSSIG24 – Premium-Ergänzungen, Stand 24.08.2026 */

.header-cta {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 24px rgba(127, 255, 0, .08);
}

.hero .eyebrow {
  width: fit-content;
  padding: 8px 12px;
  border: 1px solid rgba(127, 255, 0, .27);
  border-radius: 999px;
  background: rgba(0, 0, 0, .48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.hero-copy {
  max-width: 680px;
}

.hero h1 {
  text-transform: none;
}

.premium-strip {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background:
    radial-gradient(600px 180px at 50% 0, rgba(127, 255, 0, .07), transparent 72%),
    linear-gradient(180deg, #080d09, #030504);
}

.premium-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.premium-strip article {
  min-width: 0;
  min-height: 118px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 14px;
  padding: 24px 22px;
  border-right: 1px solid rgba(255, 255, 255, .08);
}

.premium-strip article:first-child {
  border-left: 1px solid rgba(255, 255, 255, .08);
}

.premium-strip article > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(127, 255, 0, .38);
  border-radius: 12px;
  color: var(--green);
  background: rgba(127, 255, 0, .06);
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .08em;
}

.premium-strip article > div {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.premium-strip strong,
.premium-strip small {
  display: block;
}

.premium-strip strong {
  color: #fff;
  font-size: .82rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .025em;
}

.premium-strip small {
  color: rgba(247, 250, 247, .58);
  font-size: .74rem;
  line-height: 1.45;
}

.service-card {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 20px 48px rgba(0, 0, 0, .32);
}

.service-card:nth-child(n+7) .service-image {
  height: 166px;
}

.service-card:nth-child(n+7) .service-body {
  min-height: 174px;
}

.services-more-label {
  grid-column: 1 / -1;
  margin: 1.25rem 0 0;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.team-photo img {
  display: block;
}

.area-section {
  position: relative;
  padding-block: 34px 96px;
  background:
    radial-gradient(760px 380px at 100% 10%, rgba(127, 255, 0, .1), transparent 72%),
    #050806;
}

.area-panel {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(38px, 7vw, 90px);
  padding: clamp(34px, 6vw, 66px);
  overflow: hidden;
  border: 1px solid rgba(127, 255, 0, .36);
  border-radius: 30px;
  background:
    linear-gradient(120deg, rgba(127, 255, 0, .09), rgba(255, 255, 255, .035)),
    #080c09;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(255, 255, 255, .05);
}

.area-panel::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -130px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(127, 255, 0, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(127, 255, 0, .018), 0 0 0 90px rgba(127, 255, 0, .012);
  pointer-events: none;
}

.area-heading,
.area-copy {
  position: relative;
  z-index: 1;
}

.area-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.15rem, 4.4vw, 4rem);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

.area-heading h2 span {
  color: var(--green);
}

.area-copy > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.7vw, 1.14rem);
  line-height: 1.75;
}

.dach-mark {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  font-weight: 950;
  letter-spacing: .08em;
}

.dach-mark span {
  min-width: 48px;
  text-align: center;
}

.dach-mark span:last-child {
  color: var(--green);
}

.dach-mark i {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(127, 255, 0, .7), transparent);
}

.contact-details > div:last-child {
  border-color: rgba(127, 255, 0, .25);
  background: rgba(127, 255, 0, .055);
}

@media (max-width: 1080px) {
  .premium-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-strip article:nth-child(2) {
    border-right: 0;
  }

  .premium-strip article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }
}

@media (max-width: 820px) {
  .hero .eyebrow {
    border-radius: 14px;
    line-height: 1.4;
  }

  .area-section {
    padding-block: 20px 70px;
  }

  .area-panel {
    grid-template-columns: 1fr;
    gap: 28px;
    border-radius: 24px;
  }

  .service-card:nth-child(n+7) .service-image {
    height: 192px;
  }

  .service-card:nth-child(n+7) .service-body {
    min-height: 190px;
  }
}

@media (max-width: 620px) {
  .premium-strip-grid {
    grid-template-columns: 1fr;
  }

  .premium-strip article,
  .premium-strip article:first-child {
    min-height: 96px;
    padding: 18px 8px;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .premium-strip article:last-child {
    border-bottom: 0;
  }

  .premium-strip article:nth-child(2) {
    border-right: 0;
  }

  .review-actions,
  .review-actions .button {
    width: 100%;
  }

  .area-panel {
    padding: 30px 22px;
  }

  .dach-mark {
    gap: 8px;
  }

  .dach-mark i {
    width: 22px;
  }
}
