.qs-amber-cta {
  margin: 48px 0 36px;
  padding: 36px 28px 32px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 210, 128, 0.42), rgba(255, 210, 128, 0.2));
  border: 1px solid rgba(246, 177, 26, 0.4);
  box-sizing: border-box;
  overflow: hidden;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  text-align: center;
}

.qs-amber-cta__title {
  margin: 0 0 24px;
  padding: 0 12px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 800;
  color: #0d0d0d;
}

.qs-amber-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 28px;
}

.qs-amber-cta__quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  color: #0d0d0d;
  background: linear-gradient(180deg, #ffc84a, #f6b11a);
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(246, 177, 26, 0.35);
}

.qs-amber-cta__quote:hover {
  opacity: 0.92;
  color: #0d0d0d;
  text-decoration: none;
}

.qs-amber-cta__phone {
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  color: #0d0d0d;
  text-decoration: none;
}

.qs-amber-cta__phone:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .qs-amber-cta {
    padding: 28px 20px 24px;
  }

  .qs-amber-cta__title {
    font-size: 22px;
  }

  .qs-amber-cta__phone {
    font-size: 20px;
  }
}
