.blog-hero.image-hero {
  display: flex;
  min-height: 500px;
  align-items: flex-end;
  padding: 130px 0 76px;
  background-image: linear-gradient(90deg, rgba(2, 39, 29, .94), rgba(2, 39, 29, .7) 48%, rgba(2, 39, 29, .16)), var(--page-hero-image);
  background-position: center;
  background-size: cover;
  color: #fff;
}

.blog-hero.image-hero h1 {
  max-width: 900px;
  color: #fff;
}

.blog-hero.image-hero p {
  color: #d9eee4;
}

.service-overview-hero.image-overview {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  padding: 140px 0 82px;
  background-image: linear-gradient(90deg, rgba(2, 39, 29, .96), rgba(2, 39, 29, .72) 48%, rgba(2, 39, 29, .16)), var(--overview-hero-image);
  background-position: center;
  background-size: cover;
}

.post-cover {
  height: 210px;
  overflow: hidden;
  background: #eaf3ed;
}

.post-cover img,
.article-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.post:hover .post-cover img {
  transform: scale(1.035);
}

.article-hero-image {
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin: 28px 0 38px;
  border-radius: 26px;
  box-shadow: 0 22px 55px rgba(3, 57, 42, .14);
}

.service-page[data-service*="sicherheitsdienst"] {
  --route-accent: #b9f45f;
  --route-accent-soft: #efffd9;
}

.security-brand-card {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(145deg, #022d20, #064d38);
  color: #fff;
  box-shadow: 0 28px 75px rgba(2, 45, 32, .16);
}

.security-brand-card > div {
  padding: 46px;
}

.security-brand-card h2 {
  max-width: 16ch;
  margin: 12px 0 18px;
  color: #fff;
}

.security-brand-card p {
  max-width: 760px;
  color: #c8ddd3;
  line-height: 1.7;
}

.security-brand-card > aside {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  min-height: 370px;
  padding: 42px;
  background: radial-gradient(circle at 100% 0, rgba(255,255,255,.2), transparent 42%), linear-gradient(150deg, #a7e953, #c6fa72);
  color: #022d20;
}

.security-wordmark {
  display: block;
  font-size: clamp(2.25rem, 5vw, 4.3rem);
  font-weight: 950;
  line-height: .9;
  letter-spacing: -.07em;
}

.security-wordmark span {
  display: block;
  color: #087354;
}

.security-brand-card aside > strong {
  margin-top: 22px;
  font-size: 1.15rem;
}

.security-brand-card aside > small {
  margin: 5px 0 25px;
  color: #28513f;
  font-weight: 750;
}

.security-brand-card aside .btn,
.security-cta .btn {
  background: #022d20;
  color: #fff;
}

@media (max-width: 700px) {
  .blog-hero.image-hero {
    min-height: 440px;
    padding: 105px 0 58px;
    background-image: linear-gradient(0deg, rgba(2, 39, 29, .94), rgba(2, 39, 29, .28)), var(--page-hero-image);
  }

  .service-overview-hero.image-overview {
    min-height: 480px;
    padding: 110px 0 62px;
    background-image: linear-gradient(0deg, rgba(2, 39, 29, .95), rgba(2, 39, 29, .25)), var(--overview-hero-image);
  }

  .post-cover {
    height: 190px;
  }

  .article-hero-image {
    margin: 22px 0 30px;
    border-radius: 20px;
  }

  .security-brand-card {
    grid-template-columns: 1fr;
  }

  .security-brand-card > div,
  .security-brand-card > aside {
    padding: 27px;
  }

  .security-brand-card > aside {
    min-height: 285px;
  }
}
