.local-hero {
  position: relative;
  min-height: 28rem;
  overflow: hidden;
  background: #171717;
  color: #fff;
}

.local-hero__image,
.local-hero__shade {
  position: absolute;
  inset: 0;
}

.local-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
}

.local-hero__shade {
  background: linear-gradient(90deg, rgba(10, 12, 16, .93) 0%, rgba(10, 12, 16, .75) 45%, rgba(10, 12, 16, .2) 78%, rgba(10, 12, 16, .08) 100%);
}

.local-hero__content,
.seo-content {
  position: relative;
  width: min(1120px, calc(100% - 3rem));
  margin: 0 auto;
}

.local-hero__content {
  z-index: 1;
  display: flex;
  min-height: 28rem;
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 0;
}

.local-hero__eyebrow {
  margin: 0 0 .75rem;
  color: #fff;
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.local-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4.65rem);
  line-height: 1.04;
  letter-spacing: -.035em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, .4);
}

.local-hero__lead {
  max-width: 680px;
  margin: 1.25rem 0 0;
  color: #f1f1f1;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.65;
}

.local-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.75rem;
}

.local-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: .8rem 1.2rem;
  border: 1px solid #b82d27;
  border-radius: 3px;
  background: #941c17;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.local-button:hover,
.local-button:focus {
  background: #b32620;
  color: #fff;
}

.local-button--secondary {
  border-color: rgba(255, 255, 255, .65);
  background: rgba(0, 0, 0, .42);
}

.seo-section {
  background: #252525;
}

.seo-section--alternate {
  background: #202020;
}

.seo-section--compact {
  background: #202020;
}

.seo-content {
  padding: 3.75rem 0;
  color: #bcbcbc;
}

.seo-content h2 {
  max-width: 860px;
  margin: 0 0 1rem;
  color: #f3f3f3;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.2;
}

.seo-content > p {
  max-width: 880px;
  font-size: 1.08rem;
  line-height: 1.75;
}

.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 2rem;
}

.seo-card {
  padding: 1.55rem;
  border: 1px solid #444;
  border-top: 3px solid #9e211b;
  border-radius: 3px;
  background: linear-gradient(180deg, #2d2d2d 0%, #272727 100%);
  box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .14);
}

.seo-card h3 {
  margin: 0 0 .7rem;
  color: #f2f2f2;
  font-size: 1.2rem;
}

.seo-card p,
.seo-card address {
  margin: 0;
  color: #bcbcbc;
  font-style: normal;
  line-height: 1.7;
}

.seo-card a,
.seo-content a:not(.local-button) {
  color: #f0f0f0;
  text-decoration: underline;
  text-underline-offset: .18em;
}

.seo-summary {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(20rem, .85fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 5rem);
}

.seo-kicker {
  margin: 0 0 .55rem;
  color: #e95a53;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.seo-summary > div > p:last-child {
  max-width: 740px;
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.seo-points {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ankauf-step;
}

.seo-points li {
  position: relative;
  min-height: 3.9rem;
  margin: 0;
  padding: .75rem .9rem .75rem 3.8rem;
  border-top: 1px solid #424242;
  counter-increment: ankauf-step;
}

.seo-points li:last-child {
  border-bottom: 1px solid #424242;
}

.seo-points li::before {
  content: counter(ankauf-step);
  position: absolute;
  top: .75rem;
  left: .35rem;
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #8f1e19;
  color: #fff;
  font-weight: 800;
}

.seo-points strong,
.seo-points span {
  display: block;
}

.seo-points strong {
  color: #f1f1f1;
  font-size: 1rem;
}

.seo-points span {
  margin-top: .1rem;
  color: #aeadad;
  font-size: .9rem;
}

.seo-faq details {
  border-top: 1px solid #484848;
  padding: 1.1rem 0;
}

.seo-faq details:last-child {
  border-bottom: 1px solid #484848;
}

.seo-faq summary {
  cursor: pointer;
  color: #f1f1f1;
  font-size: 1.08rem;
  font-weight: 700;
}

.seo-faq summary::marker {
  color: #e6463e;
}

.seo-faq details p {
  max-width: 860px;
  margin: .8rem 0 0;
  line-height: 1.7;
}

#fahrzeugbewertung.wrapper {
  scroll-margin-top: 5rem;
  padding-top: .75rem;
  padding-bottom: 1.75rem;
  background: #202020;
}

.valuation-shell {
  width: min(1200px, calc(100% - 2rem));
  margin: 0 auto;
}

#fahrzeugbewertung .au-trade-in-form-inline-auto {
  overflow: hidden;
}

#fahrzeugbewertung .au-trade-in-form-inline-auto iframe {
  position: relative;
  top: -120px;
  display: block;
  margin-bottom: -120px;
}

@media (max-width: 820px) {
  .local-hero,
  .local-hero__content {
    min-height: 27rem;
  }

  .local-hero__shade {
    background: linear-gradient(90deg, rgba(10, 12, 16, .92), rgba(10, 12, 16, .62));
  }

  .seo-grid {
    grid-template-columns: 1fr;
  }

  .seo-summary {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

@media (max-width: 520px) {
  .local-hero__content,
  .seo-content {
    width: min(100% - 2rem, 1120px);
  }

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

  .local-hero,
  .local-hero__content {
    min-height: 25.5rem;
  }

  .local-hero__content {
    padding: 2.25rem 0;
  }

  .local-hero__lead {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.55;
  }

  .local-actions {
    margin-top: 1.2rem;
  }

  .seo-content {
    padding: 3rem 0;
  }
}
