.content-main {
  width: min(1050px, calc(100% - 40px));
  padding: 64px 0 100px;
}

.content-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 62px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 54px;
}

.content-hero h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(2.65rem, 5.8vw, 4.85rem);
}

.content-legal .content-hero h1 {
  font-size: clamp(2.65rem, 5vw, 4.15rem);
  hyphens: auto;
  overflow-wrap: break-word;
}

.content-hero__lead {
  max-width: 720px;
  margin-bottom: 0;
  color: #53625b;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
}

.content-hero__aside {
  border-left: 3px solid #9ed58a;
  padding: 4px 0 4px 22px;
  color: #53625b;
  line-height: 1.55;
}

.content-hero__aside strong {
  display: block;
  margin-bottom: 5px;
  color: var(--forest);
}

.content-section {
  margin: 0 auto 64px;
}

.content-section--narrow {
  max-width: 780px;
}

.content-section h2 {
  margin-bottom: 20px;
  font-size: clamp(1.75rem, 4vw, 2.6rem);
}

.content-section h3 {
  margin: 30px 0 10px;
  font-size: 1.1rem;
}

.content-section p,
.content-section li {
  color: #4f5f57;
  line-height: 1.75;
}

.content-section a,
.faq-list a {
  color: var(--forest-soft);
  font-weight: 700;
}

.terms-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 52px;
}

.terms-nav a {
  border: 1px solid #c7d2ca;
  border-radius: 999px;
  padding: 8px 13px;
  color: var(--forest);
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
  background: rgb(255 255 255 / 62%);
}

.legal-copy {
  counter-reset: legal-section;
}

.legal-copy > section {
  margin-bottom: 42px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 30px;
}

.legal-copy > section:last-child {
  border-bottom: 0;
}

.legal-copy h2::before {
  counter-increment: legal-section;
  content: counter(legal-section, decimal-leading-zero) " ";
  margin-right: 8px;
  color: #79a68d;
  font-size: 0.75em;
}

.faq-list {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 0 auto;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 0 24px;
  background: rgb(255 255 255 / 76%);
  box-shadow: 0 10px 32px rgb(33 59 46 / 5%);
}

.faq-list summary {
  position: relative;
  padding: 22px 42px 22px 0;
  color: #26372f;
  font-size: 1.02rem;
  font-weight: 760;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 0;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: var(--forest);
  background: #e6f3dd;
  font-size: 1.25rem;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 44px 22px 0;
  color: #52625a;
  line-height: 1.7;
}

.support-status {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 880px;
  margin: 0 auto 48px;
}

.support-status article {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px;
  background: var(--paper);
}

.support-status span {
  display: inline-block;
  margin-bottom: 24px;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--forest);
  font-size: 0.7rem;
  font-weight: 800;
  background: #e2f4d7;
  text-transform: uppercase;
}

.support-status article:nth-child(2) span {
  background: #f4edce;
}

.support-status article:nth-child(3) span {
  background: #eceeed;
}

.support-status h2 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.support-status p {
  margin-bottom: 0;
  color: #627069;
  line-height: 1.55;
}

.guide-steps {
  display: grid;
  gap: 34px;
}

.guide-step {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: clamp(24px, 4vw, 42px);
  background: rgb(255 255 255 / 74%);
  box-shadow: 0 18px 56px rgb(28 57 43 / 6%);
}

.guide-step:nth-child(even) .guide-step__visual {
  order: -1;
}

.guide-step__number {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 13px;
  color: white;
  font-weight: 800;
  background: var(--forest);
}

.guide-step h2 {
  margin-bottom: 12px;
  font-size: clamp(1.45rem, 3vw, 2.1rem);
}

.guide-step p {
  margin-bottom: 0;
  color: #56655e;
  line-height: 1.7;
}

.guide-step__visual {
  overflow: hidden;
  border: 1px solid #dce5de;
  border-radius: 20px;
  background: #eef5ec;
}

.guide-step__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.guide-note {
  max-width: 800px;
  margin: 54px auto 0;
  border-radius: 22px;
  padding: 28px;
  color: #40534a;
  background: #e8f5df;
  line-height: 1.65;
}

.content-cta {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 72px;
  border-radius: 28px;
  padding: 34px 38px;
  color: white;
  background: var(--forest);
}

.content-cta h2,
.content-cta p {
  margin-bottom: 0;
}

.content-cta p {
  margin-top: 8px;
  color: #c9ddd3;
}

.content-cta a {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 12px 18px;
  color: var(--forest);
  font-weight: 800;
  text-decoration: none;
  background: white;
}

[data-lang] {
  display: none;
}

html[data-language="de"] [data-lang="de"],
html[data-language="en"] [data-lang="en"] {
  display: block;
}

.inline-language[data-lang] {
  display: none;
}

html[data-language="de"] .inline-language[data-lang="de"],
html[data-language="en"] .inline-language[data-lang="en"] {
  display: inline;
}

@media (max-width: 760px) {
  .content-main {
    padding-top: 44px;
  }

  .content-hero,
  .guide-step {
    grid-template-columns: 1fr;
  }

  .content-hero {
    gap: 28px;
  }

  .support-status {
    grid-template-columns: 1fr;
  }

  .guide-step:nth-child(even) .guide-step__visual {
    order: initial;
  }

  .content-cta {
    display: grid;
    padding: 28px;
  }
}

@media (max-width: 480px) {
  .content-main {
    width: min(100% - 28px, 680px);
  }

  .content-hero h1 {
    font-size: clamp(2.35rem, 11.5vw, 3.45rem);
  }

  .guide-step {
    padding: 20px;
  }

  .faq-list details {
    padding: 0 18px;
  }
}
