.resp-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 16px 72px;
}

.resp-wrap h1 {
  font-size: clamp(1.9rem, 4.5vw, 3rem);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}

.resp-lead {
  text-align: center;
  color: var(--muted);
  margin-bottom: 28px;
}

.resp-card {
  background: linear-gradient(160deg, rgba(34, 197, 94, 0.14), var(--surface));
  border: 1px solid var(--border);
  padding: 24px;
  margin-bottom: 18px;
}

.resp-card h2 {
  text-transform: uppercase;
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: var(--accent);
}

.resp-card p {
  margin-bottom: 10px;
  color: rgba(250, 250, 250, 0.88);
}

.resp-visual {
  margin: 24px auto;
  overflow: hidden;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

.resp-visual img {
  max-width: 500px;
  max-height: 320px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 640px) {
  .resp-visual,
  .resp-visual img {
    max-width: 100%;
  }
  .resp-visual img {
    max-height: 220px;
  }
}

.resp-hotline {
  text-align: center;
  padding: 28px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 800;
  font-size: 1.2rem;
  margin-top: 24px;
}

.resp-hotline a {
  color: var(--bg);
  text-decoration: underline;
}
