.adapt-system-cta {
  background: url("assets/bg-gray.png") center center/cover no-repeat, #f5f5f5;
  border-radius: 24px;
  padding: 64px 0 72px 0;
  margin: 2.5rem auto 0 auto;
  max-width: 100%;
  width: 98%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adapt-system-cta-content {
  width: 100%;
  max-width: 800px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
.adapt-system-cta-title {
  font-family: "DM Sans";
  font-size: 2.5rem;
  font-weight: 700;
  color: #18181b;
  margin-bottom: 0;
  line-height: 1.1;
}
.adapt-system-cta-btn {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 24px;
  padding: 0.9rem 2.5rem;
  border: none;
  background: #18181b;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.adapt-system-cta-btn:hover {
  background: #232328;
}
@media (max-width: 700px) {
  .adapt-system-cta-title {
    font-size: 1.5rem;
  }
  .adapt-system-cta-content {
    gap: 1.5rem;
  }
  .adapt-system-cta {
    padding: 36px 0 40px 0;
  }
}
