.zahlung-topic-intro {
  padding: 40px 24px 0;
  max-width: var(--max-w);
  margin: 0 auto;
}

.zahlung-topic-intro h1 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(1.9rem, 4vw, 2.6rem);
  margin-bottom: 12px;
}

.zahlung-content-wrap {
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 24px 24px 72px;
}

.zahlung-content-wrap p {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.zahlung-content-wrap h2 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1.3rem;
  margin: 32px 0 14px;
  color: var(--accent);
}

.zahlung-hero-mosaic {
  margin: 20px 0 8px;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}

.zahlung-hero-mosaic img {
  max-width: 100%;
  max-height: 320px;
  object-fit: cover;
  width: 100%;
  border: 1px solid var(--border);
}

@media (max-width: 375px) {
  .zahlung-topic-intro,
  .zahlung-content-wrap {
    overflow-x: hidden;
    max-width: 100%;
  }

  .zahlung-hero-mosaic {
    max-width: 100%;
  }

  .zahlung-hero-mosaic img {
    max-height: 200px;
  }
}

.zahlung-method-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 28px 0;
}

@media (min-width: 600px) {
  .zahlung-method-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.zahlung-method-card {
  background: rgba(2, 6, 23, 0.55);
  border: 1px solid var(--border);
  padding: 20px;
}

.zahlung-method-card h3 {
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: 1rem;
  color: var(--accent);
  margin-bottom: 8px;
}

.zahlung-method-card p {
  font-size: 13px;
  margin-bottom: 0;
}
